org.kuali.student.lum.course.service.impl
Class MockDefaultValidatorImpl

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

public class MockDefaultValidatorImpl
extends DefaultValidatorImpl


Field Summary
 
Fields inherited from class org.kuali.student.common.validator.BaseAbstractValidator
validatorFactory
 
Constructor Summary
MockDefaultValidatorImpl()
           
 
Method Summary
 List<ValidationResultInfo> validateObject(FieldDefinition field, Object o, ObjectStructureDefinition objStructure, Stack<String> elementStack)
           
 List<ValidationResultInfo> validateObject(Object o, ObjectStructureDefinition objStructure)
           
 
Methods inherited from class org.kuali.student.common.validator.DefaultValidatorImpl
getDateParser, getElementXpath, getMessage, getMessageGroupKey, getMessageLocaleKey, getMessageService, getSearchDispatcher, hasText, isServerSide, processBaseConstraints, processCaseConstraint, processConstraint, 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.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

MockDefaultValidatorImpl

public MockDefaultValidatorImpl()
Method Detail

validateObject

public List<ValidationResultInfo> validateObject(Object o,
                                                 ObjectStructureDefinition objStructure)
Specified by:
validateObject in interface Validator
Overrides:
validateObject in class DefaultValidatorImpl

validateObject

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


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.