Class ActionFormUtilMap

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

@Deprecated public class ActionFormUtilMap extends HashMap<Object,Object>
Deprecated.
Only used in KNS classes, use KRAD.
Utility map for the action form to provide a way for calling functions through jstl.
See Also:
  • Constructor Details

    • ActionFormUtilMap

      public ActionFormUtilMap()
      Deprecated.
  • Method Details

    • get

      public Object get(Object key)
      Deprecated.
      This method parses from the key the actual method to run.
      Specified by:
      get in interface Map<Object,Object>
      Overrides:
      get in class HashMap<Object,Object>
      See Also:
    • getOptionsMap

      public Object getOptionsMap(Object key)
      Deprecated.
    • getOptionsMap

      public Object getOptionsMap(Object key, Object boClass, Object keyAttribute, Object labelAttribute, Object includeKeyInLabel)
      Deprecated.
    • getOptionsMap

      public Object getOptionsMap(Object key, Object boClass, Object keyAttribute, Object labelAttribute, Object includeBlankRow, Object includeKeyInLabel)
      Deprecated.
      This method will take in a key parameter (values finder class name - in this case the generic PersistableObjectValuesFinder) along with the related parameters required by this ValuesFinder, and attempt to create a KeyValueFinder instance, then call the finder to return a list of KeyValue pairs. This is used by the htmlControlAttribute.tag to render select options from a given finder class specified in the data dictionary.
      Parameters:
      key - values finder class name
      boClass - BO class name
      keyAttribute - name of BO attribute for key
      labelAttribute - name of BO attribute for label
      includeKeyInLabel - whether to include the key in the label or not
      Returns:
      list of KeyValue pairs
    • encryptValue

      public String encryptValue(Object value)
      Deprecated.
      Encrypts a value passed from the ui.
      Parameters:
      value - - clear text
      Returns:
      String - encrypted text
    • setCacheValueFinderResults

      public void setCacheValueFinderResults(boolean cacheValueFinderResults)
      Deprecated.