com.stimulsoft.webdesigner
Class StiWebDesignerActions

java.lang.Object
  extended by com.stimulsoft.webdesigner.StiWebDesignerActions

public class StiWebDesignerActions
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiWebDesignerActions()
           
 
Method Summary
static StiWebActionResult designerEventResult(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult designerEventResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult getReportResult(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult getReportResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult previewReportResult(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult previewReportResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult previewReportResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult saveReportResult(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebDesignerActions

public StiWebDesignerActions()
Method Detail

getReportResult

public static StiWebActionResult getReportResult(javax.servlet.http.HttpServletRequest httpContext,
                                                 javax.servlet.http.HttpServletResponse response,
                                                 java.lang.StringBuffer jsonParams)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

getReportResult

public static StiWebActionResult getReportResult(StiReport report,
                                                 javax.servlet.http.HttpServletRequest httpContext,
                                                 javax.servlet.http.HttpServletResponse response,
                                                 java.lang.StringBuffer jsonParams)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

saveReportResult

public static StiWebActionResult saveReportResult(javax.servlet.http.HttpServletRequest httpContext,
                                                  javax.servlet.http.HttpServletResponse response,
                                                  java.lang.StringBuffer jsonParams)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

previewReportResult

public static StiWebActionResult previewReportResult(javax.servlet.http.HttpServletRequest httpContext,
                                                     javax.servlet.http.HttpServletResponse response,
                                                     java.lang.StringBuffer jsonParams)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

previewReportResult

public static StiWebActionResult previewReportResult(StiReport report,
                                                     javax.servlet.http.HttpServletRequest httpContext,
                                                     javax.servlet.http.HttpServletResponse response,
                                                     java.lang.StringBuffer jsonParams)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

previewReportResult

public static StiWebActionResult previewReportResult(StiRequestParams requestParams,
                                                     StiReport report,
                                                     javax.servlet.http.HttpServletRequest httpContext,
                                                     javax.servlet.http.HttpServletResponse response,
                                                     java.lang.StringBuffer jsonParams)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

exportReportResult

public static StiWebActionResult exportReportResult(StiRequestParams requestParams,
                                                    StiReport report,
                                                    StiExportSettings settings,
                                                    javax.servlet.http.HttpServletRequest httpContext,
                                                    javax.servlet.http.HttpServletResponse response,
                                                    java.lang.StringBuffer jsonParams)
                                             throws java.io.IOException,
                                                    JSONException,
                                                    java.security.NoSuchAlgorithmException,
                                                    StiException
Throws:
java.io.IOException
JSONException
java.security.NoSuchAlgorithmException
StiException

designerEventResult

public static StiWebActionResult designerEventResult(javax.servlet.http.HttpServletRequest httpContext,
                                                     javax.servlet.http.HttpServletResponse response,
                                                     java.lang.StringBuffer jsonParams)
                                              throws java.lang.Exception
Throws:
java.lang.Exception

designerEventResult

public static StiWebActionResult designerEventResult(StiReport report,
                                                     javax.servlet.http.HttpServletRequest httpContext,
                                                     javax.servlet.http.HttpServletResponse response,
                                                     java.lang.StringBuffer jsonParams)
                                              throws java.lang.Exception
Throws:
java.lang.Exception