|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use InvalidValueException | |
|---|---|
| org.makumba | Public API for makumba application programmers. |
| org.makumba.commons.formatters | |
| org.makumba.forms.html | |
| org.makumba.forms.responder | |
| org.makumba.providers.datadefinition.makumba.validation | |
| org.makumba.providers.datadefinition.mdd | |
| org.makumba.providers.datadefinition.mdd.validation | |
| Uses of InvalidValueException in org.makumba |
|---|
| Subclasses of InvalidValueException in org.makumba | |
|---|---|
class |
NotUniqueException
Not-unique is a special case of an InvalidValueException - the value is syntactically correct, but is
restricted to only one usage. |
| Methods in org.makumba that return types with arguments of type InvalidValueException | |
|---|---|
ArrayList<InvalidValueException> |
CompositeValidationException.getExceptions()
|
Collection<InvalidValueException> |
CompositeValidationException.getExceptions(String fieldName)
Gets the exceptions gathered for a specific field name |
| Methods in org.makumba with parameters of type InvalidValueException | |
|---|---|
void |
CompositeValidationException.addException(InvalidValueException e)
Adds a new exception |
| Methods in org.makumba that throw InvalidValueException | |
|---|---|
boolean |
ValidationRule.validate(Object value,
Transaction t)
Perform the validation process. |
| Constructors in org.makumba with parameters of type InvalidValueException | |
|---|---|
CompositeValidationException(InvalidValueException... exceptions)
Creates an instance and adds all exceptions from the given array |
|
| Constructor parameters in org.makumba with type arguments of type InvalidValueException | |
|---|---|
CompositeValidationException(Iterable<InvalidValueException> exceptions)
Creates an instance and adds all exceptions from the given Iterable |
|
| Uses of InvalidValueException in org.makumba.commons.formatters |
|---|
| Subclasses of InvalidValueException in org.makumba.commons.formatters | |
|---|---|
class |
InvalidValueException
|
| Uses of InvalidValueException in org.makumba.forms.html |
|---|
| Methods in org.makumba.forms.html that return types with arguments of type InvalidValueException | |
|---|---|
ArrayList<InvalidValueException> |
RecordEditor.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
| Method parameters in org.makumba.forms.html with type arguments of type InvalidValueException | |
|---|---|
ArrayList<InvalidValueException> |
RecordEditor.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
| Uses of InvalidValueException in org.makumba.forms.responder |
|---|
| Methods in org.makumba.forms.responder that return types with arguments of type InvalidValueException | |
|---|---|
ArrayList<InvalidValueException> |
FormResponder.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
abstract ArrayList<InvalidValueException> |
Responder.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
ArrayList<InvalidValueException> |
ResponderFactory.getUnassignedExceptions(CompositeValidationException e,
HttpServletRequest req)
For all the (nested) forms of a page, gives all the errors which have not been assigned to a specific field. |
| Method parameters in org.makumba.forms.responder with type arguments of type InvalidValueException | |
|---|---|
ArrayList<InvalidValueException> |
FormResponder.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
abstract ArrayList<InvalidValueException> |
Responder.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
| Uses of InvalidValueException in org.makumba.providers.datadefinition.makumba.validation |
|---|
| Methods in org.makumba.providers.datadefinition.makumba.validation that throw InvalidValueException | |
|---|---|
protected void |
SingleFieldValidationRule.throwException()
Throw a default exception. |
protected boolean |
ComparisonValidationRule.throwException(boolean b)
|
boolean |
NumberRangeValidationRule.validate(Object value,
Transaction t)
|
boolean |
RegExpValidationRule.validate(Object value,
Transaction t)
|
boolean |
ComparisonValidationRule.validate(Object value,
Transaction t)
|
boolean |
StringLengthValidationRule.validate(Object value,
Transaction t)
|
| Uses of InvalidValueException in org.makumba.providers.datadefinition.mdd |
|---|
| Methods in org.makumba.providers.datadefinition.mdd that throw InvalidValueException | |
|---|---|
protected void |
ValidationRuleNode.throwException()
Throw a default exception. |
boolean |
ValidationRuleNode.validate(Object value,
Transaction t)
should be overridden in extended classes |
| Uses of InvalidValueException in org.makumba.providers.datadefinition.mdd.validation |
|---|
| Methods in org.makumba.providers.datadefinition.mdd.validation that throw InvalidValueException | |
|---|---|
protected boolean |
ComparisonValidationRule.throwException(boolean b)
|
boolean |
RegExpValidationRule.validate(Object value,
Transaction t)
|
boolean |
ComparisonValidationRule.validate(Object value,
Transaction t)
|
boolean |
RangeValidationRule.validate(Object value,
Transaction t)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||