Business Components

Uses of Interface
oracle.jbo.server.ValidationListener

Packages that use ValidationListener
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ValidationListener in oracle.jbo.server
 

Subinterfaces of ValidationListener in oracle.jbo.server
 interface Entity
          Defines the middle-tier representation of database rows.
 

Classes in oracle.jbo.server that implement ValidationListener
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 

Methods in oracle.jbo.server with parameters of type ValidationListener
 void EntityImpl.addToValidationListeners(ValidationListener listener)
          Adds a listener to the list of validation listeners and marks this Entity Object invalid.
 void ValidationManager.addToValidationListeners(ValidationListener w)
          Adds a validation listener.
 void NullDBTransactionImpl.addToValidationListeners(ValidationListener w)
          Implementation of the DBTransaction interface.
 void DBTransactionImpl.addToValidationListeners(ValidationListener entity)
          Adds an entity validation listener.
 


Business Components