|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportServiceLocator
This class provides a simple mechanism for returning the ReportService bean for a given reportId
| 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 |
| Method Detail |
|---|
ReportService getReportService(String reportServiceName)
throws ReportServiceLocatorException
reportServiceName - the name of the report service as
as defined in database-reports.xml
ReportServiceLocatorException - if any.
ReportService getReportServiceForId(String reportId)
throws ReportServiceLocatorException
reportId - the reportID defined in database-reports.xml
ReportServiceLocatorException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||