Package | Description |
---|---|
org.opennms.netmgt.config.siteStatusViews | |
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.castor |
Modifier and Type | Method and Description |
---|---|
View[] |
Views.getView()
Method getView.Returns the contents of the collection in an
Array.
|
View |
Views.getView(int index)
Method getView.
|
View |
Views.removeViewAt(int index)
Method removeViewAt.
|
static View |
View.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<View> |
Views.enumerateView()
Method enumerateView.
|
List<View> |
Views.getViewCollection()
Method getViewCollection.Returns a reference to '_viewList'.
|
Iterator<View> |
Views.iterateView()
Method iterateView.
|
Modifier and Type | Method and Description |
---|---|
void |
Views.addView(int index,
View vView) |
void |
Views.addView(View vView) |
boolean |
Views.removeView(View vView)
Method removeView.
|
void |
Views.setView(int index,
View vView) |
void |
Views.setView(View[] vViewArray) |
Modifier and Type | Method and Description |
---|---|
void |
Views.setView(List<View> vViewList)
Sets the value of '_viewList' by copying the given Vector.
|
void |
Views.setViewCollection(List<View> viewList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
View |
SiteStatusViewConfigDao.getDefaultView()
getDefaultView
|
View |
SiteStatusViewConfigDao.getView(String viewName)
getView
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,View> |
SiteStatusViewsFactory.m_viewsMap
Map of view objects by name.
|
Modifier and Type | Method and Description |
---|---|
View |
DefaultSiteStatusViewConfigDao.getDefaultView()
getDefaultView
|
View |
SiteStatusViewsFactory.getView(String viewName)
Can't be null
|
View |
DefaultSiteStatusViewConfigDao.getView(String viewName)
getView
|
Modifier and Type | Method and Description |
---|---|
Map<String,View> |
DefaultSiteStatusViewConfigDao.getViewMap()
Use this method to get a Map of view names to marshalled classes based on the generated View class
from the XSD.
|
static Map<String,View> |
SiteStatusViewsFactory.getViewsMap()
getViewsMap
|
Modifier and Type | Method and Description |
---|---|
static void |
SiteStatusViewsFactory.setViewsMap(Map<String,View> map)
setViewsMap
|
Copyright © 2017. All rights reserved.