org.opennms.web.svclayer.dao.support
Class DefaultSiteStatusViewConfigDao
java.lang.Object
org.opennms.web.svclayer.dao.support.DefaultSiteStatusViewConfigDao
- All Implemented Interfaces:
- SiteStatusViewConfigDao
public class DefaultSiteStatusViewConfigDao
- extends Object
- implements SiteStatusViewConfigDao
- Author:
- Mathew Brozowski, David Hustace
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSiteStatusViewConfigDao
public DefaultSiteStatusViewConfigDao()
getView
public View getView(String viewName)
- Specified by:
getView in interface SiteStatusViewConfigDao
getViews
public Views getViews()
- Use this method to get the generated Views class generated by the XSD.
- Specified by:
getViews in interface SiteStatusViewConfigDao
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()
- Specified by:
getDefaultView in interface SiteStatusViewConfigDao
Copyright © 2009. All Rights Reserved.