public class ActiveDatesValidator extends DefaultValidatorImpl
validatorFactory
Constructor and Description |
---|
ActiveDatesValidator() |
Modifier and Type | Method and Description |
---|---|
void |
setAtpService(AtpService atpService) |
List<ValidationResultInfo> |
validateObject(FieldDefinition field,
Object o,
ObjectStructureDefinition objStructure,
Stack<String> elementStack,
ContextInfo contextInfo) |
List<ValidationResultInfo> |
validateObject(Object data,
ObjectStructureDefinition objStructure,
ContextInfo contextInfo) |
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, validateObject, validateString
getValidatorFactory, setValidatorFactory
public ActiveDatesValidator()
public List<ValidationResultInfo> validateObject(Object data, ObjectStructureDefinition objStructure, ContextInfo contextInfo)
validateObject
in interface Validator
validateObject
in class DefaultValidatorImpl
org.kuali.student.r1.common.validator.Validator#validateObject(java.lang.Object, org.kuali.student.common.dictionary.dto.ObjectStructureDefinition)
public List<ValidationResultInfo> validateObject(FieldDefinition field, Object o, ObjectStructureDefinition objStructure, Stack<String> elementStack, ContextInfo contextInfo)
validateObject
in interface Validator
validateObject
in class DefaultValidatorImpl
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)
public void setAtpService(AtpService atpService)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.