Package com.stimulsoft.web.helper
Class StiVariablesHelper
java.lang.Object
com.stimulsoft.web.helper.StiVariablesHelper
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyReportBindingVariables(StiReport report, HashMap<String, Object> values) static voidAssigning sent by the client parameters to the reportstatic voidfillDialogInfoItems(StiReport report) Filling the list of variables initialized from the database columnsgetVariables(StiReport report, HashMap<String, Object> values, boolean sortDataItems) validateVariables(StiReport report, StiRequestParams requestParams)
-
Field Details
-
LOG
-
-
Constructor Details
-
StiVariablesHelper
public StiVariablesHelper()
-
-
Method Details
-
validateVariables
public static HashMap<String,Object> validateVariables(StiReport report, StiRequestParams requestParams) throws JSONException - Throws:
JSONException
-
applyReportBindingVariables
-
fillDialogInfoItems
Filling the list of variables initialized from the database columns- Parameters:
report-
-
getVariables
-
applyReportParameters
public static void applyReportParameters(StiReport report, HashMap<String, HashMap<String, Object>> parameters) Assigning sent by the client parameters to the report- Parameters:
report-parameters-
-