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


Uses of Interface
oracle.jbo.domain.DomainInterface

Packages that use DomainInterface
oracle.jbo.client.remote   
oracle.jbo.domain   
oracle.jbo.rules Contains sample validation beans. 
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.rules Contains sample validation beans. 

 

Uses of DomainInterface in oracle.jbo.client.remote

 

Methods in oracle.jbo.client.remote with parameters of type DomainInterface
 void RowImpl.domainToBeModified(DomainInterface domain)
           

 

Uses of DomainInterface in oracle.jbo.domain

 

Subinterfaces of DomainInterface in oracle.jbo.domain
 interface BlobDomainInterface
          Provides methods to save data to, and extract data from, LOB domain classes.
 interface LobInterface
          Provides methods to save data to, and extract data from, LOB domain classes.
 interface LobStreamInterface
          Provides methods to save data to, and extract data from, LOB domain classes.
 interface MutableDomainInterface
          Implemented by domain classes.

 

Classes in oracle.jbo.domain that implement DomainInterface
 class DateDomain
          Deprecated. This class has been superceeded by Date.

An encapsulation of Oracle SQL DATE objects as immutable Domain objects.

 class NullValue
          Provides a means of creating and serializing null Domain objects.
 class SQLValue
           

 

Methods in oracle.jbo.domain that return DomainInterface
 DomainInterface XMLDomainFactory.createDomainFromXMLElement(Element element)
           

 

Methods in oracle.jbo.domain with parameters of type DomainInterface
 void DomainOwnerInterface.domainToBeModified(DomainInterface d)
          Notification method that this domain calls whenever any of its attribute values are about to be modified.

 

Uses of DomainInterface in oracle.jbo.rules

 

Methods in oracle.jbo.rules with parameters of type DomainInterface
 void JboGenericValidator.setLhs(DomainInterface lValue)
          Internal: Applications should not use this method.

 

Uses of DomainInterface in oracle.jbo.server

 

Classes in oracle.jbo.server that implement DomainInterface
 class SequenceImpl
          An encapsulation of a database sequence.
 class SQLValueImpl
          A representation of SQL data objects.

 

Methods in oracle.jbo.server with parameters of type DomainInterface
 void EntityImpl.domainToBeModified(DomainInterface d)
          Locks the domain object and notifies the Domain owner that the value is about to be modified.

 

Uses of DomainInterface in oracle.jbo.server.rules

 

Methods in oracle.jbo.server.rules with parameters of type DomainInterface
 void JboGenericValidator.setLhs(DomainInterface lValue)
          Internal: Applications should not use this method.

 


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


 

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