|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Validable
An interface to be implemented by objects wanting to provide validation.
| Method Summary | |
|---|---|
void |
validateCreation(ValidationReport report)
Validate creation of the object. |
void |
validateDelete(ValidationReport report)
Validate deletion of the object. |
void |
validateModification(ValidationReport report)
Validate modification of the object. |
| Method Detail |
|---|
void validateCreation(ValidationReport report)
report - the ValidationReport where to add any info/warning/error raised by the validation.void validateModification(ValidationReport report)
report - the ValidationReport where to add any info/warning/error raised by the validation.void validateDelete(ValidationReport report)
Validable
sub-objects, it can forward the validation call to them. In this case, the path must be correctly updated.
report - the ValidationReport where to add any info/warning/error raised by the validation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||