public class ObjectCodeDescriptionFormatter extends CodeDescriptionFormatterBase
DEFAULT_DESCRIPTION, INIT_BUFFER_SIZE| Constructor and Description |
|---|
ObjectCodeDescriptionFormatter(Integer universityFiscalYear,
String chartOfAccountsCode) |
| 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, getFormattedStringWithDescriptionspublic ObjectCodeDescriptionFormatter(Integer universityFiscalYear, String chartOfAccountsCode)
protected String getDescriptionOfBO(org.kuali.rice.krad.bo.PersistableBusinessObject bo)
CodeDescriptionFormatterBasegetDescriptionOfBO in class CodeDescriptionFormatterBaseprotected Map<String,org.kuali.rice.krad.bo.PersistableBusinessObject> getValuesToBusinessObjectsMap(Set values)
CodeDescriptionFormatterBasegetValuesToBusinessObjectsMap in class CodeDescriptionFormatterBasevalues - a set of values to limit the retrieval from (optional feature), may be nullCopyright © 2004–2015 The Kuali Foundation. All rights reserved.