org.kuali.rice.krad.datadictionary.validation.processor
Class LengthConstraintProcessor
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.processor.MandatoryElementConstraintProcessor<LengthConstraint>
org.kuali.rice.krad.datadictionary.validation.processor.LengthConstraintProcessor
- All Implemented Interfaces:
- ConstraintProcessor<Object,LengthConstraint>
public class LengthConstraintProcessor
- extends MandatoryElementConstraintProcessor<LengthConstraint>
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LengthConstraintProcessor
public LengthConstraintProcessor()
process
public ProcessorResult process(DictionaryValidationResult result,
Object value,
LengthConstraint constraint,
AttributeValueReader attributeValueReader)
throws AttributeValidationException
- Throws:
AttributeValidationException
- See Also:
org.kuali.rice.krad.datadictionary.validation.processor.ConstraintProcessor#process(DictionaryValidationResult, Object, org.kuali.rice.krad.datadictionary.validation.capability.Validatable, org.kuali.rice.krad.datadictionary.validation.AttributeValueReader)
getName
public String getName()
getConstraintType
public Class<? extends Constraint> getConstraintType()
- See Also:
ConstraintProcessor.getConstraintType()
processSingleLengthConstraint
protected ConstraintValidationResult processSingleLengthConstraint(DictionaryValidationResult result,
Object value,
LengthConstraint constraint,
AttributeValueReader attributeValueReader)
throws AttributeValidationException
- Throws:
AttributeValidationException
validateLength
protected ConstraintValidationResult validateLength(DictionaryValidationResult result,
String value,
LengthConstraint constraint,
AttributeValueReader attributeValueReader)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.