|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModelObject
Base interface for all model objects.
| Method Summary | |
|---|---|
MessageList |
validate(IValidationContext context)
Validates the model object and returns a list of messages. |
| Method Detail |
|---|
MessageList validate(IValidationContext context)
context - provides additional external information that might be necessary to execute
the validation. E.g. the business context, the locale to provide locale specific
message texts, user information. The parameter must not be null.
NullPointerException - if context is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||