Modifier and Type |
Method and Description |
void |
addExtension(DatabasePopulator.Extension extension) |
OnmsEvent |
buildEvent(OnmsDistPoller distPoller) |
AcknowledgmentDao |
getAcknowledgmentDao() |
AlarmAssociationDao |
getAlarmAssociationDao() |
AlarmDao |
getAlarmDao() |
ApplicationDao |
getApplicationDao() |
AssetRecordDao |
getAssetRecordDao() |
CategoryDao |
getCategoryDao() |
DistPollerDao |
getDistPollerDao() |
EventDao |
getEventDao() |
IpInterfaceDao |
getIpInterfaceDao() |
OnmsMonitoringLocation |
getLocFD() |
OnmsMonitoringLocation |
getLocRDU() |
MonitoredServiceDao |
getMonitoredServiceDao() |
MonitoringLocationDao |
getMonitoringLocationDao() |
OnmsNode |
getNode1() |
OnmsNode |
getNode2() |
OnmsNode |
getNode3() |
OnmsNode |
getNode4() |
OnmsNode |
getNode5() |
OnmsNode |
getNode6() |
NodeDao |
getNodeDao() |
NotificationDao |
getNotificationDao() |
OutageDao |
getOutageDao() |
OnmsServiceType |
getService(String serviceName) |
ServiceTypeDao |
getServiceTypeDao() |
SnmpInterfaceDao |
getSnmpInterfaceDao() |
org.springframework.transaction.support.TransactionOperations |
getTransactionTemplate() |
UserNotificationDao |
getUserNotificationDao() |
<T extends OnmsDao<?,?>> T |
lookupDao(Class<? super OnmsDao<?,?>> daoClass) |
void |
populateDatabase() |
boolean |
populateInSeparateTransaction() |
void |
registerDao(Class<? super OnmsDao<?,?>> daoClass,
OnmsDao<?,?> dao) |
void |
resetDatabase() |
void |
setAcknowledgmentDao(AcknowledgmentDao acknowledgmentDao) |
void |
setAlarmAssociationDao(AlarmAssociationDao dao) |
void |
setAlarmDao(AlarmDao alarmDao) |
void |
setApplicationDao(ApplicationDao applicationDao) |
void |
setAssetRecordDao(AssetRecordDao assetRecordDao) |
void |
setCategoryDao(CategoryDao categoryDao) |
void |
setDistPollerDao(DistPollerDao distPollerDao) |
void |
setEventDao(EventDao eventDao) |
void |
setIpInterfaceDao(IpInterfaceDao ipInterfaceDao) |
void |
setMonitoredServiceDao(MonitoredServiceDao monitoredServiceDao) |
void |
setMonitoringLocationDao(MonitoringLocationDao monitoringLocationDao) |
void |
setNodeDao(NodeDao nodeDao) |
void |
setNotificationDao(NotificationDao notificationDao) |
void |
setOutageDao(OutageDao outageDao) |
void |
setPopulateInSeparateTransaction(boolean pop) |
void |
setResetInSeperateTransaction(boolean resetInSeperateTransaction) |
void |
setServiceTypeDao(ServiceTypeDao serviceTypeDao) |
void |
setSnmpInterfaceDao(SnmpInterfaceDao snmpInterfaceDao) |
void |
setTransactionTemplate(org.springframework.transaction.support.TransactionOperations transactionOperation) |
void |
setUserNotificationDao(UserNotificationDao userNotificationDao) |