|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LengthConstraint in org.kuali.rice.krad.datadictionary.validation.capability |
|---|
| Subinterfaces of LengthConstraint in org.kuali.rice.krad.datadictionary.validation.capability | |
|---|---|
interface |
LengthConstrainable
This interface defines methods that must be implemented by classes that want to be processed as |
| Uses of LengthConstraint in org.kuali.rice.krad.datadictionary.validation.constraint |
|---|
| Classes in org.kuali.rice.krad.datadictionary.validation.constraint that implement LengthConstraint | |
|---|---|
class |
SimpleConstraint
A simple constraint stores 'basic' constraints for a field. |
| Uses of LengthConstraint in org.kuali.rice.krad.datadictionary.validation.processor |
|---|
| Methods in org.kuali.rice.krad.datadictionary.validation.processor with parameters of type LengthConstraint | |
|---|---|
ProcessorResult |
LengthConstraintProcessor.process(DictionaryValidationResult result,
Object value,
LengthConstraint constraint,
AttributeValueReader attributeValueReader)
|
protected ConstraintValidationResult |
LengthConstraintProcessor.processSingleLengthConstraint(DictionaryValidationResult result,
Object value,
LengthConstraint constraint,
AttributeValueReader attributeValueReader)
|
protected ConstraintValidationResult |
LengthConstraintProcessor.validateLength(DictionaryValidationResult result,
String value,
LengthConstraint constraint,
AttributeValueReader attributeValueReader)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||