Uses of Interface
org.opennms.web.svclayer.SiteStatusViewService
-
Packages that use SiteStatusViewService Package Description org.opennms.web.controller org.opennms.web.svclayer.support -
-
Uses of SiteStatusViewService in org.opennms.web.controller
Methods in org.opennms.web.controller with parameters of type SiteStatusViewService Modifier and Type Method Description void
SiteStatusViewController. setService(SiteStatusViewService svc)
setService -
Uses of SiteStatusViewService in org.opennms.web.svclayer.support
Classes in org.opennms.web.svclayer.support that implement SiteStatusViewService Modifier and Type Class Description class
DefaultSiteStatusViewService
This service layer class creates a collection that represents the current status of devices per site (a column from the asset table such as building, floor, etc.) The status per site is broken down into rows of categories from the categories table.
-