org.kuali.student.r2.common.service.impl
Class NoOpDefaultValidatorImpl

java.lang.Object
  extended by org.kuali.student.r2.common.validator.BaseAbstractValidator
      extended by org.kuali.student.r2.common.validator.DefaultValidatorImpl
          extended by org.kuali.student.r2.common.service.impl.NoOpDefaultValidatorImpl
All Implemented Interfaces:
Validator

public class NoOpDefaultValidatorImpl
extends DefaultValidatorImpl


Field Summary
 
Fields inherited from class org.kuali.student.r2.common.validator.BaseAbstractValidator
validatorFactory
 
Constructor Summary
NoOpDefaultValidatorImpl()
           
 
Method Summary
 List<ValidationResultInfo> validateObject(FieldDefinition field, Object o, ObjectStructureDefinition objStructure, Stack<String> elementStack, ContextInfo contextInfo)
           
 List<ValidationResultInfo> validateObject(Object o, ObjectStructureDefinition objStructure, ContextInfo contextInfo)
          Validate Object and all its nested child objects for given type and state
 
Methods inherited from class org.kuali.student.r2.common.validator.DefaultValidatorImpl
addCrossFieldWarning, getDateParser, getElementXpath, getMessage, getMessageGroupKey, getMessageLocaleKey, getMessageService, getSearchDispatcher, hasText, isServerSide, processBaseConstraints, processCaseConstraint, processConstraint, processCrossFieldWarning, processCrossFieldWarning, processCrossFieldWarning, processLookupConstraint, processNestedObjectStructure, processOccursConstraint, processRequireConstraint, processValidCharConstraint, setDateParser, setMessageGroupKey, setMessageLocaleKey, setMessageService, setSearchDispatcher, setServerSide, toMap, tryParse, validateBoolean, validateDate, validateDouble, validateField, validateFloat, validateInteger, validateLong, validateString
 
Methods inherited from class org.kuali.student.r2.common.validator.BaseAbstractValidator
getValidatorFactory, setValidatorFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpDefaultValidatorImpl

public NoOpDefaultValidatorImpl()
Method Detail

validateObject

public List<ValidationResultInfo> validateObject(Object o,
                                                 ObjectStructureDefinition objStructure,
                                                 ContextInfo contextInfo)
Description copied from class: DefaultValidatorImpl
Validate Object and all its nested child objects for given type and state

Specified by:
validateObject in interface Validator
Overrides:
validateObject in class DefaultValidatorImpl
See Also:
org.kuali.student.r1.common.validator.Validator#validateObject(java.lang.Object, org.kuali.student.common.dictionary.dto.ObjectStructureDefinition)

validateObject

public List<ValidationResultInfo> validateObject(FieldDefinition field,
                                                 Object o,
                                                 ObjectStructureDefinition objStructure,
                                                 Stack<String> elementStack,
                                                 ContextInfo contextInfo)
Specified by:
validateObject in interface Validator
Overrides:
validateObject in class DefaultValidatorImpl
See Also:
org.kuali.student.r1.common.validator.Validator#validateObject(org.kuali.student.common.dictionary.dto.FieldDefinition, java.lang.Object, org.kuali.student.common.dictionary.dto.ObjectStructureDefinition, java.util.Stack)


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