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

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

Deprecated.

@Deprecated
public class Validator
extends Object


Constructor Summary
Validator()
          Deprecated.  
 
Method Summary
 DateParser getDateParser()
          Deprecated.  
 String getMessageGroupKey()
          Deprecated.  
 String getMessageLocaleKey()
          Deprecated.  
 MessageService getMessageService()
          Deprecated.  
 boolean isServerSide()
          Deprecated.  
 void setDateParser(DateParser dateParser)
          Deprecated.  
 void setMessageGroupKey(String messageGroupKey)
          Deprecated.  
 void setMessageLocaleKey(String messageLocaleKey)
          Deprecated.  
 void setMessageService(MessageService messageService)
          Deprecated.  
 void setServerSide(boolean serverSide)
          Deprecated.  
 List<ValidationResultInfo> validateField(Field field, Type type, State state, ObjectStructure objStruct, ConstraintDataProvider dataProvider, Stack<String> elementStack)
          Deprecated.  
 List<ValidationResultInfo> validateTypeStateObject(Object data, ObjectStructure objStructure)
          Deprecated. Validate Object and all its nested child objects for given type and state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validator

public Validator()
Deprecated. 
Method Detail

getMessageService

public MessageService getMessageService()
Deprecated. 

setMessageService

public void setMessageService(MessageService messageService)
Deprecated. 

getMessageLocaleKey

public String getMessageLocaleKey()
Deprecated. 

setMessageLocaleKey

public void setMessageLocaleKey(String messageLocaleKey)
Deprecated. 

getMessageGroupKey

public String getMessageGroupKey()
Deprecated. 

setMessageGroupKey

public void setMessageGroupKey(String messageGroupKey)
Deprecated. 

setDateParser

public void setDateParser(DateParser dateParser)
Deprecated. 

isServerSide

public boolean isServerSide()
Deprecated. 
Returns:
the serverSide

setServerSide

public void setServerSide(boolean serverSide)
Deprecated. 
Parameters:
serverSide - the serverSide to set

getDateParser

public DateParser getDateParser()
Deprecated. 
Returns:
the dateParser

validateTypeStateObject

public List<ValidationResultInfo> validateTypeStateObject(Object data,
                                                          ObjectStructure objStructure)
Deprecated. 
Validate Object and all its nested child objects for given type and state

Parameters:
data -
objStructure -
Returns:

validateField

public List<ValidationResultInfo> validateField(Field field,
                                                Type type,
                                                State state,
                                                ObjectStructure objStruct,
                                                ConstraintDataProvider dataProvider,
                                                Stack<String> elementStack)
Deprecated. 


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