Business Components

Uses of Class
oracle.jbo.server.ViewObjectImpl

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

Uses of ViewObjectImpl in oracle.jbo.server
 

Fields in oracle.jbo.server declared as ViewObjectImpl
protected  ViewObjectImpl ViewRowSetImpl.mQRef
           
protected  ViewObjectImpl ViewLinkImpl.source
           
protected  ViewObjectImpl ViewLinkImpl.destination
           
 

Methods in oracle.jbo.server that return ViewObjectImpl
 ViewObjectImpl RowFilter.getViewObjectImpl()
          Retrieves the view object association with the row filter.
 ViewObjectImpl RowFilterKey.getViewObjectImpl()
           
 

Constructors in oracle.jbo.server with parameters of type ViewObjectImpl
ViewRowSetImpl.ViewRowSetImpl(ViewObjectImpl vo, java.lang.String name, ViewRowSetIteratorImpl masterRSI)
          Constructs a new secondary (non-default) view row set.
RowFilterKey.RowFilterKey(ViewObjectImpl vo, java.lang.Object[] values)
           
RowFilterKey.RowFilterKey(ViewObjectImpl vo)
           
 


Business Components