org.kuali.student.r1.common.validator.old
Class ValidatorUtils

java.lang.Object
  extended by org.kuali.student.r1.common.validator.old.ValidatorUtils

Deprecated.

@Deprecated
public class ValidatorUtils
extends Object


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

ValidatorUtils

public ValidatorUtils()
Deprecated. 
Method Detail

compareValues

public static boolean compareValues(Object value1,
                                    Object value2,
                                    String dataType,
                                    String operator,
                                    DateParser dateParser)
Deprecated. 

getInteger

protected static Integer getInteger(Object o)
Deprecated. 

getLong

protected static Long getLong(Object o)
Deprecated. 

getFloat

protected static Float getFloat(Object o)
Deprecated. 

getDouble

protected static Double getDouble(Object o)
Deprecated. 

getDate

protected static Date getDate(Object o,
                              DateParser dateParser)
Deprecated. 

getString

protected static String getString(Object o)
Deprecated. 

getField

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

Parameters:
key -
type -
state -
objStructure -
Returns:


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.