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


Uses of Class
oracle.jbo.server.ViewAttributeDefImpl

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

 

Uses of ViewAttributeDefImpl in oracle.jbo.server

 

Fields in oracle.jbo.server declared as ViewAttributeDefImpl
protected  ViewAttributeDefImpl[] ViewObjectImpl.mAttrDefs
           
protected  ViewAttributeDefImpl[] ViewObjectImpl.mKeyAttrRefs
           

 

Methods in oracle.jbo.server that return ViewAttributeDefImpl
 ViewAttributeDefImpl[] ViewObjectImpl.getViewAttributeDefImpls()
          Internal: Applications should not use this method.

 

Methods in oracle.jbo.server with parameters of type ViewAttributeDefImpl
protected  boolean ViewObjectImpl.isForeignKey(ViewAttributeDefImpl attr)
          Checks if a view attribute is involved in a View Link in which this View Object is detail.
protected  boolean ViewObjectImpl.isPassivatableTransientAttribute(ViewAttributeDefImpl voAttr)
          Returns true if this Transient attribute should be passivated when the ViewObject data is being passivated.
protected  void ViewObjectImpl.setPassivatableTransientAttribute(ViewAttributeDefImpl voAttr, boolean flag)
          Marks the given attribute def for this VO as passivatable.

 


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


 

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