|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
org.kuali.kfs.gl.businessobject.options.OriginEntryFieldFinder
public class OriginEntryFieldFinder
An extension of KeyValuesBase that
Constructor Summary | |
---|---|
OriginEntryFieldFinder()
|
Method Summary | |
---|---|
boolean |
allowNull(String fieldName)
Returns whether the given field can be set to null or not |
String |
getFieldDisplayName(String fieldName)
Given the property field name for a field, returns the display name |
int |
getFieldLength(String fieldName)
Returns the length of a given field in Origin Entry |
String |
getFieldName(String fieldDisplayName)
Given the display name of a field, returns the property field name |
String |
getFieldType(String fieldName)
Returns a String with the name of the type of the given field |
List |
getKeyValues()
Returns a list of all field names and display field names for the Origin Entry class |
boolean |
isValidValue(String fieldName,
String value)
Given a field name and a value, determines if that value is valid for the field |
Methods inherited from class org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase |
---|
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OriginEntryFieldFinder()
Method Detail |
---|
public List getKeyValues()
KeyValuesFinder.getKeyValues()
public String getFieldDisplayName(String fieldName)
fieldName
- the property field name for a field
public String getFieldName(String fieldDisplayName)
fieldDisplayName
- the display name of the field
public boolean isValidValue(String fieldName, String value)
fieldName
- the name of a field to inquire onvalue
- the value that the field will potentially be set to
public String getFieldType(String fieldName)
fieldName
- the name of the field to inquire on
public boolean allowNull(String fieldName)
fieldName
- the name of the field to inquire about
public int getFieldLength(String fieldName)
fieldName
- the name of the Origin Entry field to get a length for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |