Business Components

Uses of Interface
oracle.jbo.server.ValidationListener

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

Uses of ValidationListener in oracle.jbo.server
 

Subinterfaces of ValidationListener in oracle.jbo.server
TypeName
 interface Entity
          This interface is for BC4J Entity Objects.
 

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

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


Business Components