Uses of Interface
planetj.dataengine.parameter.INamedParameter

Packages that use INamedParameter
planetj.dataengine.parameter   
 

Uses of INamedParameter in planetj.dataengine.parameter
 

Classes in planetj.dataengine.parameter that implement INamedParameter
 class AbstractNamedParameter
          A parameter which gets its value from an Session
 class FieldOrUsageIdParameter
          A parameter which can get its values based on a usage id or a field name
 class GlobalAttributeParameter
          A parameter which gets its value from an HttpServletRequest that were stored globably either from custom programming or through Row inserts and updates.
 class RequestAttributeParameter
          A parameter which gets its value from an HttpServletRequest
 class RequestParameter
          A parameter which gets its value from an HttpServletRequest
 class RequestPromptParameter
          A parameter which can be displayed as a prompt to the user.
 class RowParameter
          A parameter whose value can be extracted from a Row object.
 class SessionAttributeParameter
          A parameter which gets its value from an Session
 class SQLPromptParameter
          A parameter which corresponds to an SQLComparison.
 class SQLTextReplacementParameter
           
 class TableParameter
          A parameter whose value is a String which indentifies a table.
 class UserParameter
          A parameter which can extract its value from an IUser object.