Business Components

Uses of Class
oracle.jbo.server.ViewDefImpl

Packages that use.*
PackageDescription
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ViewDefImpl in oracle.jbo.server
 

Subclasses of ViewDefImpl in oracle.jbo.server
TypeName
 class EJBEntityDefImpl
           
 

Fields in oracle.jbo.server declared as ViewDefImpl
TypeName
protected  ViewDefImpl ViewObjectImpl.mViewDef
           
 

Methods in oracle.jbo.server that return ViewDefImpl
TypeName
protected  ViewDefImpl ViewObjectImpl.getViewDef()
          Internal: Applications should not use this method.
 

Methods in oracle.jbo.server with parameters of type ViewDefImpl
TypeName
protected  ViewObject ApplicationModuleImpl.createViewObject(java.lang.String voName, ViewDefImpl viewDef)
           
 

Constructors in oracle.jbo.server with parameters of type ViewDefImpl
TypeName
ViewObjectImpl(java.lang.String name, ViewDefImpl voDef)
          Constructs a new View Object.
 


Business Components