|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use.* | |
| Package | Description |
|---|---|
| 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 | |
| Type | Name |
|---|---|
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 | |
| Type | Name |
|---|---|
class |
DateDomain
Deprecated. This class has been superceeded by Date.
An encapsulation of Oracle SQL |
class |
NullValue
Provides a means of creating and serializing null Domain objects. |
class |
SQLValue
|
| Methods in oracle.jbo.domain that return DomainInterface | |
| Type | Name |
|---|---|
DomainInterface |
XMLDomainFactory.createDomainFromXMLElement(Element element)
|
| Methods in oracle.jbo.domain with parameters of type DomainInterface | |
| Type | Name |
|---|---|
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.server |
| Classes in oracle.jbo.server that implement DomainInterface | |
| Type | Name |
|---|---|
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 | |
| Type | Name |
|---|---|
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 | |
| Type | Name |
|---|---|
void |
JboGenericValidator.setLhs(DomainInterface lValue)
Internal: Applications should not use this method. |
|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||