Package org.opennms.web.svclayer.support
Class DefaultDatabaseReportListService
- java.lang.Object
-
- 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
Constructors Constructor Description DefaultDatabaseReportListService()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<ReportRepositoryDescription>getActiveRepositories()List<DatabaseReportDescription>getAll()Deprecated.List<DatabaseReportDescription>getAllOnline()Deprecated.List<DatabaseReportDescription>getOnlineReportsByRepositoryId(String repositoryId)List<DatabaseReportDescription>getReportsByRepositoryId(String repositoryId)voidreloadConfigurationFiles()voidsetGlobalReportRepository(org.opennms.features.reporting.repository.global.GlobalReportRepository globalReportRepository)
-
-
-
Method Detail
-
getAll
@Deprecated public List<DatabaseReportDescription> getAll()
Deprecated.getAll Reports from all Repositories
- Specified by:
getAllin interfaceDatabaseReportListService- Returns:
- a
Listobject.
-
getActiveRepositories
public List<ReportRepositoryDescription> getActiveRepositories()
- Specified by:
getActiveRepositoriesin interfaceDatabaseReportListService
-
getOnlineReportsByRepositoryId
public List<DatabaseReportDescription> getOnlineReportsByRepositoryId(String repositoryId)
- Specified by:
getOnlineReportsByRepositoryIdin interfaceDatabaseReportListService
-
getReportsByRepositoryId
public List<DatabaseReportDescription> getReportsByRepositoryId(String repositoryId)
- Specified by:
getReportsByRepositoryIdin interfaceDatabaseReportListService
-
getAllOnline
@Deprecated public List<DatabaseReportDescription> getAllOnline()
Deprecated.getAll Reports from all Repositories
- Specified by:
getAllOnlinein interfaceDatabaseReportListService- Returns:
- a
Listobject.
-
setGlobalReportRepository
public void setGlobalReportRepository(org.opennms.features.reporting.repository.global.GlobalReportRepository globalReportRepository)
-
reloadConfigurationFiles
public void reloadConfigurationFiles()
- Specified by:
reloadConfigurationFilesin interfaceDatabaseReportListService
-
-