Package org.kuali.rice.kns.util
Class ActionFormUtilMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<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:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencryptValue(Object value) Deprecated.Encrypts a value passed from the ui.Deprecated.This method parses from the key the actual method to run.getOptionsMap(Object key) Deprecated.getOptionsMap(Object key, Object boClass, Object keyAttribute, Object labelAttribute, Object includeKeyInLabel) Deprecated.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.voidsetCacheValueFinderResults(boolean cacheValueFinderResults) Deprecated.Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
ActionFormUtilMap
public ActionFormUtilMap()Deprecated.
-
-
Method Details
-
get
Deprecated.This method parses from the key the actual method to run. -
getOptionsMap
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 nameboClass- BO class namekeyAttribute- name of BO attribute for keylabelAttribute- name of BO attribute for labelincludeKeyInLabel- whether to include the key in the label or not- Returns:
- list of KeyValue pairs
-
encryptValue
Deprecated.Encrypts a value passed from the ui.- Parameters:
value- - clear text- Returns:
- String - encrypted text
-
setCacheValueFinderResults
public void setCacheValueFinderResults(boolean cacheValueFinderResults) Deprecated.
-