public class ExtendedPersistableBusinessObjectValuesFinder
extends org.kuali.rice.krad.keyvalues.PersistableBusinessObjectValuesFinder
It's a shame that rice is so tightly coupled to PersistableBusinessObjectValuesFinder
It makes the design of these value finders very rigid.
| Constructor and Description |
|---|
ExtendedPersistableBusinessObjectValuesFinder() |
| Modifier and Type | Method and Description |
|---|---|
List<org.kuali.rice.core.api.util.KeyValue> |
getKeyValues()
Build the list of KeyValues using the key (keyAttributeName) and
label (labelAttributeName) of the list of all business objects found
for the BO class specified along with a "select" entry.
|
getBusinessObjectClass, getKeyAttributeName, getLabelAttributeName, isIncludeBlankRow, isIncludeKeyInDescription, setBusinessObjectClass, setIncludeBlankRow, setIncludeKeyInDescription, setKeyAttributeName, setLabelAttributeNamepublic ExtendedPersistableBusinessObjectValuesFinder()
public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
getKeyValues in interface org.kuali.rice.krad.keyvalues.KeyValuesFindergetKeyValues in class org.kuali.rice.krad.keyvalues.PersistableBusinessObjectValuesFinderCopyright © 2013 The Kuali Foundation. All Rights Reserved.