org.opennms.web.svclayer
Interface StatisticsReportService

All Known Implementing Classes:
DefaultStatisticsReportService

@Transactional(readOnly=true)
public interface StatisticsReportService

Web service layer for statistics reports.

Author:
DJ Gregor

Method Summary
 StatisticsReportModel getReport(StatisticsReportCommand command, org.springframework.validation.BindException errors)
           
 List<StatisticsReport> getStatisticsReports()
           
 

Method Detail

getStatisticsReports

List<StatisticsReport> getStatisticsReports()

getReport

StatisticsReportModel getReport(StatisticsReportCommand command,
                                org.springframework.validation.BindException errors)


Copyright © 2009. All Rights Reserved.