|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void validate() throws JboException
JboException
- if validation fails.public 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.
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.