Business Components

Uses of Class
oracle.jbo.server.ViewObjectImpl

Packages that use.*
PackageDescription
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
TypeName
protected  ViewObjectImpl ViewLinkImpl.source
           
protected  ViewObjectImpl ViewLinkImpl.destination
           
protected  ViewObjectImpl ViewRowSetImpl.mQRef
           
 

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

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


Business Components