|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.svclayer.support.DefaultSurveillanceService
public class DefaultSurveillanceService
DefaultSurveillanceService class.
| Nested Class Summary | |
|---|---|
class |
DefaultSurveillanceService.SurveillanceView
|
| Constructor Summary | |
|---|---|
DefaultSurveillanceService()
|
|
| Method Summary | |
|---|---|
SimpleWebTable |
createSurveillanceTable()
createSurveillanceTable |
SimpleWebTable |
createSurveillanceTable(String surveillanceViewName,
ProgressMonitor progressMonitor)
createSurveillanceTable |
CategoryDao |
getCategoryDao()
getCategoryDao |
String |
getHeaderRefreshSeconds(String viewName)
getHeaderRefreshSeconds |
NodeDao |
getNodeDao()
getNodeDao |
SurveillanceViewConfigDao |
getSurveillanceConfigDao()
getSurveillanceConfigDao |
List<String> |
getViewNames()
getViewNames |
boolean |
isViewName(String viewName)
isViewName |
void |
setCategoryDao(CategoryDao categoryDao)
setCategoryDao |
void |
setNodeDao(NodeDao nodeDao)
setNodeDao |
void |
setSurveillanceConfigDao(SurveillanceViewConfigDao surveillanceConfigDao)
setSurveillanceConfigDao |
| 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 SimpleWebTable createSurveillanceTable()
createSurveillanceTable
SimpleWebTable object.
public SimpleWebTable createSurveillanceTable(String surveillanceViewName,
ProgressMonitor progressMonitor)
createSurveillanceTable
Creates a custom table object containing intersected rows and columns and categories.
createSurveillanceTable in interface SurveillanceServicesurveillanceViewName - a String object.progressMonitor - a ProgressMonitor object.
SimpleWebTable object.public NodeDao getNodeDao()
getNodeDao
NodeDao object.public void setNodeDao(NodeDao nodeDao)
setNodeDao
nodeDao - a NodeDao object.public CategoryDao getCategoryDao()
getCategoryDao
CategoryDao object.public void setCategoryDao(CategoryDao categoryDao)
setCategoryDao
categoryDao - a CategoryDao object.public SurveillanceViewConfigDao getSurveillanceConfigDao()
getSurveillanceConfigDao
SurveillanceViewConfigDao object.public void setSurveillanceConfigDao(SurveillanceViewConfigDao surveillanceConfigDao)
setSurveillanceConfigDao
surveillanceConfigDao - a SurveillanceViewConfigDao object.public String getHeaderRefreshSeconds(String viewName)
getHeaderRefreshSeconds
getHeaderRefreshSeconds in interface SurveillanceServiceviewName - a String object.
String object.public boolean isViewName(String viewName)
isViewName
isViewName in interface SurveillanceServiceviewName - a String object.
public List<String> getViewNames()
getViewNames
getViewNames in interface SurveillanceServiceList object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||