|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.reporting.core.svclayer.support.DefaultReportServiceLocator
public class DefaultReportServiceLocator
DefaultReportServiceLocator class.
| Constructor Summary | |
|---|---|
DefaultReportServiceLocator()
|
|
| Method Summary | |
|---|---|
ReportService |
getReportService(String reportServiceName)
This method is used to retrieve the ReportService bean associated with |
ReportService |
getReportServiceForId(String reportId)
This method is used to retrieve the ReportService bean associated with a report Id |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
void |
setDatabaseReportConfigDao(DatabaseReportConfigDao databaseReportConfigDao)
setDatabaseReportConfigDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultReportServiceLocator()
| Method Detail |
|---|
public ReportService getReportService(String reportServiceName)
throws ReportServiceLocatorException
getReportService in interface ReportServiceLocatorreportServiceName - the name of the report service as
as defined in database-reports.xml
ReportServiceLocatorException - if any.
public ReportService getReportServiceForId(String reportId)
throws ReportServiceLocatorException
getReportServiceForId in interface ReportServiceLocatorreportId - the reportID defined in database-reports.xml
ReportServiceLocatorException - if any.public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void setDatabaseReportConfigDao(DatabaseReportConfigDao databaseReportConfigDao)
setDatabaseReportConfigDao
databaseReportConfigDao - a DatabaseReportConfigDao object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||