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


Uses of Class
oracle.jbo.server.ComponentObjectImpl

Packages that use ComponentObjectImpl
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   
oracle.jbo.server.remote   

 

Uses of ComponentObjectImpl in oracle.jbo.server

 

Subclasses of ComponentObjectImpl in oracle.jbo.server
 class ApplicationModuleImpl
          The base class of Application Modules.
 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 ComponentObjectImpl
static ComponentObjectImpl ComponentObjectImpl.createRef(java.lang.String name, oracle.jbo.server.DefObject bo)
           

 

Methods in oracle.jbo.server with parameters of type ComponentObjectImpl
protected  void ApplicationModuleImpl.addChild(ComponentObjectImpl object)
          Internal: Applications should not use this method.
protected  void ApplicationModuleImpl.removeChild(ComponentObjectImpl object)
          Internal: Applications should not use this method.

 

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

 

Subclasses of ComponentObjectImpl in oracle.jbo.server.ejb.facade
 class CmrAccessorViewImpl
           
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.

 

Uses of ComponentObjectImpl in oracle.jbo.server.remote

 

Fields in oracle.jbo.server.remote declared as ComponentObjectImpl
protected  ComponentObjectImpl RuntimeComponentObjectInfo.obj
           

 

Methods in oracle.jbo.server.remote that return ComponentObjectImpl
 ComponentObjectImpl RuntimeComponentObjectInfo.getObject()
          Return the component instance this class is maintaining.

 

Methods in oracle.jbo.server.remote with parameters of type ComponentObjectImpl
 RuntimeComponentObjectInfo PiggybackManager.addComponentObject(ComponentObjectImpl co)
           
 int PiggybackManager.indexOfComponentObject(ComponentObjectImpl rci)
           
protected  ResponseValues ObjectMarshallerImpl.marshalComponentObject(ComponentObjectImpl co)
           
protected  ResponseValues ObjectMarshallerImpl.marshalComponentObjectInternal(ComponentObjectImpl co, int objId)
           

 


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


 

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