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


Uses of Interface
oracle.jbo.ComponentObject

Packages that use ComponentObject
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.client.remote   
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   
oracle.jbo.server.ejb.facade   

 

Uses of ComponentObject in oracle.jbo

 

Subinterfaces of ComponentObject in oracle.jbo
 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.

 

Methods in oracle.jbo that return ComponentObject
 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.

 

Uses of ComponentObject in oracle.jbo.client.remote

 

Classes in oracle.jbo.client.remote that implement ComponentObject
 class ComponentUsageImpl
          Generic component Usage impl
 class ViewUsageImpl
           

 

Methods in oracle.jbo.client.remote that return ComponentObject
 ComponentObject ComponentUsageImpl.getComponentObject()
           
 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)
           

 

Uses of ComponentObject in oracle.jbo.common

 

Subinterfaces of ComponentObject in oracle.jbo.common
 interface ViewObjectDynAttr
           

 

Uses of ComponentObject in oracle.jbo.common.ws

 

Classes in oracle.jbo.common.ws that implement ComponentObject
 class WSApplicationModuleImpl
           
 class WSComponentObjectImpl
           
 class WSViewLinkImpl
           
 class WSViewObjectImpl
           

 

Methods in oracle.jbo.common.ws that return ComponentObject
 ComponentObject WSApplicationModuleImpl.createComponentObject(java.lang.String coName, java.lang.String coDefName)
           
 ComponentObject WSApplicationModuleImpl.findComponentObject(java.lang.String coName)
           

 

Uses of ComponentObject in oracle.jbo.server

 

Classes in oracle.jbo.server that implement ComponentObject
 class ApplicationModuleImpl
          The base class of Application Modules.
 class ComponentObjectImpl
          Abstract class for ComponentObjectImpl.
 class ContainerObjectImpl
          The implementation of the ContainerObject interface.
 class EntityReference
           NAME EntityReference.java - Base class for BO reference information.
 class ViewLinkImpl
          Implements the ViewLink interface, the middle-tier class that manages a master-detail relationship between two View Objects.
 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.

 

Methods in oracle.jbo.server that return ComponentObject
 ComponentObject ContainerObjectImpl.findComponentObject(java.lang.String compName)
           
 ComponentObject ContainerObjectImpl.createComponentObject(java.lang.String compName, java.lang.String compDefName)
           
 ComponentObject ContainerObjectEvent.getComponentObject()
          Gets the event's component object.
 ComponentObject ContainerObject.findComponentObject(java.lang.String compName)
          Find a component Object from the container
 ComponentObject ContainerObject.createComponentObject(java.lang.String compName, java.lang.String CompDefName)
          Create a component Object from the container
 ComponentObject ApplicationModuleImpl.findComponentObject(java.lang.String compName)
          Finds the component object from the Application Module.
 ComponentObject ApplicationModuleImpl.createComponentObject(java.lang.String coName, java.lang.String comDefName)
          Creates a Component object in the context of this Application Module.
protected  ComponentObject ApplicationModuleDefImpl.loadComponentObject(ApplicationModule am, java.lang.String compName)
           

 

Constructors in oracle.jbo.server with parameters of type ComponentObject
ContainerObjectEvent(ContainerObject src, ComponentObject component)
          Creates a ContainerObject event.

 

Uses of ComponentObject in oracle.jbo.server.ejb

 

Methods in oracle.jbo.server.ejb that return ComponentObject
 ComponentObject LocalApplicationModuleImpl.createComponentObject(java.lang.String coName, java.lang.String coDefName)
           
 ComponentObject LocalApplicationModuleImpl.findComponentObject(java.lang.String coName)
           

 

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

 

Classes in oracle.jbo.server.ejb.facade that implement ComponentObject
 class CmrAccessorViewImpl
           
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.

 


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


 

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