| java.lang.Object org.kuali.module.financial.util.CodeDescriptionFormatterBase
All known Subclasses: org.kuali.module.financial.util.ObjectTypeCodeDescriptionFormatter, org.kuali.module.financial.util.ObjectLevelCodeDescriptionFormatter, org.kuali.module.financial.util.ObjectCodeDescriptionFormatter, org.kuali.module.financial.util.SubFundGroupCodeDescriptionFormatter, org.kuali.module.financial.util.DocumentationLocationCodeDescriptionFormatter,
DEFAULT_DESCRIPTION | final public static String DEFAULT_DESCRIPTION(Code) | | |
INIT_BUFFER_SIZE | final public static int INIT_BUFFER_SIZE(Code) | | The output string will probably be larger than the default StringBuffer size of 10, so lets avoid 1 memory allocation and
copy
|
getDefaultDescription | protected String getDefaultDescription()(Code) | | |
getValuesToBusinessObjectsMap | abstract protected Map<String, PersistableBusinessObject> getValuesToBusinessObjectsMap(Set values)(Code) | | Returns a Map such that the values in the values set will map to the appropriate BO There may be mappings for values that are
not in the parameter set Use this method sparingly, as it will likely cause an access to the DB It may be desirable to use
the values to limit the breadth of the search, and it is up to the implementation to decide whether to use it to do so.
Parameters: values - a set of values to limit the retrieval from (optional feature), may be null a map from value string to BO |
|
|