|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterTemplate | |
wt.query.template | Provides generic support for saved report queries using ReportTemplate and various
methods in ReportTemplateHelper for executing and generating reports. |
Uses of ParameterTemplate in wt.query.template |
Methods in wt.query.template that return ParameterTemplate | |
static ParameterTemplate[] |
ReportTemplateHelper.buildParameterTemplates(XMLSource a_qmlSource)
This method is used to build a Vector of ParameterTemplate objects from the specified XMLSource. |
static ParameterTemplate |
ReportTemplateHelper.buildParameterTemplate(Element a_element)
|
static ParameterTemplate[] |
ReportTemplateExecuteFormGenerator.trimParameters(ParameterTemplate[] pt,
Properties a_params)
|
static ParameterTemplate[] |
ReportTemplateHelper.buildParameterTemplates(XMLSource a_qmlSource)
This method is used to build a Vector of ParameterTemplate objects from the specified XMLSource. |
static ParameterTemplate |
ReportTemplateHelper.buildParameterTemplate(Element a_element)
|
static ParameterTemplate[] |
ReportTemplateExecuteFormGenerator.trimParameters(ParameterTemplate[] pt,
Properties a_params)
|
Methods in wt.query.template with parameters of type ParameterTemplate | |
static Hashtable |
ReportTemplateHelper.buildParameterMap(ParameterTemplate[] a_parameterTemplates,
Hashtable a_inputs,
boolean use_defaults)
This method is used to build a Hashtable of actual values from ParameterTemplate objects and an input Hashtable. |
private static Object |
ReportTemplateHelper.getParameterValue(ParameterTemplate a_parameterTemplate,
Hashtable a_inputs,
boolean a_useDefault)
|
String |
ReportTemplateExecuteFormGenerator.createInputParameters(ParameterTemplate[] a_parameters,
Properties a_params,
ResourceBundle a_resource,
ResourceBundle a_reportResource)
|
static ParameterTemplate[] |
ReportTemplateExecuteFormGenerator.trimParameters(ParameterTemplate[] pt,
Properties a_params)
|
String |
ReportTemplateExecuteFormGenerator.formInputParameter(ParameterTemplate pt,
Properties a_parameters,
ResourceBundle a_resource,
ResourceBundle a_reportResource)
|
protected boolean |
ParameterTemplate.readVersion(ParameterTemplate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static Hashtable |
ReportTemplateHelper.buildParameterMap(ParameterTemplate[] a_parameterTemplates,
Hashtable a_inputs,
boolean use_defaults)
This method is used to build a Hashtable of actual values from ParameterTemplate objects and an input Hashtable. |
private static Object |
ReportTemplateHelper.getParameterValue(ParameterTemplate a_parameterTemplate,
Hashtable a_inputs,
boolean a_useDefault)
|
String |
ReportTemplateExecuteFormGenerator.createInputParameters(ParameterTemplate[] a_parameters,
Properties a_params,
ResourceBundle a_resource,
ResourceBundle a_reportResource)
|
static ParameterTemplate[] |
ReportTemplateExecuteFormGenerator.trimParameters(ParameterTemplate[] pt,
Properties a_params)
|
String |
ReportTemplateExecuteFormGenerator.formInputParameter(ParameterTemplate pt,
Properties a_parameters,
ResourceBundle a_resource,
ResourceBundle a_reportResource)
|
protected boolean |
ParameterTemplate.readVersion(ParameterTemplate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |