|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.dao.castor.AbstractCastorConfigDao<SurveillanceViewConfiguration,SurveillanceViewConfig>
org.opennms.netmgt.dao.castor.DefaultSurveillanceViewConfigDao
public class DefaultSurveillanceViewConfigDao
DefaultSurveillanceViewConfigDao class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opennms.netmgt.dao.castor.AbstractCastorConfigDao |
|---|
AbstractCastorConfigDao.CastorReloadCallback |
| Constructor Summary | |
|---|---|
DefaultSurveillanceViewConfigDao()
Constructor for DefaultSurveillanceViewConfigDao. |
|
| Method Summary | |
|---|---|
View |
getDefaultView()
getDefaultView |
View |
getView(String viewName)
getView |
Map<String,View> |
getViewMap()
Use this method to get a Map of view names to marshalled classes based on the generated View class from the XSD. |
Views |
getViews()
Use this method to get the generated Views class generated by the XSD. |
SurveillanceViewConfig |
translateConfig(SurveillanceViewConfiguration castorConfig)
translateConfig |
| Methods inherited from class org.opennms.netmgt.dao.castor.AbstractCastorConfigDao |
|---|
afterPropertiesSet, createLoadedLogMessage, getConfigResource, getContainer, getDescription, getReloadCheckInterval, loadConfig, log, setConfigResource, setReloadCheckInterval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSurveillanceViewConfigDao()
Constructor for DefaultSurveillanceViewConfigDao.
| Method Detail |
|---|
public SurveillanceViewConfig translateConfig(SurveillanceViewConfiguration castorConfig)
translateConfig
translateConfig in class AbstractCastorConfigDao<SurveillanceViewConfiguration,SurveillanceViewConfig>castorConfig - a K object.
public View getView(String viewName)
getView
getView in interface SurveillanceViewConfigDaoviewName - a String object.
View object.public Views getViews()
getViews in interface SurveillanceViewConfigDaoViews object.public Map<String,View> getViewMap()
Map> of View classes.public View getDefaultView()
getDefaultView
getDefaultView in interface SurveillanceViewConfigDaoView object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||