|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.document.web.CodeDescriptionFormatterBase
org.kuali.kfs.coa.document.web.ObjectLevelCodeDescriptionFormatter
public class ObjectLevelCodeDescriptionFormatter
This class...
Field Summary |
---|
Fields inherited from class org.kuali.kfs.sys.document.web.CodeDescriptionFormatterBase |
---|
DEFAULT_DESCRIPTION, INIT_BUFFER_SIZE |
Constructor Summary | |
---|---|
ObjectLevelCodeDescriptionFormatter(String chartOfAccountsCode)
|
Method Summary | |
---|---|
protected String |
getDescriptionOfBO(org.kuali.rice.kns.bo.PersistableBusinessObject bo)
Returns the description of a BO |
protected Map<String,org.kuali.rice.kns.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. |
Methods inherited from class org.kuali.kfs.sys.document.web.CodeDescriptionFormatterBase |
---|
getDefaultDescription, getFormattedStringWithDescriptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectLevelCodeDescriptionFormatter(String chartOfAccountsCode)
Method Detail |
---|
protected String getDescriptionOfBO(org.kuali.rice.kns.bo.PersistableBusinessObject bo)
CodeDescriptionFormatterBase
getDescriptionOfBO
in class CodeDescriptionFormatterBase
org.kuali.kfs.sys.document.web.CodeDescriptionFormatterBase#getDescriptionOfBO(org.kuali.rice.kns.bo.BusinessObject)
protected Map<String,org.kuali.rice.kns.bo.PersistableBusinessObject> getValuesToBusinessObjectsMap(Set values)
CodeDescriptionFormatterBase
getValuesToBusinessObjectsMap
in class CodeDescriptionFormatterBase
values
- a set of values to limit the retrieval from (optional feature), may be null
CodeDescriptionFormatterBase.getValuesToBusinessObjectsMap(java.util.Set)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |