|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiDeserializationException in com.stimulsoft.base.serializing |
---|
Methods in com.stimulsoft.base.serializing that throw StiDeserializationException | |
---|---|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.File file,
java.lang.Class<? extends IStiSerializable> clazz)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.File file,
IStiSerializable instance)
Преобразование Xml структуры в объект. |
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.File file,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.InputStream is,
IStiSerializable instance)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.InputStream is,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
static IStiSerializable |
StiDeserializerControler.deserializeReport(java.io.InputStream is,
IStiSerializable instance,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore,
java.lang.Boolean allowException)
|
Uses of StiDeserializationException in com.stimulsoft.demo |
---|
Methods in com.stimulsoft.demo that throw StiDeserializationException | |
---|---|
static void |
Test.main(java.lang.String[] args)
|
Uses of StiDeserializationException in com.stimulsoft.report |
---|
Methods in com.stimulsoft.report that throw StiDeserializationException | |
---|---|
static StiDocument |
StiSerializeManager.deserializeDocument(java.io.InputStream is)
|
static StiReport |
StiSerializeManager.deserializeReport(java.io.File file)
|
static StiReport |
StiSerializeManager.deserializeReport(java.io.InputStream is)
|
static StiReport |
StiSerializeManager.deserializeReport(java.io.InputStream is,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
|
static StiReport |
StiSerializeManager.deserializeReport(java.io.InputStream is,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore,
boolean enhanced)
|
static StiReport |
StiSerializeManager.deserializeReport(java.io.InputStream is,
java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore,
boolean enhanced,
java.lang.String password)
|
static StiReport |
StiSerializeManager.deserializeReport(java.io.InputStream is,
java.lang.String password)
|
static StiReport |
StiSerializeManager.deserializeReportFromJson(java.io.InputStream inputStream)
|
static StiReport |
StiSerializeManager.deserializeReportFromJson(java.io.InputStream inputStream,
java.lang.String password)
|
Uses of StiDeserializationException in com.stimulsoft.report.styles |
---|
Methods in com.stimulsoft.report.styles that throw StiDeserializationException | |
---|---|
void |
StiStylesCollection.load(java.io.InputStream stream)
|
Uses of StiDeserializationException in com.stimulsoft.samples |
---|
Methods in com.stimulsoft.samples that throw StiDeserializationException | |
---|---|
static void |
CopyComponentsBetweenReports.main(java.lang.String[] args)
|
Constructors in com.stimulsoft.samples that throw StiDeserializationException | |
---|---|
Printing(javax.swing.JFrame parentFrame)
|
|
RenderProcess(javax.swing.JFrame parentFrame)
|
Uses of StiDeserializationException in com.stimulsoft.web.helper |
---|
Methods in com.stimulsoft.web.helper that throw StiDeserializationException | |
---|---|
static StiReport |
StiReportHelper.applyDrillDown(StiReport report,
StiReport renderedReport,
java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Apply the parameters for drill-down and build the detailed report |
static StiWebActionResult |
StiReportHelper.interactionResult(StiRequestParams requestParams,
StiReport report,
javax.servlet.http.HttpServletRequest request)
|
Uses of StiDeserializationException in com.stimulsoft.webdesigner |
---|
Methods in com.stimulsoft.webdesigner that throw StiDeserializationException | |
---|---|
StiReport |
StiWebDesignerHelper.getActionReportObject(javax.servlet.http.HttpServletRequest httpContext,
javax.servlet.http.HttpServletResponse response,
java.lang.StringBuffer jsonParams)
Get the current report template for the current action of the component. |
static StiReport |
StiWebDesignerHelper.getActionReportObject(StiRequestParams requestParams,
javax.servlet.http.HttpServletRequest httpContext)
Get the current report template for the current action of the component. |
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)
|
static void |
StiWebDesigner.previewReport(StiReport mainReport,
java.lang.String format,
javax.servlet.http.HttpServletResponse response)
|
Uses of StiDeserializationException in com.stimulsoft.webdesigner.helper |
---|
Methods in com.stimulsoft.webdesigner.helper that throw StiDeserializationException | |
---|---|
static void |
StiReportEdit.addReportToUndoArray(javax.servlet.http.HttpServletRequest httpContext,
StiRequestParams requestParams,
StiReport report)
|
static void |
StiReportEdit.addReportToUndoArray(javax.servlet.http.HttpServletRequest httpContext,
StiRequestParams requestParams,
StiReport report,
boolean withResources)
|
static java.util.List<StiCheck> |
StiReportCheckHelper.checkReport(javax.servlet.http.HttpServletRequest httpContext,
StiRequestParams requestParams,
StiReport report,
boolean createReportCopy)
|
static StiReport |
StiReportEdit.cloneReport(StiReport report,
boolean onlyCompiledReport)
|
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 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 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 java.lang.String |
StiReportResourcesHelper.getStringContentForJSFromResourceContent(StiResourceType resourceType,
byte[] content)
|
static void |
StiStylesHelper.openStyle(StiRequestParams requestParams,
StiReport report,
java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
|
Uses of StiDeserializationException in com.stimulsoft.webviewer |
---|
Methods in com.stimulsoft.webviewer that throw StiDeserializationException | |
---|---|
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. |
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 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 StiDeserializationException in com.stimulsoft.webviewer.component |
---|
Methods in com.stimulsoft.webviewer.component that throw StiDeserializationException | |
---|---|
StiReport |
StiTestWebViewerBean.getReport()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |