Uses of Package
planetj.dataengine.parameter

Packages that use planetj.dataengine.parameter
planetj.database.sql   
planetj.dataengine   
planetj.dataengine.parameter   
planetj.html   
 

Classes in planetj.dataengine.parameter used by planetj.database.sql
IDisplayParameter
          A parameter which may be displayed as a prompt to the user, who might then provide a value for the parameter.
IParameter
          A Parameter in a DataEngnine operation.
IParameterSource
          An object from which the parameter was created
 

Classes in planetj.dataengine.parameter used by planetj.dataengine
IParameter
          A Parameter in a DataEngnine operation.
ParameterCollection
          A Collection of IParameter objects.
 

Classes in planetj.dataengine.parameter used by planetj.dataengine.parameter
AbstractParameter
          A general implementation of the IParameter interface
FieldOrUsageIdParameter
          A parameter which can get its values based on a usage id or a field name
IDisplayParameter
          A parameter which may be displayed as a prompt to the user, who might then provide a value for the parameter.
IExecutingContextSource
          Parameters implement this interface to indicate that they can load their values from the executing context
IJDBCSQLParameter
          A parameter whose value may possibly be sent to a Database Manager as a parameter.
INamedParameter
          Parameters implement this class to indicate that they may have a name
IParameter
          A Parameter in a DataEngnine operation.
IParameterSource
          An object from which the parameter was created
ParameterCollection
          A Collection of IParameter objects.
RequestParameter
          A parameter which gets its value from an HttpServletRequest
RequestPromptParameter
          A parameter which can be displayed as a prompt to the user.
ShadowParameter
          Temporarily holds a parameter value when the appropriate parameter doesn't exist.
 

Classes in planetj.dataengine.parameter used by planetj.html
IDisplayParameter
          A parameter which may be displayed as a prompt to the user, who might then provide a value for the parameter.