Package com.stimulsoft.webdesigner
Class StiWebDesignerActions
java.lang.Object
com.stimulsoft.webdesigner.StiWebDesignerActions
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiWebActionResultdesignerEventResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultdesignerEventResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultexportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultgetReportResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultgetReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultpreviewReportResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultpreviewReportResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultpreviewReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultsaveReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams)
-
Constructor Details
-
StiWebDesignerActions
public StiWebDesignerActions()
-
-
Method Details
-
getReportResult
public static StiWebActionResult getReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws Exception - Throws:
Exception
-
getReportResult
public static StiWebActionResult getReportResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws Exception - Throws:
Exception
-
saveReportResult
public static StiWebActionResult saveReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws Exception - Throws:
Exception
-
previewReportResult
public static StiWebActionResult previewReportResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws Exception - Throws:
Exception
-
previewReportResult
public static StiWebActionResult previewReportResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws Exception - Throws:
Exception
-
previewReportResult
public static StiWebActionResult previewReportResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws Exception - Throws:
Exception
-
exportReportResult
public static StiWebActionResult exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws IOException, JSONException, NoSuchAlgorithmException, StiException -
designerEventResult
public static StiWebActionResult designerEventResult(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws Exception - Throws:
Exception
-
designerEventResult
public static StiWebActionResult designerEventResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) throws Exception - Throws:
Exception
-