public abstract class ReportStorage
extends java.lang.Object
| Constructor and Description |
|---|
ReportStorage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
Invoked by the report engine when all reports have been created.
|
protected void |
init()
Invoked by the report engine to initialize this storage before generating
reports.
|
abstract void |
storeReport(Report report,
ReportContext ctx)
Invoked by the report engine to store a report.
|
public abstract void storeReport(Report report, ReportContext ctx) throws ReportException
report - Reportctx - Context of reportReportExceptionprotected void finish()
throws ReportException
ReportExceptionprotected void init()
throws ReportException
ReportException© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.