| Package | Description | 
|---|---|
| oracle.adf.model.bc4j.meta | |
| oracle.adf.model.bean | |
| oracle.adf.model.placeholder | |
| oracle.adf.model.rest | |
| oracle.adf.model.rest.odata | |
| oracle.jbo | 
 Contains interfaces for client-side applications. 
 | 
| oracle.jbo.client.remote | 
 Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces. 
 | 
| oracle.jbo.common | 
 Contains the implementation of components shared by thin clients and the middle tier. 
 | 
| oracle.jbo.common.ws | |
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.ejb | 
 Contains the base implementation of appmodule session beans. 
 | 
| oracle.jbo.server.ejb.facade | |
| oracle.jbo.server.lov | |
| oracle.jbo.server.uniqueid | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
StructureDefinitionImpl.initialize(ComponentObject component)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCCriteriaBaseVOImpl
Deprecated.   
 | 
class  | 
DCCriteriaItemVOImpl
Deprecated.   
 | 
class  | 
DCCriteriaOperatorVOImpl
Deprecated.   
 | 
class  | 
DCCriteriaRowVOImpl
Deprecated.   
 | 
class  | 
DCCriteriaValueVOImpl
Deprecated.   
 | 
class  | 
DCCriteriaVOImpl
Deprecated.   
 | 
class  | 
DCDataAM
For internal adf framework use only. 
 | 
class  | 
DCDataVO  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PlaceholderVOImpl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractRestDCDataVO  | 
class  | 
RestDCDataVO  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ODataRestDCDataVO  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ApplicationModule
The interface for application modules. 
 | 
interface  | 
ViewLink
Implemented by View Link classes. 
 | 
interface  | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Modifier and Type | Method and Description | 
|---|---|
ComponentObject | 
ApplicationModule.createComponentObject(java.lang.String coName,
                     java.lang.String coDefName)
Creates a component object in this application module from
 the component object definition. 
 | 
ComponentObject | 
ApplicationModule.findComponentObject(java.lang.String coName)
Finds the named component object. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ComponentUsageImpl
Generic component Usage impl 
 | 
class  | 
ViewLinkImpl  | 
class  | 
ViewUsageImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
ComponentObject | 
ApplicationModuleImpl.createComponentObject(java.lang.String coName,
                     java.lang.String cDefName)
Create a ComponentUsage using the name of a ComponentObject class. 
 | 
ComponentObject | 
ApplicationModuleImpl.findComponentObject(java.lang.String coName)  | 
ComponentObject | 
ComponentUsageImpl.getComponentObject()  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ViewObjectDynAttr  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WSApplicationModuleImpl  | 
class  | 
WSComponentObjectImpl  | 
class  | 
WSViewLinkImpl  | 
class  | 
WSViewObjectImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
ComponentObject | 
WSApplicationModuleImpl.createComponentObject(java.lang.String coName,
                     java.lang.String coDefName)  | 
ComponentObject | 
WSApplicationModuleImpl.findComponentObject(java.lang.String coName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ApplicationModuleImpl
The base class of Application Modules. 
 | 
class  | 
AssociationReference
 NAME
      AssociationReference.java -
 DESCRIPTION
      The AssociationReference is an object that references an
      EntityAssociation or a ViewLinkDefImpl. 
 | 
class  | 
ComponentObjectImpl
Abstract class for ComponentObjectImpl. 
 | 
class  | 
ContainerObjectImpl
The implementation of the  
ContainerObject interface. | 
class  | 
DSEntityCache  | 
class  | 
DSViewObjectImpl  | 
class  | 
EntityCache
The EntityCache caches queried rows for a particular EntityImpl. 
 | 
class  | 
EntityCacheOverRowSet  | 
class  | 
EntityReference
 NAME
      EntityReference.java - View object's use of entity base. 
 | 
class  | 
ProgrammaticViewObjectImpl  | 
class  | 
RowReference
 NAME
      RowReference.java - Base class for view object bases. 
 | 
class  | 
ViewObjectImpl
The implementation of the
  
ViewObject interface, the middle-tier class that manages
 database queries and the view rows that result from executing queries. | 
class  | 
ViewObjectOnRowSets  | 
class  | 
ViewReference
 NAME
      ViewReference.java - View object's use of other view objects (composite VO). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComponentObject | 
ContainerObjectImpl.createComponentObject(java.lang.String compName,
                     java.lang.String compDefName)  | 
ComponentObject | 
ContainerObject.createComponentObject(java.lang.String compName,
                     java.lang.String CompDefName)
Create a component Object from the container 
 | 
ComponentObject | 
ApplicationModuleImpl.createComponentObject(java.lang.String coName,
                     java.lang.String comDefName)
Creates a Component object in the context of this Application Module. 
 | 
ComponentObject | 
ContainerObjectImpl.findComponentObject(java.lang.String compName)  | 
ComponentObject | 
ContainerObject.findComponentObject(java.lang.String compName)
Find a component Object from the container 
 | 
ComponentObject | 
ApplicationModuleImpl.findComponentObject(java.lang.String compName)
Finds the component object from the Application Module. 
 | 
ComponentObject | 
ContainerObjectEvent.getComponentObject()
Gets the event's component object. 
 | 
protected ComponentObject | 
ApplicationModuleDefImpl.loadComponentObject(ApplicationModule am,
                   java.lang.String compName)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OperationDefinitions | 
OperationDefinitionsImpl.findOperationDefinitions(ComponentObject componentObject)
For internal framework use only. 
 | 
| Constructor and Description | 
|---|
ContainerObjectEvent(ContainerObject src,
                    ComponentObject component)
Creates a  
ContainerObject event. | 
| Modifier and Type | Method and Description | 
|---|---|
ComponentObject | 
LocalApplicationModuleImpl.createComponentObject(java.lang.String coName,
                     java.lang.String coDefName)  | 
ComponentObject | 
LocalApplicationModuleImpl.findComponentObject(java.lang.String coName)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CmrAccessorViewImpl  | 
class  | 
EntityFacadeCollImpl
Abstract base class for Entity Facade collections. 
 | 
class  | 
FinderViewImpl
Abstract base class for Finder-Based View Object. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LOVAppModuleImpl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowIdAMImpl
This class is the Application Module implementation for the RowId generator. 
 |