|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- the type of the report being wrapped.D
- the type of the report datasourcepublic interface ReportWrapper<R,D>
A simple wrapper for a report
Method Summary | |
---|---|
ReportResult<R> |
fillReport(Connection connection)
Fills the report using the given database connection |
ReportResult<R> |
fillReport(ReportDataWrapper<D> dataWrapper)
Fills the report using the given data wrapper |
String |
getReportName()
|
Method Detail |
---|
String getReportName()
ReportResult<R> fillReport(Connection connection) throws ReportException
connection
- the connection to use for the report generation
ReportException
- in case of an exceptionReportResult<R> fillReport(ReportDataWrapper<D> dataWrapper) throws ReportException
dataWrapper
- the data provider to use for the report generation
ReportException
- in case of an exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |