|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.svclayer.support.DefaultStatisticsReportService
public class DefaultStatisticsReportService
Web service layer implementation for statistics reports.
| Constructor Summary | |
|---|---|
DefaultStatisticsReportService()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
StatisticsReportModel |
getReport(StatisticsReportCommand command,
org.springframework.validation.BindException errors)
getReport |
ResourceDao |
getResourceDao()
getResourceDao |
StatisticsReportDao |
getStatisticsReportDao()
getStatisticsReportDao |
List<StatisticsReport> |
getStatisticsReports()
getStatisticsReports |
void |
setResourceDao(ResourceDao resourceDao)
setResourceDao |
void |
setStatisticsReportDao(StatisticsReportDao statisticsReportDao)
setStatisticsReportDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultStatisticsReportService()
| Method Detail |
|---|
public List<StatisticsReport> getStatisticsReports()
getStatisticsReports
getStatisticsReports in interface StatisticsReportServiceList object.
public StatisticsReportModel getReport(StatisticsReportCommand command,
org.springframework.validation.BindException errors)
getReport
getReport in interface StatisticsReportServicecommand - a StatisticsReportCommand object.errors - a BindException object.
StatisticsReportModel object.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public StatisticsReportDao getStatisticsReportDao()
getStatisticsReportDao
StatisticsReportDao object.public void setStatisticsReportDao(StatisticsReportDao statisticsReportDao)
setStatisticsReportDao
statisticsReportDao - a StatisticsReportDao object.public ResourceDao getResourceDao()
getResourceDao
ResourceDao object.public void setResourceDao(ResourceDao resourceDao)
setResourceDao
resourceDao - a ResourceDao object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||