|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.webviewer.helper.StiExportsClass
public class StiExportsClass
Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiExportsClass()
|
|
| Method Summary | |
|---|---|
static Object |
emailReport(StiReport report,
StiExportFormat exportFormat,
Element settingsNode,
StiMailProperties mail,
boolean compressMessage)
|
static StiFileResult |
exportAsBmp(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to BMP format. |
static StiFileResult |
exportAsCsv(StiReport report,
StiDataExportSettings settings,
OutputStream stream)
Exports report to CSV format. |
static StiFileResult |
exportAsExcel(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
Exports report to Microsoft Excel format. |
static StiFileResult |
exportAsExcel2007(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
Exports report to Microsoft Excel 2007 format. |
static StiFileResult |
exportAsExcelXml(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
Exports report to Microsoft Excel Xml format. |
static StiFileResult |
exportAsJpeg(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to JPEG format. |
static StiFileResult |
exportAsOds(StiReport report,
StiOdsExportSettings settings,
OutputStream stream)
|
static StiFileResult |
exportAsOdt(StiReport report,
StiOdtExportSettings settings,
OutputStream stream)
Exports report to OpenDocument Writer format. |
static StiFileResult |
exportAsPcx(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to PCX format. |
static StiFileResult |
exportAsPng(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to PNG format. |
static StiFileResult |
exportAsSvg(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
Exports report to Scalable Vector Graphics (SVG) format. |
static StiFileResult |
exportAsSvgz(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
|
static StiFileResult |
exportAsSylk(StiReport report,
StiDataExportSettings settings,
OutputStream stream)
Exports report to Symbolic Link (SYLK) format. |
static StiFileResult |
exportAsXml(StiReport report,
OutputStream stream)
Exports report to XML format. |
static Object |
exportReport(StiReport report,
StiExportFormat exportFormat,
Element settingsObject,
boolean saveFileDialog)
Exports report to specified format and return the FileResult object. |
static void |
exportReport(StiReport report,
StiExportFormat exportFormat,
Element jsonObject,
OutputStream stream)
Exports report by the specified format and export settings object to the stream. |
static StiFileResult |
exportReport(StiReport report,
StiExportFormat exportFormat,
Element jsonObject,
OutputStream stream,
boolean saveFileDialog)
Exports report by the specified format and export settings to the stream or return the StiFileResult object. |
static Object |
exportReport(StiReport report,
StiRequiredOptions requestOptions,
StiMailProperties emailOptions)
Exports report to specified format and return the FileResult object. |
static Hashtable<String,Hashtable<String,Object>> |
getDefaultExportSettings(StiWebViewerOptions options)
|
static StiExportSettings |
getExportSettings(StiExportFormat exportFormat,
Element settingsNode)
Get the export settings from the client data |
static String |
getReportFileName(StiReport report)
|
static StiFileResult |
saveDocumentFile(StiReport report,
Element settingsNode,
OutputStream stream)
Save report to Document File (MDC, MDZ, MDX) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiExportsClass()
| Method Detail |
|---|
public static String getReportFileName(StiReport report)
public static Hashtable<String,Hashtable<String,Object>> getDefaultExportSettings(StiWebViewerOptions options)
public static void exportReport(StiReport report,
StiExportFormat exportFormat,
Element jsonObject,
OutputStream stream)
throws NoSuchAlgorithmException,
IOException,
JSONException,
StiException
report - exportFormat - jsonObject - stream -
NoSuchAlgorithmException
IOException
JSONException
StiException
public static Object exportReport(StiReport report,
StiExportFormat exportFormat,
Element settingsObject,
boolean saveFileDialog)
throws NoSuchAlgorithmException,
IOException,
JSONException,
StiException
report - exportFormat - settingsObject - saveFileDialog -
NoSuchAlgorithmException
IOException
JSONException
StiException
public static Object emailReport(StiReport report,
StiExportFormat exportFormat,
Element settingsNode,
StiMailProperties mail,
boolean compressMessage)
public static Object exportReport(StiReport report,
StiRequiredOptions requestOptions,
StiMailProperties emailOptions)
throws NoSuchAlgorithmException,
IOException,
JSONException,
StiException,
ParserConfigurationException
ParserConfigurationException
NoSuchAlgorithmException
IOException
JSONException
StiException
public static StiFileResult exportReport(StiReport report,
StiExportFormat exportFormat,
Element jsonObject,
OutputStream stream,
boolean saveFileDialog)
throws NoSuchAlgorithmException,
IOException,
JSONException,
StiException
StiFileResult object.
report - exportFormat - jsonObject - stream - saveFileDialog -
NoSuchAlgorithmException
IOException
JSONException
StiException
public static StiFileResult saveDocumentFile(StiReport report,
Element settingsNode,
OutputStream stream)
throws IOException,
NoSuchAlgorithmException,
JSONException
report - jsonObject - stream -
IOException
NoSuchAlgorithmException
JSONException
public static StiFileResult exportAsOdt(StiReport report,
StiOdtExportSettings settings,
OutputStream stream)
throws StiException,
IOException
report - settings - stream -
StiException
IOException
public static StiFileResult exportAsExcel(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsExcelXml(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsExcel2007(StiReport report,
StiExcelExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsOds(StiReport report,
StiOdsExportSettings settings,
OutputStream stream)
throws StiException,
IOException
StiException
IOException
public static StiFileResult exportAsCsv(StiReport report,
StiDataExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsXml(StiReport report,
OutputStream stream)
throws StiException,
IOException
report - stream -
StiException
IOException
public static StiFileResult exportAsSylk(StiReport report,
StiDataExportSettings settings,
OutputStream stream)
throws JSONException,
IOException,
StiException
report - settingsObject - stream -
JSONException
IOException
StiException
public static StiFileResult exportAsBmp(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsJpeg(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsPcx(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsPng(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsSvg(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
report - settingsObject - stream -
JSONException
StiException
IOException
public static StiFileResult exportAsSvgz(StiReport report,
StiImageExportSettings settings,
OutputStream stream)
throws JSONException,
StiException,
IOException
JSONException
StiException
IOException
public static StiExportSettings getExportSettings(StiExportFormat exportFormat,
Element settingsNode)
throws JSONException
exportFormat - settingsNode -
JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||