Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.server.ValidationListener

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

 

Uses of ValidationListener in oracle.jbo.server

 

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

 

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 ValidationManager.addToValidationListeners(ValidationListener w)
          Adds a validation listener.
 void NullDBTransactionImpl.addToValidationListeners(ValidationListener w)
          Deprecated. Implementation of the DBTransaction interface.
 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.

 

Uses of ValidationListener in oracle.jbo.server.ejb.facade

 

Classes in oracle.jbo.server.ejb.facade that implement ValidationListener
 class EntityFacadeImpl
          Abstract base class for Entity Facade.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.