Uses of Interface
org.opennms.netmgt.dao.api.EventDao
-
-
Uses of EventDao in org.opennms.features.datachoices.internal
Methods in org.opennms.features.datachoices.internal with parameters of type EventDao Modifier and Type Method Description void
UsageStatisticsReporter. setEventDao(EventDao eventDao)
-
Uses of EventDao in org.opennms.netmgt.alarmd
Methods in org.opennms.netmgt.alarmd that return EventDao Modifier and Type Method Description EventDao
AlarmPersisterImpl. getEventDao()
getEventDaoMethods in org.opennms.netmgt.alarmd with parameters of type EventDao Modifier and Type Method Description void
AlarmPersisterImpl. setEventDao(EventDao eventDao)
setEventDao -
Uses of EventDao in org.opennms.netmgt.dao
Methods in org.opennms.netmgt.dao that return EventDao Modifier and Type Method Description EventDao
DatabasePopulator. getEventDao()
Methods in org.opennms.netmgt.dao with parameters of type EventDao Modifier and Type Method Description void
DatabasePopulator. setEventDao(EventDao eventDao)
-
Uses of EventDao in org.opennms.netmgt.dao.hibernate
Classes in org.opennms.netmgt.dao.hibernate that implement EventDao Modifier and Type Class Description class
EventDaoHibernate
-
Uses of EventDao in org.opennms.netmgt.dao.mock
Classes in org.opennms.netmgt.dao.mock that implement EventDao Modifier and Type Class Description class
MockEventDao
Methods in org.opennms.netmgt.dao.mock that return EventDao Modifier and Type Method Description protected EventDao
AbstractMockDao. getEventDao()
EventDao
MockEventWriter. getEventDao()
Methods in org.opennms.netmgt.dao.mock with parameters of type EventDao Modifier and Type Method Description void
MockEventWriter. setEventDao(EventDao eventDao)
-
Uses of EventDao in org.opennms.netmgt.events.commands
Fields in org.opennms.netmgt.events.commands declared as EventDao Modifier and Type Field Description EventDao
EventListCommand. eventDao
-
Uses of EventDao in org.opennms.netmgt.perspectivepoller
Constructors in org.opennms.netmgt.perspectivepoller with parameters of type EventDao Constructor Description PerspectivePollerd(SessionUtils sessionUtils, MonitoringLocationDao monitoringLocationDao, PollerConfig pollerConfig, MonitoredServiceDao monitoredServiceDao, LocationAwarePollerClient locationAwarePollerClient, ApplicationDao applicationDao, CollectionAgentFactory collectionAgentFactory, PersisterFactory persisterFactory, EventForwarder eventForwarder, ThresholdingService thresholdingService, EventDao eventDao, OutageDao outageDao, TracerRegistry tracerRegistry, PerspectiveServiceTracker tracker)
-
Uses of EventDao in org.opennms.systemreport.opennms
Fields in org.opennms.systemreport.opennms declared as EventDao Modifier and Type Field Description EventDao
OpenNMSReportPlugin. m_eventDao
-
Uses of EventDao in org.opennms.web.rest.v2
Methods in org.opennms.web.rest.v2 that return EventDao Modifier and Type Method Description protected EventDao
EventRestService. getDao()
-