org.kuali.rice.kns.lookup.keyvalues
Class KeyValuesBase
java.lang.Object
org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
- All Implemented Interfaces:
- KeyValuesFinder
- Direct Known Subclasses:
- AbstractCountryValuesFinderBase, AccountTypeKeyValues, ActionPolicyValuesFinder, ActionRequestCodeValuesFinder, ActionTypeValuesFinder, ActiveInactiveValuesFinder, AMPMValuesFinder, ApprovedDocumentIndicatorValuesFinder, ApprovePolicyValuesFinder, BusinessObjectDictionaryEntriesFinder, CampusTypeValuesFinder, CampusValuesFinder, DelegateRuleValuesFinder, DelegationTypeValuesFinder, DelegationTypeValuesFinder, DocumentRouteStatusValuesFinder, GroupMemberTypeValuesFinder, IndicatorPersonSearchTypeValuesFinder, IndicatorValuesFinder, IndicatorYNNullValuesFinder, IndicatorYNOnlyValuesFinder, InstalledModulesValuesFinder, KimAttributeValuesFinder, MemberTypeValuesFinder, ModuleValuesFinder, NamespaceValuesFinder, NameSuffixValuesFinder, NameTitleValuesFinder, OpenCloseValuesFinder, ParameterOperatorValuesFinder, ParameterTypeValuesFinder, PermissionTemplateValuesFinder, PersistableBusinessObjectValuesFinder, PropositionParameterTypeValuesFinder, RoleNameValuesFinder, RuleAttributeTypeValuesFinder, SavedSearchValuesFinder, StateValuesFinder, TravelRequestType
public abstract class KeyValuesBase
- extends Object
- implements KeyValuesFinder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValuesBase
public KeyValuesBase()
getOptionLabels
public Collection<String> getOptionLabels()
getOptionValues
public Collection<String> getOptionValues()
getKeyLabelMap
public Map<String,String> getKeyLabelMap()
- Description copied from interface:
KeyValuesFinder
- Returns a map with the key as the key of the map and the label as the value. Used to render the label instead of the code in
the jsp when the field is readonly.
- Specified by:
getKeyLabelMap
in interface KeyValuesFinder
- Returns:
getKeyLabel
public String getKeyLabel(String key)
- Description copied from interface:
KeyValuesFinder
- Returns the label for the associated key.
- Specified by:
getKeyLabel
in interface KeyValuesFinder
- Returns:
getKeyValues
public List<KeyValue> getKeyValues(boolean includeActiveOnly)
- Description copied from interface:
KeyValuesFinder
- Builds a list of key values representations for valid value selections.
- Specified by:
getKeyValues
in interface KeyValuesFinder
- Parameters:
includeActiveOnly
- whether to only include active values in the list
- Returns:
- List of KeyValue objects.
clearInternalCache
public void clearInternalCache()
- Description copied from interface:
KeyValuesFinder
- Clears any internal cache that is being maintained by the value finder
- Specified by:
clearInternalCache
in interface KeyValuesFinder
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.