Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


Uses of Class
oracle.jbo.server.ViewDefImpl

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

 

Uses of ViewDefImpl in oracle.jbo.server

 

Subclasses of ViewDefImpl in oracle.jbo.server
 class EJBEntityDefImpl
           

 

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

 

Methods in oracle.jbo.server that return ViewDefImpl
protected  ViewDefImpl ViewObjectImpl.getViewDef()
          Internal: Applications should not use this method.
static ViewDefImpl ViewDefImpl.findDefObject(java.lang.String viewDefName)
          Finds the ViewDefImpl from the list of Meta Objects.
 ViewDefImpl ViewAttributeDefImpl.getViewDef()
           
 ViewDefImpl ViewAttributeDefImpl.getOtherViewDef()
          If this attribute is an accessor attribute (refers to an end in a ViewLink) then this method returns the ViewDef of other end of the ViewLink.

 

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

 

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

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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