public class OriginEntryFieldFinder extends org.kuali.rice.krad.keyvalues.KeyValuesBase
Constructor and Description |
---|
OriginEntryFieldFinder() |
Modifier and Type | Method and Description |
---|---|
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
|
public OriginEntryFieldFinder()
public List getKeyValues()
org.kuali.rice.kns.lookup.keyvalues.KeyValuesFinder#getKeyValues()
public String getFieldDisplayName(String fieldName)
fieldName
- the property field name for a fieldpublic String getFieldName(String fieldDisplayName)
fieldDisplayName
- the display name of the fieldpublic boolean isValidValue(String fieldName, String value)
fieldName
- the name of a field to inquire onvalue
- the value that the field will potentially be set topublic String getFieldType(String fieldName)
fieldName
- the name of the field to inquire onpublic boolean allowNull(String fieldName)
fieldName
- the name of the field to inquire aboutpublic int getFieldLength(String fieldName)
fieldName
- the name of the Origin Entry field to get a length forCopyright © 2004–2015 The Kuali Foundation. All rights reserved.