|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ValidationRule | This interface represents a validation rule that will validate a target bean. |
Class Summary | |
---|---|
AbstractCompareTestPredicate | Base class for comparing less than and greater than comparisons. |
AbstractPropertyPredicate | AbstractPropertyPredicate deals with extracting values from properties and as such is a utilty base class. |
BasicValidationRule | Validation rule implementation that will validate a target bean an return an error message is the validation fails. |
BetweenTestPredicate | Tests if a value is between two others. |
EqualsTestPredicate | Tests if a value is equal to another. |
GenericTestPredicate | GenericTestPredicate can test if a property value is null or not null. |
GreaterThanOrEqualTestPredicate | Tests if a value is greater than or equal to another. |
GreaterThanTestPredicate | Tests if a value is greater than to another. |
InTestPredicate | Tests if a value is in a list. |
LessThanOrEqualTestPredicate | Tests if a value is less than or equal to another. |
LessThanTestPredicate | Tests if a value is less than to another. |
NotBetweenTestPredicate | Tests if a value is not between two others. |
NotEqualsTestPredicate | Tests if a value is not equal to another. |
NotInTestPredicate | Tests if a value is not in a list. |
Enum Summary | |
---|---|
Operator | Enumeration of different operator types. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |