T - the clazz type.public class ConditionValuesFinder<T extends org.kuali.rice.krad.bo.PersistableBusinessObject>
extends org.kuali.rice.krad.keyvalues.KeyValuesBase
| Modifier and Type | Class and Description |
|---|---|
static class |
ConditionValuesFinder.PropertyException
Exception thrown when failing to retrieve a property.
|
| Constructor and Description |
|---|
ConditionValuesFinder()
Creates value finder setting dependencies to default values.
|
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getClazz()
Gets the clazz to lookup the key/values on.
|
Map<String,Object> |
getConditions()
Gets the conditions to apply to the lookup.
|
String |
getKey()
Gets the key (the property name of the key).
|
List<org.kuali.rice.core.api.util.KeyValue> |
getKeyValues() |
String |
getValue()
Gets the value (the property name of the value).
|
void |
setClazz(Class<T> clazz)
Sets the clazz to lookup the key/values on.
|
void |
setConditions(Map<String,Object> conditions)
Sets the conditions to apply to the lookup.
|
void |
setKey(String key)
Sets the key.
|
void |
setValue(String value)
Sets the value.
|
public ConditionValuesFinder()
public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
public void setClazz(Class<T> clazz)
clazz - the clazzpublic Map<String,Object> getConditions()
public void setConditions(Map<String,Object> conditions)
conditions - the conditionspublic String getKey()
The property can be a nested property. If the property is not a String then key.toString() is returned.
public String getValue()
The property can be a nested property. If the property is not a String then value.toString() is returned.
public void setValue(String value)
value - the valuegetValue()Copyright © 2013 The Kuali Foundation. All Rights Reserved.