|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidationManager
Able to validate any passed domain object instance, including its children.
| Method Summary | |
|---|---|
void |
validate(Object domainObject)
Validates the passed domain object, along with any children, grandchildren, great-grandchildren etc. |
| Method Detail |
|---|
void validate(Object domainObject)
throws BindException,
ValidatorNotFoundException
Before performing validation, implementations must execute BindBeforeValidation for any domain objects requesting it.
domainObject - to validate (cannot be null)
BindException - if a validation problem occurs
ValidatorNotFoundException - if no matching Validator
could be found (and the implementation wishes to treat this as
an exception condition as opposed to logging it and
continuing).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||