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


Field Summary
protected static java.util.logging.Logger LOG
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final java.util.logging.Logger LOG
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 -


Copyright © 2018 Stimulsoft. All Rights Reserved.