Uses of Class
org.opennms.web.svclayer.model.StatisticsReportCommand
-
Packages that use StatisticsReportCommand Package Description org.opennms.web.controller.statisticsReports org.opennms.web.svclayer org.opennms.web.svclayer.support -
-
Uses of StatisticsReportCommand in org.opennms.web.controller.statisticsReports
Methods in org.opennms.web.controller.statisticsReports with parameters of type StatisticsReportCommand Modifier and Type Method Description org.springframework.web.servlet.ModelAndView
ReportController. handle(StatisticsReportCommand command, org.springframework.validation.BindingResult errors)
-
Uses of StatisticsReportCommand in org.opennms.web.svclayer
Methods in org.opennms.web.svclayer with parameters of type StatisticsReportCommand Modifier and Type Method Description StatisticsReportModel
StatisticsReportService. getReport(StatisticsReportCommand command, org.springframework.validation.BindingResult errors)
getReport -
Uses of StatisticsReportCommand in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support with parameters of type StatisticsReportCommand Modifier and Type Method Description StatisticsReportModel
DefaultStatisticsReportService. getReport(StatisticsReportCommand command, org.springframework.validation.BindingResult errors)
getReport
-