org.opennms.web.svclayer.support
Class DefaultDatabaseReportListService

java.lang.Object
  extended by org.opennms.web.svclayer.support.DefaultDatabaseReportListService
All Implemented Interfaces:
DatabaseReportListService

public class DefaultDatabaseReportListService
extends Object
implements DatabaseReportListService

DefaultDatabaseReportListService class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
DefaultDatabaseReportListService()
           
 
Method Summary
 List<DatabaseReportDescription> getAll()
          getAll
 List<DatabaseReportDescription> getAllOnline()
          getAllOnline
 void setDatabaseReportConfigDao(DatabaseReportConfigDao dao)
          setDatabaseReportConfigDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDatabaseReportListService

public DefaultDatabaseReportListService()
Method Detail

getAll

public List<DatabaseReportDescription> getAll()

getAll

Specified by:
getAll in interface DatabaseReportListService
Returns:
a List object.

getAllOnline

public List<DatabaseReportDescription> getAllOnline()

getAllOnline

Specified by:
getAllOnline in interface DatabaseReportListService
Returns:
a List object.

setDatabaseReportConfigDao

public void setDatabaseReportConfigDao(DatabaseReportConfigDao dao)

setDatabaseReportConfigDao

Specified by:
setDatabaseReportConfigDao in interface DatabaseReportListService
Parameters:
dao - a DatabaseReportConfigDao object.


Copyright © 2011. All Rights Reserved.