|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.dashboard.server.DefaultSurveillanceService
@Transactional(readOnly=true) public class DefaultSurveillanceService
DefaultSurveillanceService class.
| Constructor Summary | |
|---|---|
DefaultSurveillanceService()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
AlarmDao |
getAlarmDao()
getAlarmDao |
Alarm[] |
getAlarmsForSet(SurveillanceSet set)
getAlarmsForSet |
CategoryDao |
getCategoryDao()
getCategoryDao |
String[][] |
getChildResources(String id)
getChildResources |
GroupDao |
getGroupDao()
getGroupDao |
String[] |
getNodeNames(SurveillanceSet set)
getNodeNames |
Notification[] |
getNotificationsForSet(SurveillanceSet set)
getNotificationsForSet |
OutageDao |
getOutageDao()
getOutageDao |
String[][] |
getPrefabGraphs(String id)
getPrefabGraphs |
String[][] |
getResources(SurveillanceSet set)
getResources |
NodeRtc[] |
getRtcForSet(SurveillanceSet set)
getRtcForSet |
RtcService |
getRtcService()
getRtcService |
SurveillanceData |
getSurveillanceData()
getSurveillanceData |
SurveillanceViewConfigDao |
getSurveillanceViewConfigDao()
getSurveillanceViewConfigDao |
protected String |
getUsername()
getUsername |
SurveillanceService |
getWebSurveillanceService()
getWebSurveillanceService |
protected boolean |
isDashboardRole()
isDashboardRole |
void |
setAlarmDao(AlarmDao alarmDao)
setAlarmDao |
void |
setCategoryDao(CategoryDao categoryDao)
setCategoryDao |
void |
setGraphDao(GraphDao graphDao)
setGraphDao |
void |
setGroupDao(GroupDao groupDao)
setGroupDao |
void |
setNodeDao(NodeDao nodeDao)
setNodeDao |
void |
setNotificationDao(NotificationDao notifDao)
setNotificationDao |
void |
setOutageDao(OutageDao outageDao)
setOutageDao |
void |
setResourceDao(ResourceDao resourceDao)
setResourceDao |
void |
setRtcService(RtcService rtcService)
setRtcService |
void |
setSurveillanceViewConfigDao(SurveillanceViewConfigDao surveillanceViewConfigDao)
setSurveillanceViewConfigDao |
void |
setWebSurveillanceService(SurveillanceService webSurveillanceService)
setWebSurveillanceService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSurveillanceService()
| Method Detail |
|---|
public SurveillanceData getSurveillanceData()
getSurveillanceData
getSurveillanceData in interface SurveillanceServiceSurveillanceData object.public Alarm[] getAlarmsForSet(SurveillanceSet set)
getAlarmsForSet
getAlarmsForSet in interface SurveillanceServiceset - a SurveillanceSet object.
Alarm objects.public String[] getNodeNames(SurveillanceSet set)
getNodeNames
getNodeNames in interface SurveillanceServiceset - a SurveillanceSet object.
String objects.public String[][] getResources(SurveillanceSet set)
getResources
getResources in interface SurveillanceServiceset - a SurveillanceSet object.
String objects.protected String getUsername()
getUsername
String object.protected boolean isDashboardRole()
isDashboardRole
public String[][] getChildResources(String id)
getChildResources
getChildResources in interface SurveillanceServiceid - a String object.
String objects.public String[][] getPrefabGraphs(String id)
getPrefabGraphs
getPrefabGraphs in interface SurveillanceServiceid - a String object.
String objects.public Notification[] getNotificationsForSet(SurveillanceSet set)
getNotificationsForSet
getNotificationsForSet in interface SurveillanceServiceset - a SurveillanceSet object.
Notification objects.public NodeRtc[] getRtcForSet(SurveillanceSet set)
getRtcForSet
getRtcForSet in interface SurveillanceServiceset - a SurveillanceSet object.
NodeRtc objects.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public void setNodeDao(NodeDao nodeDao)
setNodeDao
nodeDao - a NodeDao object.public void setNotificationDao(NotificationDao notifDao)
setNotificationDao
notifDao - a NotificationDao object.public void setResourceDao(ResourceDao resourceDao)
setResourceDao
resourceDao - a ResourceDao object.public void setGraphDao(GraphDao graphDao)
setGraphDao
graphDao - a GraphDao object.public SurveillanceService getWebSurveillanceService()
getWebSurveillanceService
SurveillanceService object.public void setWebSurveillanceService(SurveillanceService webSurveillanceService)
setWebSurveillanceService
webSurveillanceService - a SurveillanceService object.public SurveillanceViewConfigDao getSurveillanceViewConfigDao()
getSurveillanceViewConfigDao
SurveillanceViewConfigDao object.public void setSurveillanceViewConfigDao(SurveillanceViewConfigDao surveillanceViewConfigDao)
setSurveillanceViewConfigDao
surveillanceViewConfigDao - a SurveillanceViewConfigDao object.public CategoryDao getCategoryDao()
getCategoryDao
CategoryDao object.public void setCategoryDao(CategoryDao categoryDao)
setCategoryDao
categoryDao - a CategoryDao object.public AlarmDao getAlarmDao()
getAlarmDao
AlarmDao object.public void setAlarmDao(AlarmDao alarmDao)
setAlarmDao
alarmDao - a AlarmDao object.public RtcService getRtcService()
getRtcService
RtcService object.public void setRtcService(RtcService rtcService)
setRtcService
rtcService - a RtcService object.public GroupDao getGroupDao()
getGroupDao
GroupDao object.public void setGroupDao(GroupDao groupDao)
setGroupDao
groupDao - a GroupDao object.public OutageDao getOutageDao()
getOutageDao
OutageDao object.public void setOutageDao(OutageDao outageDao)
setOutageDao
outageDao - a OutageDao object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||