|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidationListener
Implemented by Entity Objects and other Business Objects that need to provide validation logic to be performed during various validation events generated by the framework.
Validation is typically performed in currency change operations or during transaction commit operations, or whenever a complete transaction is being validated by application logic.
Method Summary | |
---|---|
boolean |
isValid() Reports the state of instance's validity. |
void |
validate() Validates this object. |
Method Detail |
---|
void validate() throws JboException
JboException
- if validation fails.boolean isValid()
Typically, this instance is an entry in a validation list maintained by a ValidationManager
, which invokes validate()
. If this method returns true
, this instance may be removed from the list, otherwise this instance should remain on the list.
true
if this instance has been validated.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |