Uses of Interface
org.opennms.web.svclayer.StatisticsReportService
-
Packages that use StatisticsReportService Package Description org.opennms.web.controller.statisticsReports org.opennms.web.svclayer.support -
-
Uses of StatisticsReportService in org.opennms.web.controller.statisticsReports
Methods in org.opennms.web.controller.statisticsReports that return StatisticsReportService Modifier and Type Method Description StatisticsReportService
ListController. getStatisticsReportService()
getStatisticsReportServiceMethods in org.opennms.web.controller.statisticsReports with parameters of type StatisticsReportService Modifier and Type Method Description void
ListController. setStatisticsReportService(StatisticsReportService statisticsReportService)
setStatisticsReportService -
Uses of StatisticsReportService in org.opennms.web.svclayer.support
Classes in org.opennms.web.svclayer.support that implement StatisticsReportService Modifier and Type Class Description class
DefaultStatisticsReportService
Web service layer implementation for statistics reports.
-