Package org.opennms.netmgt.dao.jaxb
Class DefaultSiteStatusViewConfigDao
- java.lang.Object
-
- org.opennms.netmgt.dao.jaxb.DefaultSiteStatusViewConfigDao
-
- All Implemented Interfaces:
SiteStatusViewConfigDao
public class DefaultSiteStatusViewConfigDao extends Object implements SiteStatusViewConfigDao
DefaultSiteStatusViewConfigDao class.
- Author:
- Mathew Brozowski, David Hustace
-
-
Constructor Summary
Constructors Constructor Description DefaultSiteStatusViewConfigDao()
Constructor for DefaultSiteStatusViewConfigDao.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description View
getDefaultView()
getDefaultViewView
getView(String viewName)
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.List<View>
getViews()
Use this method to get the generated Views class generated by the XSD.
-
-
-
Method Detail
-
getView
public View getView(String viewName)
- Specified by:
getView
in interfaceSiteStatusViewConfigDao
-
getViews
public List<View> getViews()
Use this method to get the generated Views class generated by the XSD.- Specified by:
getViews
in interfaceSiteStatusViewConfigDao
- Returns:
- a
org.opennms.netmgt.config.siteStatusViews.Views
object.
-
getViewMap
public 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.- Returns:
Map> of View classes.
-
getDefaultView
public View getDefaultView()
getDefaultView
- Specified by:
getDefaultView
in interfaceSiteStatusViewConfigDao
- Returns:
- a
View
object.
-
-