|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiException in com.stimulsoft.base.localization |
---|
Methods in com.stimulsoft.base.localization that throw StiException | |
---|---|
void |
StiLocalizationExt.addLanguageCategory(java.io.InputStream stream)
|
void |
StiLocalization.addLanguageCategory(java.io.InputStream stream)
|
static StiLocalizationExt |
StiLocalizationExt.load(java.io.InputStream is)
|
static StiLocalization |
StiLocalization.load(java.io.InputStream is)
|
static void |
StiLocalizationExt.loadDefConfig()
|
static void |
StiLocalization.loadDefConfig()
|
void |
StiLocalizationExt.loadLanguage(java.io.File file)
|
void |
StiLocalization.loadLanguage(java.io.File file)
|
void |
StiLocalizationExt.loadLanguage(java.io.InputStream stream)
Load language from file or (if file not found) from resource |
void |
StiLocalization.loadLanguage(java.io.InputStream stream)
Load language from file or (if file not found) from resource |
Uses of StiException in com.stimulsoft.base.settings |
---|
Methods in com.stimulsoft.base.settings that throw StiException | |
---|---|
static void |
StiConfig.init(StiConfig config)
Инициализация приложения. |
Constructors in com.stimulsoft.base.settings that throw StiException | |
---|---|
StiConfig()
|
|
StiConfig(java.util.Properties properties)
|
Uses of StiException in com.stimulsoft.base.utils |
---|
Methods in com.stimulsoft.base.utils that throw StiException | ||
---|---|---|
static
|
StiXmlMarshalUtil.marshal(T xmlObject,
java.io.OutputStream os)
Сохранение объекта заданного типа в xml виде. |
|
static
|
StiXmlMarshalUtil.unmarshal(java.io.InputStream is,
java.lang.Class<T> clazz)
Преобразование xml файла в объект заданного типа. |
Uses of StiException in com.stimulsoft.demo |
---|
Methods in com.stimulsoft.demo that throw StiException | |
---|---|
static void |
Test.main(java.lang.String[] args)
|
Uses of StiException in com.stimulsoft.report |
---|
Methods in com.stimulsoft.report that throw StiException | |
---|---|
static StiDocument |
StiSerializeManager.deserializeDocument(java.io.File file)
|
static void |
StiExportManager.exportCsv(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportCsv(StiReport report,
StiCsvExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportExcel(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportExcel(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportExcel2007(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportExcel2007(StiReport report,
StiExcel2007ExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportExcelXml(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportExcelXml(StiReport report,
StiExcelXmlExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportHtml(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportHtml(StiReport report,
StiHtmlExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImageBmp(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImageBmp(StiReport report,
StiBmpExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImageJpeg(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImageJpeg(StiReport report,
StiJpegExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImagePcx(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImagePcx(StiReport report,
StiPcxExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImagePng(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImagePng(StiReport report,
StiPngExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImageSvg(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImageSvg(StiReport report,
StiSvgExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImageSvgz(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportImageSvgz(StiReport report,
StiSvgzExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportOds(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportOds(StiReport report,
StiOdsExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportOdt(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportOdt(StiReport report,
StiOdtExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportPdf(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportPdf(StiReport report,
StiPdfExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportRtf(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportRtf(StiReport report,
StiRtfExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportSylk(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportSylk(StiReport report,
StiSylkExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportText(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportText(StiReport report,
StiTxtExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportWord2007(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportWord2007(StiReport report,
StiWord2007ExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportXml(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportXml(StiReport report,
StiXmlExportSettings settings,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportXps(StiReport report,
java.io.OutputStream stream)
|
static void |
StiExportManager.exportXps(StiReport report,
StiXpsExportSettings settings,
java.io.OutputStream stream)
|
void |
StiReport.localizeReport(java.lang.String cultureName)
|
Uses of StiException in com.stimulsoft.report.check |
---|
Methods in com.stimulsoft.report.check that throw StiException | |
---|---|
void |
StiCheckHelper.buildChecks(StiReport report)
|
Constructors in com.stimulsoft.report.check that throw StiException | |
---|---|
StiCheckEngine()
|
Uses of StiException in com.stimulsoft.report.dictionary |
---|
Methods in com.stimulsoft.report.dictionary that throw StiException | |
---|---|
java.lang.Object |
StiVariable.eval(StiReport report)
|
Uses of StiException in com.stimulsoft.report.dictionary.databases |
---|
Methods in com.stimulsoft.report.dictionary.databases that throw StiException | |
---|---|
void |
StiJDBCDatabase.connect(StiDataStoreSource source,
java.lang.Boolean fillTable,
StiReport report)
|
void |
StiDatabaseEmpty.connect(StiDataStoreSource source,
java.lang.Boolean fillTable,
StiReport report)
|
abstract void |
StiDatabase.connect(StiDataStoreSource source,
java.lang.Boolean fillTable,
StiReport report)
|
void |
StiJDBCDatabase.connect(StiDataStoreSource source,
StiReport report)
|
abstract void |
StiDatabase.connect(StiDataStoreSource stiDataStoreSource,
StiReport report)
|
static void |
StiEncryptionConnectionString.main(java.lang.String[] args)
|
Uses of StiException in com.stimulsoft.report.dictionary.dataSources |
---|
Methods in com.stimulsoft.report.dictionary.dataSources that throw StiException | |
---|---|
void |
StiDataStoreSource.connect()
|
void |
StiDataSourcesCollection.connect()
|
void |
StiDataSourceEmpty.connect()
|
abstract void |
StiDataSource.connect()
|
void |
StiDataSourcesCollection.connect(boolean fillTable)
|
void |
StiDataStoreSource.connect(java.lang.Boolean fillTable)
|
void |
StiDataSourceEmpty.connect(java.lang.Boolean fillTable)
|
abstract void |
StiDataSource.connect(java.lang.Boolean fillTable)
|
Uses of StiException in com.stimulsoft.report.engine.parser |
---|
Methods in com.stimulsoft.report.engine.parser that throw StiException | |
---|---|
static java.lang.Object |
StiParser.prepareVariableValue(StiVariable var,
StiReport report,
StiText textBox)
|
static java.lang.Object |
StiParser.prepareVariableValue(StiVariable var,
StiReport report,
StiText textBox,
boolean fillItems)
|
Uses of StiException in com.stimulsoft.report.export.service |
---|
Methods in com.stimulsoft.report.export.service that throw StiException | |
---|---|
void |
StiXpsExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiXmlExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiWord2007ExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiTxtExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiSylkExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiRtfExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiPdfExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiOdtExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings settings)
|
void |
StiOdsExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings settings)
|
void |
StiImageExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings settings)
Export StiReport |
void |
StiHtmlExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiHtml5ExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings settings)
|
abstract void |
StiExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings settings)
Export StiReport |
void |
StiExcelXmlExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiExcelExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
|
void |
StiExcel2007ExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiCsvExportService.export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
StiCsvExportService.exportCsv(StiReport report,
java.io.OutputStream outputStream,
StiDataExportSettings settings)
|
void |
StiExcelXmlExportService.exportExcel(StiReport report,
java.io.OutputStream outputStream,
StiExcelExportSettings settings)
Exports a rendered report to the ExcelXml file. |
void |
StiExcel2007ExportService.exportExcel(StiReport report,
java.io.OutputStream outputStream,
StiExcelExportSettings settings)
Exports rendered report to an Excel file. |
void |
StiExcelExportService.exportExcel(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
|
void |
StiHtmlExportService.exportHtml(StiReport report,
java.io.OutputStream stream,
StiHtmlExportSettings settings)
Exports a document to the HTML. |
void |
StiImageExportService.exportImage(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Exports a rendered document to the stream as an image. |
void |
StiOdsExportService.exportOds(StiReport report,
java.io.OutputStream outputStream,
StiOdsExportSettings settings)
Exports rendered report to an Ods |
void |
StiOdtExportService.exportOdt(StiReport report,
java.io.OutputStream outputStream,
StiOdtExportSettings settings)
Exports rendered report to an Odt |
void |
StiPdfExportService.exportPdf(StiReport report,
java.io.OutputStream outputStream,
StiPdfExportSettings settings)
Exports a rendered report to the pdf file. |
void |
StiRtfExportService.exportRtf(StiReport report,
java.io.OutputStream outputStream,
StiRtfExportSettings settings)
|
void |
StiSylkExportService.exportSylk(StiReport report,
java.io.OutputStream exportOutputStream,
StiDataExportSettings settings)
Exports a rendered report to a Sylk file. |
void |
StiTxtExportService.exportTxt(StiReport report,
java.io.OutputStream outputStream,
StiTxtExportSettings settings)
Exports a rendered report to the stream in the text file. |
void |
StiWord2007ExportService.exportWord(StiReport report,
java.io.OutputStream outputStream,
StiWord2007ExportSettings settings)
Exports rendered report to an Word file. |
void |
StiXmlExportService.exportXml(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Exports a rendered report to the XML file. |
void |
StiXpsExportService.exportXps(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
|
static java.lang.String |
StiRtfExportService.getRtfFileFromHtmlTags(StiText stiText,
java.lang.String text)
Returns rtf to string |
Uses of StiException in com.stimulsoft.report.globalization |
---|
Methods in com.stimulsoft.report.globalization that throw StiException | |
---|---|
void |
StiGlobalizationContainerCollection.localizeReport(java.lang.String cultureName)
|
Uses of StiException in com.stimulsoft.report.helpers |
---|
Methods in com.stimulsoft.report.helpers that throw StiException | |
---|---|
static DataSet |
StiResourceArrayToDataSet.get(StiResourceType resourceType,
byte[] array)
|
Uses of StiException in com.stimulsoft.report.utils.data |
---|
Methods in com.stimulsoft.report.utils.data that throw StiException | |
---|---|
static StiTableFieldsRequest |
StiDataColumnsUtil.getFields(java.sql.Connection con,
java.lang.String query,
StiDataSource source)
Return columns types |
Uses of StiException in com.stimulsoft.samples |
---|
Methods in com.stimulsoft.samples that throw StiException | |
---|---|
void |
ParentDatabase.connect(StiDataStoreSource source,
java.lang.Boolean fillTable,
StiReport report)
|
void |
ChildDatabase.connect(StiDataStoreSource stiDataStoreSource,
java.lang.Boolean fillTable,
StiReport report)
|
void |
ParentDatabase.connect(StiDataStoreSource stiDataStoreSource,
StiReport report)
|
void |
ChildDatabase.connect(StiDataStoreSource stiDataStoreSource,
StiReport report)
|
static StiReport |
CreateJdbcReport.createReport()
|
java.util.List<StiLocalizationInfo> |
Localization.getLocalizations()
|
static void |
CreateJdbcReport.main(java.lang.String[] args)
|
Constructors in com.stimulsoft.samples that throw StiException | |
---|---|
Localization(javax.swing.JFrame parentFrame)
|
Uses of StiException in com.stimulsoft.web.events |
---|
Methods in com.stimulsoft.web.events that throw StiException | |
---|---|
void |
StiAbstractWebAction.run(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Uses of StiException in com.stimulsoft.web.helper |
---|
Methods in com.stimulsoft.web.helper that throw StiException | |
---|---|
static java.io.ByteArrayOutputStream |
StiExportsHelper.emailReport(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings,
StiMailProperties options,
javax.servlet.http.HttpServletRequest request)
|
static StiWebActionResult |
StiExportsHelper.emailReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings,
StiMailProperties options,
javax.servlet.http.HttpServletRequest request)
|
static java.io.ByteArrayOutputStream |
StiExportsHelper.exportReport(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings)
Exports report to the specified format |
static StiWebActionResult |
StiExportsHelper.exportReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings)
|
static java.util.List<java.lang.Object> |
StiReportHelper.getPagesArray(StiReport report,
StiRequestParams requestParams)
|
static StiWebActionResult |
StiReportHelper.interactionResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest request)
|
static StiWebActionResult |
StiReportHelper.openReportResult(StiRequestParams requestParams,
javax.servlet.http.HttpServletRequest request)
|
static void |
StiReportResponse.printAsHtml(javax.servlet.http.HttpServletResponse response,
StiReport report)
Print report as HTML document. |
static void |
StiReportResponse.printAsHtml(javax.servlet.http.HttpServletResponse response,
StiReport report,
StiHtmlExportSettings settings)
Print report as HTML document. |
static void |
StiReportResponse.printAsHtml(javax.servlet.http.HttpServletResponse response,
StiReport report,
StiPagesRange pageRange)
Print report as HTML document. |
static void |
StiReportResponse.printAsPdf(javax.servlet.http.HttpServletResponse response,
StiReport report)
Print report as PDF document. |
static void |
StiReportResponse.printAsPdf(javax.servlet.http.HttpServletResponse response,
StiReport report,
StiPagesRange pageRange)
Print report as PDF document. |
static void |
StiReportResponse.printAsPdf(javax.servlet.http.HttpServletResponse response,
StiReport report,
StiPdfExportSettings settings)
Print report as PDF document. |
static StiWebActionResult |
StiExportsHelper.printReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings)
|
static void |
StiReportResponse.responseAsPdf(javax.servlet.http.HttpServletResponse response,
StiReport report,
StiPdfExportSettings settings,
boolean saveFileDialog)
|
static StiWebActionResult |
StiReportHelper.viewerResult(StiRequestParams requestParams,
StiReport report)
|
Uses of StiException in com.stimulsoft.web.utils |
---|
Methods in com.stimulsoft.web.utils that throw StiException | |
---|---|
static StiWebActionResult |
StiWebExportReportUtil.exportAsBmp(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to BMP format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsCsv(StiReport report,
StiDataExportSettings settings,
java.io.OutputStream stream)
Exports report to CSV format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsExcel(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsExcel2007(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel 2007 format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsExcelXml(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel Xml format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsJpeg(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to JPEG format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsOds(StiReport report,
StiOdsExportSettings settings,
java.io.OutputStream stream)
|
static StiWebActionResult |
StiWebExportReportUtil.exportAsPcx(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to PCX format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsPng(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to PNG format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsSvg(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to Scalable Vector Graphics (SVG) format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsSvgz(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
|
static StiWebActionResult |
StiWebExportReportUtil.exportAsSylk(StiReport report,
StiDataExportSettings settings,
java.io.OutputStream stream)
Exports report to Symbolic Link (SYLK) format. |
static StiWebActionResult |
StiWebExportReportUtil.exportAsXml(StiReport report,
java.io.OutputStream stream)
Exports report to XML format. |
Uses of StiException in com.stimulsoft.webdesigner |
---|
Methods in com.stimulsoft.webdesigner that throw StiException | |
---|---|
static StiWebActionResult |
StiWebDesignerActions.exportReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response,
java.lang.StringBuffer jsonParams)
|
static java.util.HashMap<java.lang.String,java.lang.Object> |
StiWebDesigner.getReportSnapshotCallbackResult(java.util.HashMap<java.lang.String,java.lang.Object> callbackResult,
javax.servlet.http.HttpServletRequest httpContext,
StiReport report,
java.util.HashMap<java.lang.String,java.lang.Object> parameters)
|
java.lang.String |
StiWebDesignerHelper.getWebDesigner(StiWebDesignerOptions options,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
StiWebDesigerHandler handler,
javax.servlet.ServletContext servletContext)
|
java.lang.String |
StiWebDesignerHelper.getWebDesigner(java.lang.String designerID,
StiWebDesignerOptions options,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
StiWebDesigerHandler handler,
java.lang.Object servletContext)
|
java.lang.String |
StiWebDesignerHelper.getWebDesigner(java.lang.String designerID,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
StiWebDesigerHandler handler,
javax.servlet.ServletContext servletContext)
|
java.lang.String |
StiWebDesignerHelper.getWebDesigner(java.net.URL context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
StiWebDesigerHandler handler,
javax.servlet.ServletContext servletContext)
|
static void |
StiWebDesigner.previewReport(StiReport mainReport,
java.lang.String format,
javax.servlet.http.HttpServletResponse response)
|
Uses of StiException in com.stimulsoft.webdesigner.helper |
---|
Methods in com.stimulsoft.webdesigner.helper that throw StiException | |
---|---|
static java.util.List<StiCheck> |
StiReportCheckHelper.checkReport(javax.servlet.http.HttpServletRequest httpContext,
StiRequestParams requestParams,
StiReport report,
boolean createReportCopy)
|
static void |
StiDictionaryHelper.createOrEditDataSource(StiReport report,
java.util.HashMap<java.lang.String,java.lang.Object> param,
java.util.HashMap<java.lang.String,java.lang.Object> callbackResult,
StiWebDesignerOptions options)
|
static void |
StiReportCheckHelper.getCheckPreview(javax.servlet.http.HttpServletRequest httpContext,
StiRequestParams requestParams,
StiReport report,
java.util.HashMap<java.lang.String,java.lang.Object> parameters,
java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
|
static java.util.List<java.lang.Object> |
StiPreviewHelper.getPages(StiReport report,
int pageNumber,
double zoom)
|
static void |
StiReportEdit.getPreviewPages(StiReport report,
java.util.HashMap<java.lang.String,java.lang.Object> param,
java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
|
static java.lang.String |
StiReportResourcesHelper.getReportThumbnailParameters(StiReport report,
double zoom)
|
static void |
StiReportResourcesHelper.getResourceContent(StiReport report,
java.util.HashMap<java.lang.String,java.lang.Object> param,
java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
|
static void |
StiReportResourcesHelper.getResourceViewData(StiReport report,
java.util.HashMap<java.lang.String,java.lang.Object> param,
java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
|
static java.lang.String |
StiReportEdit.getRichTextProperty(StiRichText component)
|
static java.lang.String |
StiReportResourcesHelper.getStringContentForJSFromResourceContent(StiResourceType resourceType,
byte[] content)
|
static void |
StiDictionaryHelper.retrieveColumns(StiReport report,
java.util.HashMap<java.lang.String,java.lang.Object> param,
java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
|
Constructors in com.stimulsoft.webdesigner.helper that throw StiException | |
---|---|
StiViewDataHelper(StiDataSource dataSource)
|
Uses of StiException in com.stimulsoft.webviewer |
---|
Methods in com.stimulsoft.webviewer that throw StiException | |
---|---|
static StiWebActionResult |
StiWebViewerActions.emailReportResult(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StiWebActionResult |
StiWebViewerActions.emailReportResult(StiRequestParams requestParams,
StiReport report,
StiMailProperties options,
StiExportSettings settings,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StiWebActionResult |
StiWebViewerActions.exportReportResult(javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response,
StiRequestParams requestParams,
StiExportSettings settings)
|
static StiWebActionResult |
StiWebViewerActions.exportReportResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
|
static StiWebActionResult |
StiWebViewerActions.exportReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for export the report. |
static StiWebActionResult |
StiWebViewerActions.getReportResult(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get the action result required for show the specified report in the viewer. |
static StiWebActionResult |
StiWebViewerActions.getReportResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get the action result required for show the specified report in the viewer. |
java.lang.String |
StiWebViewerHelper.getWebViewer(StiWebViewerOptions options,
StiMailProperties mailProperties,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
|
java.lang.String |
StiWebViewerHelper.getWebViewer(java.lang.String viewerID,
StiWebViewerOptions options,
StiMailProperties mailProperties,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
|
java.lang.String |
StiWebViewerHelper.getWebViewer(java.lang.String viewerID,
java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
|
java.lang.String |
StiWebViewerHelper.getWebViewer(java.net.URL context,
javax.servlet.http.HttpServletRequest request,
StiReport report,
javax.servlet.ServletContext servletContext)
|
static java.lang.Object |
StiWebViewerActions.interactionResult(javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for interactive operations with a report. |
static StiWebActionResult |
StiWebViewerActions.interactionResult(StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for interactive operations with a report. |
static java.lang.Object |
StiWebViewerActions.interactionResult(StiRequestParams requestParams,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for interactive operations with a report. |
static StiWebActionResult |
StiWebViewerActions.interactionResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for interactive operations with a report. |
static StiWebActionResult |
StiWebViewerActions.printReportResult(StiRequestParams requestParams,
StiReport report)
Get the action result required for print the report. |
static StiWebActionResult |
StiWebViewerActions.printReportResult(StiRequestParams requestParams,
StiReport report,
StiExportSettings settings)
Get the action result required for print the report. |
static java.lang.Object |
StiWebViewerActions.viewerEventResult(javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for the various requests of the viewer. |
static java.lang.Object |
StiWebViewerActions.viewerEventResult(StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for the various requests of the viewer.The specified report will be used. |
static java.lang.Object |
StiWebViewerActions.viewerEventResult(StiRequestParams requestParams,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Get the action result required for the various requests of the viewer. |
static StiWebActionResult |
StiWebViewerActions.viewerEventResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response)
Internal use only. |
Uses of StiException in com.stimulsoft.webviewer.helper |
---|
Methods in com.stimulsoft.webviewer.helper that throw StiException | |
---|---|
static StiWebActionResult |
StiExportsClass.exportAsBmp(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to BMP format. |
static StiWebActionResult |
StiExportsClass.exportAsCsv(StiReport report,
StiDataExportSettings settings,
java.io.OutputStream stream)
Exports report to CSV format. |
static StiWebActionResult |
StiExportsClass.exportAsExcel(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel format. |
static StiWebActionResult |
StiExportsClass.exportAsExcel2007(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel 2007 format. |
static StiWebActionResult |
StiExportsClass.exportAsExcelXml(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
Exports report to Microsoft Excel Xml format. |
static StiWebActionResult |
StiExportsClass.exportAsJpeg(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to JPEG format. |
static StiWebActionResult |
StiExportsClass.exportAsOds(StiReport report,
StiOdsExportSettings settings,
java.io.OutputStream stream)
|
static StiWebActionResult |
StiExportsClass.exportAsOdt(StiReport report,
StiOdtExportSettings settings,
java.io.OutputStream stream)
Exports report to OpenDocument Writer format. |
static StiWebActionResult |
StiExportsClass.exportAsPcx(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to PCX format. |
static StiWebActionResult |
StiExportsClass.exportAsPng(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to PNG format. |
static StiWebActionResult |
StiExportsClass.exportAsSvg(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
Exports report to Scalable Vector Graphics (SVG) format. |
static StiWebActionResult |
StiExportsClass.exportAsSvgz(StiReport report,
StiImageExportSettings settings,
java.io.OutputStream stream)
|
static StiWebActionResult |
StiExportsClass.exportAsSylk(StiReport report,
StiDataExportSettings settings,
java.io.OutputStream stream)
Exports report to Symbolic Link (SYLK) format. |
static StiWebActionResult |
StiExportsClass.exportAsXml(StiReport report,
java.io.OutputStream stream)
Exports report to XML format. |
static java.lang.Object |
StiExportsClass.exportReport(StiReport report,
StiExportFormat exportFormat,
org.w3c.dom.Element settingsObject,
boolean saveFileDialog)
Exports report to specified format and return the FileResult object. |
static void |
StiExportsClass.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 |
StiExportsClass.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 |
StiExportsClass.exportReport(StiReport report,
StiRequiredOptions requestOptions,
StiMailProperties emailOptions)
Exports report to specified format and return the FileResult object. |
Uses of StiException in engine |
---|
Methods in engine that throw StiException | |
---|---|
static void |
ReportRenderTest.main(java.lang.String[] args)
|
Uses of StiException in serializing |
---|
Methods in serializing that throw StiException | |
---|---|
void |
RochadeDataTable.connect(StiDataStoreSource source,
java.lang.Boolean fillTable,
StiReport report)
|
void |
RochadeDataTable.connect(StiDataStoreSource ds,
StiReport report)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |