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


Uses of Interface
oracle.jbo.domain.DomainOwnerInterface

Packages that use DomainOwnerInterface
oracle.jbo.client.remote   
oracle.jbo.domain   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   

 

Uses of DomainOwnerInterface in oracle.jbo.client.remote

 

Classes in oracle.jbo.client.remote that implement DomainOwnerInterface
 class RowImpl
          The RowImpl class is used to access the data inside a row using the Row interface

 

Methods in oracle.jbo.client.remote with parameters of type DomainOwnerInterface
 void SQLValueImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           

 

Constructors in oracle.jbo.client.remote with parameters of type DomainOwnerInterface
LobDomainOutputStream(Transaction am, DomainOwnerInterface row, java.lang.String id)
           
LobDomainInputStream(Transaction am, DomainOwnerInterface row, java.lang.String id)
           
ClobDomainCharacterStream(Transaction am, DomainOwnerInterface row, java.lang.String id)
           
ClobDomainCharacterOutputStream(Transaction am, DomainOwnerInterface row, java.lang.String id)
           

 

Uses of DomainOwnerInterface in oracle.jbo.domain

 

Methods in oracle.jbo.domain that return DomainOwnerInterface
 DomainOwnerInterface LobInterface.getOwner()
          Returns the reference to owner of this domain (could be the row that this domain instance belongs to.)

 

Methods in oracle.jbo.domain with parameters of type DomainOwnerInterface
 void SQLValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void NullValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not invoke this method.
 void DomainInterface.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void DateDomain.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Deprecated.  

 

Uses of DomainOwnerInterface in oracle.jbo.server

 

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

 

Methods in oracle.jbo.server with parameters of type DomainOwnerInterface
 void SQLValueImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void SequenceImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.

 

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

 

Classes in oracle.jbo.server.ejb.facade that implement DomainOwnerInterface
 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.