com.stimulsoft.web.helper
Class StiVariablesHelper

java.lang.Object
  extended by com.stimulsoft.web.helper.StiVariablesHelper

public class StiVariablesHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiVariablesHelper()
           
 
Method Summary
static void applyReportBindingVariables(StiReport report, java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> values)
           
static void applyReportParameters(StiReport report, java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> parameters)
          Assigning sent by the client parameters to the report
static void fillDialogInfoItems(StiReport report)
          Filling the list of variables initialized from the database columns
static java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> getVariables(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> values)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiVariablesHelper

public StiVariablesHelper()
Method Detail

applyReportBindingVariables

public static void applyReportBindingVariables(StiReport report,
                                               java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> values)

fillDialogInfoItems

public static void fillDialogInfoItems(StiReport report)
Filling the list of variables initialized from the database columns

Parameters:
report -

getVariables

public static java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> getVariables(StiReport report,
                                                                                                                    java.util.HashMap<java.lang.String,java.lang.Object> values)

applyReportParameters

public static void applyReportParameters(StiReport report,
                                         java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> parameters)
Assigning sent by the client parameters to the report

Parameters:
report -
parameters -