public class SubFundGroupCodeDescriptionFormatter extends CodeDescriptionFormatterBase
DEFAULT_DESCRIPTION, INIT_BUFFER_SIZE
Constructor and Description |
---|
SubFundGroupCodeDescriptionFormatter() |
Modifier and Type | Method and Description |
---|---|
protected String |
getDescriptionOfBO(org.kuali.rice.krad.bo.PersistableBusinessObject bo)
Returns the description of a BO
|
protected Map<String,org.kuali.rice.krad.bo.PersistableBusinessObject> |
getValuesToBusinessObjectsMap(Set values)
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.
|
getDefaultDescription, getFormattedStringWithDescriptions
public SubFundGroupCodeDescriptionFormatter()
protected String getDescriptionOfBO(org.kuali.rice.krad.bo.PersistableBusinessObject bo)
CodeDescriptionFormatterBase
getDescriptionOfBO
in class CodeDescriptionFormatterBase
protected Map<String,org.kuali.rice.krad.bo.PersistableBusinessObject> getValuesToBusinessObjectsMap(Set values)
CodeDescriptionFormatterBase
getValuesToBusinessObjectsMap
in class CodeDescriptionFormatterBase
values
- a set of values to limit the retrieval from (optional feature), may be nullCopyright © 2004–2015 The Kuali Foundation. All rights reserved.