Package org.opennms.web.svclayer
Interface StatisticsReportService
-
- All Known Implementing Classes:
DefaultStatisticsReportService
@Transactional(readOnly=true) public interface StatisticsReportService
Web service layer for statistics reports.- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- DJ Gregor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticsReportModel
getReport(StatisticsReportCommand command, org.springframework.validation.BindingResult errors)
getReportjava.util.List<StatisticsReport>
getStatisticsReports()
getStatisticsReports
-
-
-
Method Detail
-
getStatisticsReports
java.util.List<StatisticsReport> getStatisticsReports()
getStatisticsReports
- Returns:
- a
List
object.
-
getReport
StatisticsReportModel getReport(StatisticsReportCommand command, org.springframework.validation.BindingResult errors)
getReport
- Parameters:
command
- aorg.opennms.web.command.StatisticsReportCommand
object.errors
- aBindingResult
object.- Returns:
- a
StatisticsReportModel
object.
-
-