public class DefaultSurveillanceService extends Object implements SurveillanceService
DefaultSurveillanceService class.
Modifier and Type | Class and Description |
---|---|
static class |
DefaultSurveillanceService.SurveillanceView |
Constructor and Description |
---|
DefaultSurveillanceService() |
Modifier and Type | Method and Description |
---|---|
SimpleWebTable |
createSurveillanceTable()
createSurveillanceTable
|
SimpleWebTable |
createSurveillanceTable(String surveillanceViewName,
ProgressMonitor progressMonitor)
createSurveillanceTable
|
CategoryDao |
getCategoryDao()
getCategoryDao
|
Integer |
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
|
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 SurveillanceService
surveillanceViewName
- a String
object.progressMonitor
- a ProgressMonitor
object.SimpleWebTable
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 Integer getHeaderRefreshSeconds(String viewName)
getHeaderRefreshSeconds
getHeaderRefreshSeconds
in interface SurveillanceService
viewName
- a String
object.String
object.public boolean isViewName(String viewName)
isViewName
isViewName
in interface SurveillanceService
viewName
- a String
object.public List<String> getViewNames()
getViewNames
getViewNames
in interface SurveillanceService
List
object.Copyright © 2021. All rights reserved.