org.opennms.web.svclayer.support
Class DefaultReportListService

java.lang.Object
  extended by org.opennms.web.svclayer.support.DefaultReportListService
All Implemented Interfaces:
ReportListService

public class DefaultReportListService
extends Object
implements ReportListService

Author:
Jonathan Sartin

Constructor Summary
DefaultReportListService()
           
 
Method Summary
 void deleteReports(Integer[] ids)
           
 List<AvailabilityReportLocator> getAllReports()
           
 AvailabilityReportLocatorDao getReportLocatorDao()
           
 void setReportLocatorDao(AvailabilityReportLocatorDao dao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReportListService

public DefaultReportListService()
Method Detail

getAllReports

public List<AvailabilityReportLocator> getAllReports()
Specified by:
getAllReports in interface ReportListService

deleteReports

public void deleteReports(Integer[] ids)
Specified by:
deleteReports in interface ReportListService

getReportLocatorDao

public AvailabilityReportLocatorDao getReportLocatorDao()

setReportLocatorDao

public void setReportLocatorDao(AvailabilityReportLocatorDao dao)


Copyright © 2009. All Rights Reserved.