|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.export.service.StiExportService
public abstract class StiExportService
Asbtract Export service Copyright Stimulsoft
Field Summary | |
---|---|
int |
currentPassNumber
|
static long |
DATE_1900
|
int |
maximumPassNumber
|
static long |
MILLISECONDS_IN_DAY
|
static long |
ONE_HOUR
|
Constructor Summary | |
---|---|
StiExportService()
|
Method Summary | |
---|---|
void |
export()
Run export thread |
void |
export(StiReport report)
|
abstract void |
export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings settings)
Export StiReport |
void |
export(StiReport report,
java.lang.String filePath)
Exports a document to the file. |
void |
export(StiReport report,
java.lang.String filePath,
boolean sendEMail)
Exports a document to the stream. |
java.io.File |
getExFile()
|
java.util.List<java.io.File> |
getExportedFiles()
|
abstract StiExportFormat |
getExportFormat()
Returs service export format |
StiExportSettings |
getExportSettings()
|
abstract boolean |
getMultipleFiles()
Gets a value indicating a number of files in exported document as a result of export |
java.lang.String |
getStatusString()
|
void |
invokeExporting(int value,
int maximum)
Change progress bar status |
void |
invokeExporting(StiExportingEventArgs e)
Change progress bar status |
void |
invokeExporting(StiPage page,
StiPagesCollection pages)
Change progress bar status |
boolean |
isStoped()
|
void |
setExFile(java.io.File exFile)
|
void |
setExportReport(StiReport exportReport)
|
void |
setExportSettings(StiExportSettings exportSettings)
|
void |
setOutputStream(java.io.OutputStream outputStream)
|
void |
setProgress(IStiProgressInformation progress)
Set pregress information |
void |
setStatusString(java.lang.String statusString)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long ONE_HOUR
public static final long MILLISECONDS_IN_DAY
public static final long DATE_1900
public int currentPassNumber
public int maximumPassNumber
Constructor Detail |
---|
public StiExportService()
Method Detail |
---|
public void export() throws java.lang.Throwable
java.lang.Throwable
public abstract void export(StiReport report, java.io.OutputStream outputStream, StiExportSettings settings) throws StiException
StiReport
report
- StiReport
to exportoutputStream
- OutputStream
for exportsettings
- StiExportSettings
java.lang.Exception
StiException
public void invokeExporting(StiPage page, StiPagesCollection pages)
page
- StiPage
currend pagepages
- StiPagesCollection
total exporting pagespublic void invokeExporting(int value, int maximum)
value
- maximum
- public void invokeExporting(StiExportingEventArgs e)
e
- StiExportingEventArgs
public void export(StiReport report, java.lang.String filePath)
report
- A StiReport
which is to be exported.filename
- A file path for the export of a document.public void export(StiReport report, java.lang.String filePath, boolean sendEMail)
report
- A StiReport
which is to be exported.fileName
- A file path for the export of a document.sendEMail
- A parameter indicating whether is exported report will be sendedpublic void export(StiReport report)
public abstract boolean getMultipleFiles()
public abstract StiExportFormat getExportFormat()
StiExportFormat
public java.lang.String getStatusString()
public void setStatusString(java.lang.String statusString)
statusString
- the statusString to setpublic boolean isStoped()
public void setProgress(IStiProgressInformation progress)
progress
- IStiProgressInformation
the progress to setpublic void setOutputStream(java.io.OutputStream outputStream)
outputStream
- the outputStream to setpublic void setExportSettings(StiExportSettings exportSettings)
exportSettings
- the exportSettings to setpublic void setExportReport(StiReport exportReport)
exportReport
- the exportReport to setpublic void setExFile(java.io.File exFile)
exFile
- the exFile to setpublic java.io.File getExFile()
public StiExportSettings getExportSettings()
public java.util.List<java.io.File> getExportedFiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |