Business Components 9.0.5

Uses of Class
oracle.jbo.server.ViewLinkDefImpl

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

Uses of ViewLinkDefImpl in oracle.jbo.server
 

Fields in oracle.jbo.server declared as ViewLinkDefImpl
protected  ViewLinkDefImpl ViewLinkImpl.qoAssoc
           
 

Methods in oracle.jbo.server that return ViewLinkDefImpl
 ViewLinkDefImpl ViewLinkImpl.getViewLinkDef()
          Internal: Applications should not use this method.
static ViewLinkDefImpl ViewLinkDefImpl.findDefObjectNoSub(java.lang.String viewLinkDefName)
          Finds the ViewLinkDefImpl from the statically maintained list of Meta Objects.
static ViewLinkDefImpl ViewLinkDefImpl.findDefObject(java.lang.String viewLinkDefName)
          Finds the ViewLinkDefImpl from the statically maintained list of Meta Objects.
static ViewLinkDefImpl ViewLinkDefImpl.loadFromXML(oracle.jbo.mom.xml.DefElementImpl xmlElement)
          Create the EntityDefImpl from XML.
 ViewLinkDefImpl ViewAttributeDefImpl.findViewLinkDefImpl()
           
 

Methods in oracle.jbo.server with parameters of type ViewLinkDefImpl
protected  ViewObjectImpl AssociationDefImpl.createViewLinkAccessorVO(ApplicationModuleImpl am, java.lang.String voName, ViewDefImpl vDef, ViewLinkDefImpl vlDef)
           
protected  java.lang.String AssociationDefImpl.getAssociationClause(ViewLinkDefImpl vlDef, boolean isReversed)
          Return the association where clause.
 

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

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


Business Components 9.0.5

 

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