Package | Description |
---|---|
org.opennms.netmgt.config.surveillanceViews |
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> |
SurveillanceViewConfiguration.getViews() |
Modifier and Type | Method and Description |
---|---|
void |
SurveillanceViewConfiguration.addView(View view) |
boolean |
SurveillanceViewConfiguration.removeView(View view) |
Modifier and Type | Method and Description |
---|---|
void |
SurveillanceViewConfiguration.setViews(List<View> views) |
Modifier and Type | Method and Description |
---|---|
View |
SurveillanceViewConfigDao.getDefaultView() |
View |
SurveillanceViewConfigDao.getView(String viewName) |
Modifier and Type | Method and Description |
---|---|
List<View> |
SurveillanceViewConfigDao.getViews() |
Modifier and Type | Method and Description |
---|---|
View |
DefaultSurveillanceViewConfigDao.getDefaultView()
getDefaultView
|
View |
DefaultSurveillanceViewConfigDao.getView(String viewName) |
Modifier and Type | Method and Description |
---|---|
Map<String,View> |
DefaultSurveillanceViewConfigDao.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> |
DefaultSurveillanceViewConfigDao.getViews()
Use this method to get the generated Views class generated by the XSD.
|
Map<String,View> |
SurveillanceViewConfig.getViewsMap()
getViewsMap
|
Copyright © 2020. All rights reserved.