|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.r1.common.validator.old.ValidatorUtils
@Deprecated public class ValidatorUtils
Constructor Summary | |
---|---|
ValidatorUtils()
Deprecated. |
Method Summary | |
---|---|
static boolean |
compareValues(Object value1,
Object value2,
String dataType,
String operator,
DateParser dateParser)
Deprecated. |
protected static Date |
getDate(Object o,
DateParser dateParser)
Deprecated. |
protected static Double |
getDouble(Object o)
Deprecated. |
protected static Field |
getField(String key,
ObjectStructure objStructure,
String type,
String state)
Deprecated. Traverses the dictionary ObjectStructure to find the field with the match key, type and state |
protected static Float |
getFloat(Object o)
Deprecated. |
protected static Integer |
getInteger(Object o)
Deprecated. |
protected static Long |
getLong(Object o)
Deprecated. |
protected static String |
getString(Object o)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidatorUtils()
Method Detail |
---|
public static boolean compareValues(Object value1, Object value2, String dataType, String operator, DateParser dateParser)
protected static Integer getInteger(Object o)
protected static Long getLong(Object o)
protected static Float getFloat(Object o)
protected static Double getDouble(Object o)
protected static Date getDate(Object o, DateParser dateParser)
protected static String getString(Object o)
protected static Field getField(String key, ObjectStructure objStructure, String type, String state)
key
- type
- state
- objStructure
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |