Uses of Class
org.opennms.netmgt.config.siteStatusViews.View
-
Packages that use View Package Description org.opennms.netmgt.config.siteStatusViews This file is part of OpenNMS(R).org.opennms.netmgt.dao.api org.opennms.netmgt.dao.jaxb -
-
Uses of View in org.opennms.netmgt.config.siteStatusViews
Methods in org.opennms.netmgt.config.siteStatusViews that return types with arguments of type View Modifier and Type Method Description List<View>
SiteStatusViewConfiguration. getViews()
Methods in org.opennms.netmgt.config.siteStatusViews with parameters of type View Modifier and Type Method Description void
SiteStatusViewConfiguration. addView(View view)
boolean
SiteStatusViewConfiguration. removeView(View view)
Method parameters in org.opennms.netmgt.config.siteStatusViews with type arguments of type View Modifier and Type Method Description void
SiteStatusViewConfiguration. setViews(List<View> views)
-
Uses of View in org.opennms.netmgt.dao.api
Methods in org.opennms.netmgt.dao.api that return View Modifier and Type Method Description View
SiteStatusViewConfigDao. getDefaultView()
View
SiteStatusViewConfigDao. getView(String viewName)
Methods in org.opennms.netmgt.dao.api that return types with arguments of type View Modifier and Type Method Description List<View>
SiteStatusViewConfigDao. getViews()
-
Uses of View in org.opennms.netmgt.dao.jaxb
Fields in org.opennms.netmgt.dao.jaxb with type parameters of type View Modifier and Type Field Description protected static Map<String,View>
SiteStatusViewsFactory. m_viewsMap
Map of view objects by name.Methods in org.opennms.netmgt.dao.jaxb that return View Modifier and Type Method Description View
DefaultSiteStatusViewConfigDao. getDefaultView()
getDefaultViewView
DefaultSiteStatusViewConfigDao. getView(String viewName)
View
SiteStatusViewsFactory. getView(String viewName)
Can't be nullMethods in org.opennms.netmgt.dao.jaxb that return types with arguments of type View Modifier and Type Method 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()
getViewsMapMethod parameters in org.opennms.netmgt.dao.jaxb with type arguments of type View Modifier and Type Method Description static void
SiteStatusViewsFactory. setViewsMap(Map<String,View> map)
setViewsMap
-