| java.lang.Object org.kuali.core.lookup.keyvalues.KeyValuesBase org.kuali.module.gl.web.optionfinder.OriginEntryFieldFinder
OriginEntryFieldFinder | public class OriginEntryFieldFinder extends KeyValuesBase (Code) | | An extension of KeyValuesBase that
|
allowNull | public boolean allowNull(String fieldName)(Code) | | Returns whether the given field can be set to null or not
Parameters: fieldName - the name of the field to inquire about true if it can be set to null, false otherwise |
getFieldDisplayName | public String getFieldDisplayName(String fieldName)(Code) | | Given the property field name for a field, returns the display name
Parameters: fieldName - the property field name for a field the display field name of that field |
getFieldLength | public int getFieldLength(String fieldName)(Code) | | Returns the length of a given field in Origin Entry
Parameters: fieldName - the name of the Origin Entry field to get a length for the length of the field |
getFieldName | public String getFieldName(String fieldDisplayName)(Code) | | Given the display name of a field, returns the property field name
Parameters: fieldDisplayName - the display name of the field the property field name for that field |
getFieldType | public String getFieldType(String fieldName)(Code) | | Returns a String with the name of the type of the given field
Parameters: fieldName - the name of the field to inquire on a String with the name of the class that field returns |
isValidValue | public boolean isValidValue(String fieldName, String value)(Code) | | Given a field name and a value, determines if that value is valid for the field
Parameters: fieldName - the name of a field to inquire on Parameters: value - the value that the field will potentially be set to true if the value is valid, false if otherwise |
|
|