|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weda.report.impl.ReportRegistryImpl
public class ReportRegistryImpl
Constructor Summary | |
---|---|
ReportRegistryImpl()
|
Method Summary | |
---|---|
java.lang.Class |
getDataIdentificatorClass()
Возвращает класс экземпляр которого является идентификатором данных для данного провайдера данных. |
DataProvider |
getDataProvider(java.lang.Object dataIdentificator)
Метод возвращает объект который дает доступ к данным. |
Report |
getReport(java.lang.String group,
java.lang.String reportName)
Метод возвращает отчет соотвествующий группе и имени, переданных в параметрах. |
java.util.Collection<java.lang.String> |
getReportNamesForGroup(java.lang.String group)
Метод возвращает имена отчетов принадлежащих группе. |
void |
init()
|
void |
setReportFactories(java.util.List<ReportFactory> reportFactories)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportRegistryImpl()
Method Detail |
---|
public void init() throws ReportRegistryException
ReportRegistryException
public java.util.Collection<java.lang.String> getReportNamesForGroup(java.lang.String group) throws ReportRegistryException
ReportRegistry
getReportNamesForGroup
in interface ReportRegistry
ReportRegistryException
public Report getReport(java.lang.String group, java.lang.String reportName) throws ReportRegistryException
ReportRegistry
getReport
in interface ReportRegistry
ReportRegistryException
- если в реестре нет отчета в такой группе
и с таким именем.public void setReportFactories(java.util.List<ReportFactory> reportFactories)
public DataProvider getDataProvider(java.lang.Object dataIdentificator) throws DataProviderServiceException
DataProviderService
getDataProvider
in interface DataProviderService
DataProviderServiceException
public java.lang.Class getDataIdentificatorClass()
DataProviderFactory
getDataIdentificatorClass
in interface DataProviderFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |