|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.svclayer.dao.support.DefaultSiteStatusViewConfigDao
public class DefaultSiteStatusViewConfigDao
DefaultSiteStatusViewConfigDao class.
| 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 |
|---|
public DefaultSiteStatusViewConfigDao()
Constructor for DefaultSiteStatusViewConfigDao.
| Method Detail |
|---|
public View getView(String viewName)
getView
getView in interface SiteStatusViewConfigDaoviewName - a String object.
View object.public Views getViews()
getViews in interface SiteStatusViewConfigDaoViews object.public Map<String,View> getViewMap()
Map> of View classes.public View getDefaultView()
getDefaultView
getDefaultView in interface SiteStatusViewConfigDaoView object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||