Uses of Class
com.stimulsoft.base.serializing.StiDeserializationException
Packages that use StiDeserializationException
Package
Description
-
Uses of StiDeserializationException in com.stimulsoft.base.serializing
Methods in com.stimulsoft.base.serializing that throw StiDeserializationExceptionModifier and TypeMethodDescriptionstatic IStiSerializableStiDeserializerControler.deserializeReport(File file, IStiSerializable instance) static IStiSerializableStiDeserializerControler.deserializeReport(File file, IStiSerializable instance, Hashtable<String, Object> memoryStore) static IStiSerializableStiDeserializerControler.deserializeReport(File file, Class<? extends IStiSerializable> clazz) static IStiSerializableStiDeserializerControler.deserializeReport(InputStream is, IStiSerializable instance) static IStiSerializableStiDeserializerControler.deserializeReport(InputStream is, IStiSerializable instance, Hashtable<String, Object> memoryStore) static IStiSerializableStiDeserializerControler.deserializeReport(InputStream is, IStiSerializable instance, Hashtable<String, Object> memoryStore, Boolean allowException) -
Uses of StiDeserializationException in com.stimulsoft.report
Methods in com.stimulsoft.report that throw StiDeserializationExceptionModifier and TypeMethodDescriptionstatic StiDocumentStiSerializeManager.deserializeDocument(InputStream is) static StiReportStiSerializeManager.deserializeReport(File file) static StiReportStiSerializeManager.deserializeReport(InputStream is) static StiReportStiSerializeManager.deserializeReport(InputStream is, String password) static StiReportStiSerializeManager.deserializeReport(InputStream is, Hashtable<String, Object> memoryStore) static StiReportStiSerializeManager.deserializeReport(InputStream is, Hashtable<String, Object> memoryStore, boolean enhanced) static StiReportStiSerializeManager.deserializeReport(InputStream is, Hashtable<String, Object> memoryStore, boolean enhanced, String password) static StiReportStiSerializeManager.deserializeReportFromJson(InputStream inputStream) static StiReportStiSerializeManager.deserializeReportFromJson(InputStream inputStream, String password) -
Uses of StiDeserializationException in com.stimulsoft.report.styles
Methods in com.stimulsoft.report.styles that throw StiDeserializationException -
Uses of StiDeserializationException in com.stimulsoft.samples
Methods in com.stimulsoft.samples that throw StiDeserializationExceptionConstructors in com.stimulsoft.samples that throw StiDeserializationException -
Uses of StiDeserializationException in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that throw StiDeserializationExceptionModifier and TypeMethodDescriptionstatic StiReportStiReportHelper.applyDrillDown(StiReport report, StiReport renderedReport, HashMap<String, Object> parameters) Apply the parameters for drill-down and build the detailed reportstatic StiWebActionResultStiReportHelper.interactionResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request) -
Uses of StiDeserializationException in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that throw StiDeserializationExceptionModifier and TypeMethodDescriptionstatic StiReportStiWebDesignerHelper.getActionReportObject(StiRequestParams requestParams, StiHttpServletRequest httpContext) Get the current report template for the current action of the component.StiWebDesignerHelper.getActionReportObject(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) Get the current report template for the current action of the component.StiWebDesigner.getReportSnapshotCallbackResult(HashMap<String, Object> callbackResult, StiHttpServletRequest httpContext, StiReport report, HashMap<String, Object> parameters) static voidStiWebDesigner.previewReport(StiReport mainReport, String format, StiHttpServletResponse response) -
Uses of StiDeserializationException in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that throw StiDeserializationExceptionModifier and TypeMethodDescriptionstatic voidStiReportEdit.addReportToUndoArray(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report) static voidStiReportEdit.addReportToUndoArray(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean withResources) StiReportCheckHelper.checkReport(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean createReportCopy) static StiReportStiReportEdit.cloneReport(StiReport report, boolean onlyCompiledReport) static voidStiReportCheckHelper.getCheckPreview(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) static voidStiReportEdit.getPreviewPages(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportResourcesHelper.getResourceContent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StringStiReportResourcesHelper.getStringContentForJSFromResourceContent(StiResourceType resourceType, byte[] content) static voidStiStylesHelper.openStyle(StiRequestParams requestParams, StiReport report, HashMap<String, Object> callbackResult) -
Uses of StiDeserializationException in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that throw StiDeserializationExceptionModifier and TypeMethodDescriptionstatic StiWebActionResultStiWebViewerActions.getReportResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request, StiHttpServletResponse response) Get the action result required for show the specified report in the viewer.static StiWebActionResultStiWebViewerActions.getReportResult(StiHttpServletRequest request, StiHttpServletResponse response) Get the action result required for show the specified report in the viewer.static StiWebActionResultStiWebViewerActions.interactionResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static StiWebActionResultStiWebViewerActions.interactionResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static ObjectStiWebViewerActions.interactionResult(StiRequestParams requestParams, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static ObjectStiWebViewerActions.interactionResult(StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static ObjectStiWebViewerActions.viewerEventResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for the various requests of the viewer.The specified report will be used.static StiWebActionResultStiWebViewerActions.viewerEventResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Internal use only.static ObjectStiWebViewerActions.viewerEventResult(StiRequestParams requestParams, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for the various requests of the viewer.static ObjectStiWebViewerActions.viewerEventResult(StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for the various requests of the viewer. -
Uses of StiDeserializationException in com.stimulsoft.webviewer.component
Methods in com.stimulsoft.webviewer.component that throw StiDeserializationException