T
- business object typepublic class PersistableBusinessObjectValuesFinder extends KeyValuesBase
Modifier and Type | Field and Description |
---|---|
protected Class<?> |
businessObjectClass |
protected boolean |
includeBlankRow |
protected boolean |
includeKeyInDescription |
protected String |
keyAttributeName |
protected String |
labelAttributeName |
Constructor and Description |
---|
PersistableBusinessObjectValuesFinder() |
Modifier and Type | Method and Description |
---|---|
List<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.
|
void |
setBusinessObjectClass(Class<?> businessObjectClass) |
void |
setIncludeBlankRow(boolean includeBlankRow) |
void |
setIncludeKeyInDescription(boolean includeKeyInDescription) |
void |
setKeyAttributeName(String keyAttributeName) |
void |
setLabelAttributeName(String labelAttributeName) |
String |
toString() |
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues
protected Class<?> businessObjectClass
protected String keyAttributeName
protected String labelAttributeName
protected boolean includeKeyInDescription
protected boolean includeBlankRow
public PersistableBusinessObjectValuesFinder()
public List<KeyValue> getKeyValues()
public void setBusinessObjectClass(Class<?> businessObjectClass)
public void setIncludeKeyInDescription(boolean includeKeyInDescription)
public void setKeyAttributeName(String keyAttributeName)
public void setLabelAttributeName(String labelAttributeName)
public void setIncludeBlankRow(boolean includeBlankRow)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.