Business Components

Uses of Interface
oracle.jbo.domain.DomainInterface

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

Uses of DomainInterface in oracle.jbo.domain
 

Subinterfaces of DomainInterface in oracle.jbo.domain
 interface BlobDomainInterface
          Implemented by all "blob" based domain classes.
 interface MutableDomainInterface
          Implemented by domain classes.
 

Classes in oracle.jbo.domain that implement DomainInterface
 class Array
           
 class BFileDomain
           
 class BlobDomain
           
 class ClobDomain
           
 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 Ref
           
 class SQLValue
           
 

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

Methods in oracle.jbo.domain with parameters of type DomainInterface
 void DomainOwnerInterface.domainToBeModified(DomainInterface d)
           
 void Array.domainToBeModified(DomainInterface)
           
 

Uses of DomainInterface in oracle.jbo.server
 

Classes in oracle.jbo.server that implement DomainInterface
 class SequenceImpl
          A represention of sequence Domain objects.
 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.
 


Business Components