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

DefaultSiteStatusViewConfigDao class.

Since:
1.8.1
Version:
$Id: $
Author:
Mathew Brozowski, David Hustace, Mathew Brozowski, David Hustace

Constructor Summary
DefaultSiteStatusViewConfigDao()
          Constructor for DefaultSiteStatusViewConfigDao.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSiteStatusViewConfigDao

public DefaultSiteStatusViewConfigDao()

Constructor for DefaultSiteStatusViewConfigDao.

Method Detail

getView

public View getView(String viewName)

getView

Specified by:
getView in interface SiteStatusViewConfigDao
Parameters:
viewName - a String object.
Returns:
a View object.

getViews

public Views getViews()
Use this method to get the generated Views class generated by the XSD.

Specified by:
getViews in interface SiteStatusViewConfigDao
Returns:
a 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 interface SiteStatusViewConfigDao
Returns:
a View object.


Copyright © 2011. All Rights Reserved.