@Deprecated public class ValidatorUtils extends Object
Constructor and Description |
---|
ValidatorUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ValidatorUtils()
public static boolean compareValues(Object value1, Object value2, String dataType, String operator, DateParser dateParser)
protected static Integer getInteger(Object o)
protected static Date getDate(Object o, DateParser dateParser)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.