org.opennms.web.svclayer.dao.support
Class DefaultSiteStatusViewConfigDao

java.lang.Object
  extended by org.opennms.web.svclayer.dao.support.DefaultSiteStatusViewConfigDao
All Implemented Interfaces:
SiteStatusViewConfigDao

public class DefaultSiteStatusViewConfigDao
extends Object
implements SiteStatusViewConfigDao

Author:
Mathew Brozowski, David Hustace

Constructor Summary
DefaultSiteStatusViewConfigDao()
           
 
Method Summary
 View getDefaultView()
           
 View 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.
 Views getViews()
          Use this method to get the generated Views class generated by the XSD.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSiteStatusViewConfigDao

public DefaultSiteStatusViewConfigDao()
Method Detail

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.