|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use CompositeValidationException | |
|---|---|
| org.makumba | Public API for makumba application programmers. |
| org.makumba.db.makumba.sql | The generic SQL-92 implementation of the makumba database layer. |
| org.makumba.forms.html | |
| org.makumba.forms.responder | |
| Uses of CompositeValidationException in org.makumba |
|---|
| Methods in org.makumba that throw CompositeValidationException | |
|---|---|
boolean |
CompositeValidationException.throwCheck()
Checks whether there are any exceptions gathered, and if so throws this CompositeValidationException |
| Uses of CompositeValidationException in org.makumba.db.makumba.sql |
|---|
| Methods in org.makumba.db.makumba.sql that return CompositeValidationException | |
|---|---|
protected CompositeValidationException |
TableManager.findDuplicates(SQLDBConnection dbc,
Dictionary<String,Object> d)
|
| Uses of CompositeValidationException in org.makumba.forms.html |
|---|
| Methods in org.makumba.forms.html with parameters of type CompositeValidationException | |
|---|---|
ArrayList<InvalidValueException> |
RecordEditor.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
| Uses of CompositeValidationException in org.makumba.forms.responder |
|---|
| Methods in org.makumba.forms.responder with parameters of type CompositeValidationException | |
|---|---|
abstract ArrayList<InvalidValueException> |
Responder.getUnassignedExceptions(CompositeValidationException e,
ArrayList<InvalidValueException> unassignedExceptions,
String suffix)
|
ArrayList<InvalidValueException> |
FormResponder.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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||