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