|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportDataFactory
The report data-factory is responsible for querying the data from arbitary datasources.
| Method Summary | |
|---|---|
void |
close()
Closes the report data factory and all report data instances that have been returned by this instance. |
ReportDataFactory |
derive()
Derives a freshly initialized report data factory, which is independend of the original data factory. |
void |
open()
|
ReportData |
queryData(java.lang.String query,
DataSet parameters)
Queries a datasource. |
| Method Detail |
|---|
void open()
ReportData queryData(java.lang.String query,
DataSet parameters)
throws ReportDataFactoryException
query - parameters -
ReportDataFactoryExceptionvoid close()
ReportDataFactory derive()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||