Package | Description |
---|---|
org.opennms.netmgt.config.siteStatusViews |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.jaxb |
Modifier and Type | Method and Description |
---|---|
List<View> |
SiteStatusViewConfiguration.getViews() |
Modifier and Type | Method and Description |
---|---|
void |
SiteStatusViewConfiguration.addView(View view) |
boolean |
SiteStatusViewConfiguration.removeView(View view) |
Modifier and Type | Method and Description |
---|---|
void |
SiteStatusViewConfiguration.setViews(List<View> views) |
Modifier and Type | Method and Description |
---|---|
View |
SiteStatusViewConfigDao.getDefaultView() |
View |
SiteStatusViewConfigDao.getView(String viewName) |
Modifier and Type | Method and Description |
---|---|
List<View> |
SiteStatusViewConfigDao.getViews() |
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) |
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.
|
List<View> |
DefaultSiteStatusViewConfigDao.getViews()
Use this method to get the generated Views class generated by 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 © 2021. All rights reserved.