|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.io.AbstractGenerator
public abstract class AbstractGenerator
This interface is the common interface for all report export generators.
| Field Summary | |
|---|---|
protected DocumentInfo |
docInfo
|
| Constructor Summary | |
|---|---|
AbstractGenerator()
|
|
| Method Summary | |
|---|---|
void |
addProgressListener(ProgressListener listener)
Add a listener to be notified of export progress. |
protected void |
fireProgressEvent(int current)
Fire a progress event. |
protected Enumeration |
getCachePages(inetsoft.report.internal.paging.ReportCache cache,
Object rid)
Get report cache pages. |
OutputStream |
getOutput()
Get the output stream used by the generator. |
inetsoft.report.internal.paging.ReportCache |
getReportCache()
Get report cache; |
Object |
getReportId()
Get report ID; |
void |
removeProgressListener(ProgressListener listener)
Remove a listener. |
void |
setDocumentInfo(DocumentInfo info)
Set the document info to export. |
void |
setOutput(OutputStream output)
Set the output stream of this generator. |
void |
setReportCache(inetsoft.report.internal.paging.ReportCache repcache)
Set report cache; |
void |
setReportId(Object repId)
Set report ID; |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface inetsoft.report.io.Generator |
|---|
generate, generate |
| Field Detail |
|---|
protected DocumentInfo docInfo
| Constructor Detail |
|---|
public AbstractGenerator()
| Method Detail |
|---|
public void setDocumentInfo(DocumentInfo info)
setDocumentInfo in interface Generatorpublic void setOutput(OutputStream output)
setOutput in interface Generatorpublic OutputStream getOutput()
getOutput in interface Generatorpublic void addProgressListener(ProgressListener listener)
addProgressListener in interface Generatorpublic void removeProgressListener(ProgressListener listener)
removeProgressListener in interface Generatorpublic void setReportCache(inetsoft.report.internal.paging.ReportCache repcache)
setReportCache in interface Generatorpublic inetsoft.report.internal.paging.ReportCache getReportCache()
getReportCache in interface Generatorpublic void setReportId(Object repId)
setReportId in interface Generatorpublic Object getReportId()
getReportId in interface Generatorprotected void fireProgressEvent(int current)
protected Enumeration getCachePages(inetsoft.report.internal.paging.ReportCache cache,
Object rid)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||