Class StiReportCheckHelper
java.lang.Object
com.stimulsoft.webdesigner.helper.StiReportCheckHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidactionCheck(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) static voidcheckExpression(StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) checkReport(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean createReportCopy) static voidcheckUserFunctionScript(StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) static voidgetCheckPreview(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) getChecksJSCollection(List<StiCheck> checks)
-
Constructor Details
-
StiReportCheckHelper
public StiReportCheckHelper()
-
-
Method Details
-
getChecksJSCollection
-
checkReport
public static List<StiCheck> checkReport(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean createReportCopy) throws StiException, IOException, SAXException, StiDeserializationException -
getCheckPreview
public static void getCheckPreview(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> parameters, HashMap<String, throws StiException, IOException, SAXException, StiDeserializationExceptionObject> callbackResult) -
actionCheck
public static void actionCheck(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> parameters, HashMap<String, throws ExceptionObject> callbackResult) - Throws:
Exception
-
checkExpression
-
checkUserFunctionScript
-