Business Components 9.0.5

Uses of Class
oracle.jbo.server.ViewDefImpl

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

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  ViewObjectImpl AssociationDefImpl.createViewLinkAccessorVO(ApplicationModuleImpl am, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           
protected  java.lang.String AssociationDefImpl.getAssociationVOName(ViewDefImpl viewDef)
           
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.
 

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

Methods in oracle.jbo.server.ejb.facade with parameters of type ViewDefImpl
protected  ViewObjectImpl CmrAccessorDefImpl.createViewLinkAccessorVO(ApplicationModuleImpl am, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           
protected  java.lang.String CmrAccessorDefImpl.getAssociationVOName(ViewDefImpl viewDef)
           
 


Business Components 9.0.5

 

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