org.kuali.student.lum.course.service.impl
Class MockDefaultValidatorImpl
java.lang.Object
org.kuali.student.common.validator.BaseAbstractValidator
org.kuali.student.common.validator.DefaultValidatorImpl
org.kuali.student.lum.course.service.impl.MockDefaultValidatorImpl
- All Implemented Interfaces:
- Validator
public class MockDefaultValidatorImpl
- extends DefaultValidatorImpl
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockDefaultValidatorImpl
public MockDefaultValidatorImpl()
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.