org.kuali.student.r1.common.validator
Class SampCustomValidator

java.lang.Object
  extended by org.kuali.student.r1.common.validator.SampCustomValidator
All Implemented Interfaces:
Validator

Deprecated.

@Deprecated
public class SampCustomValidator
extends Object
implements Validator

This is a sample Validator used for customized validation. Inject this validator into ValidatorFactory.

Author:
Neerav Agrawal

Constructor Summary
SampCustomValidator()
          Deprecated.  
 
Method Summary
 ObjectStructureDefinition getObjStructure()
          Deprecated.  
 void setObjStructure(ObjectStructureDefinition objStructure)
          Deprecated.  
 List<ValidationResultInfo> validateObject(FieldDefinition field, Object o, ObjectStructureDefinition objStructure, Stack<String> elementStack)
          Deprecated.  
 List<ValidationResultInfo> validateObject(Object o, ObjectStructureDefinition objStructure)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampCustomValidator

public SampCustomValidator()
Deprecated. 
Method Detail

validateObject

public List<ValidationResultInfo> validateObject(Object o,
                                                 ObjectStructureDefinition objStructure)
Deprecated. 
Specified by:
validateObject in interface Validator

getObjStructure

public ObjectStructureDefinition getObjStructure()
Deprecated. 

setObjStructure

public void setObjStructure(ObjectStructureDefinition objStructure)
Deprecated. 

validateObject

public List<ValidationResultInfo> validateObject(FieldDefinition field,
                                                 Object o,
                                                 ObjectStructureDefinition objStructure,
                                                 Stack<String> elementStack)
Deprecated. 
Specified by:
validateObject in interface Validator


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