|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationException | |
---|---|
org.apache.fulcrum.intake.validator | Validators for the various intake field types. |
Uses of ValidationException in org.apache.fulcrum.intake.validator |
---|
Methods in org.apache.fulcrum.intake.validator that throw ValidationException | |
---|---|
void |
Validator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
IntegerRangeValidator.assertValidity(Field testField)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
FloatValidator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
DoubleValidator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
DefaultValidator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
DateRangeValidator.assertValidity(Field testField)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
BigDecimalValidator.assertValidity(Field field)
Determine whether a field meets the criteria specified in the constraints defined for this validator |
void |
FileValidator.assertValidity(org.apache.commons.fileupload.FileItem testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
Validator.assertValidity(String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
StringValidator.assertValidity(String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
ShortValidator.assertValidity(String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
LongValidator.assertValidity(String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
IntegerValidator.assertValidity(String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
DefaultValidator.assertValidity(String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
DateStringValidator.assertValidity(String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
BooleanValidator.assertValidity(String testValue)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
IntegerRangeValidator.assertValidity(String testValue,
Group group)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
DateRangeValidator.assertValidity(String testValue,
Group group)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
FloatValidator.assertValidity(String testValue,
Locale locale)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
DoubleValidator.assertValidity(String testValue,
Locale locale)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
void |
BigDecimalValidator.assertValidity(String testValue,
Locale locale)
Determine whether a testValue meets the criteria specified in the constraints defined for this validator |
static void |
FieldReference.checkReferences(List fieldReferences,
CompareCallback compareCallback,
Object value,
Group group)
Check the parsed value against the referenced fields |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |