Business Components

Uses of Class
oracle.jbo.server.ViewRowSetImpl

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

Uses of ViewRowSetImpl in oracle.jbo.server
 

Fields in oracle.jbo.server declared as ViewRowSetImpl
TypeName
protected  ViewRowSetImpl ViewObjectImpl.mViewRowSet
           
protected  ViewRowSetImpl ViewRowSetIteratorImpl.mViewRowSet
           
 

Methods in oracle.jbo.server that return ViewRowSetImpl
TypeName
 ViewRowSetImpl ViewRowImpl.findRowSetForRow(java.lang.Object accessKey)
           
 ViewRowSetImpl ViewObjectImpl.getDefaultRowSet()
          Gets the default view row set.
 ViewRowSetImpl ViewObjectImpl.getRowSetImpl(java.lang.String name, java.lang.Object accessKey)
           
 ViewRowSetImpl ViewObjectImpl.getByKeyFinderRS()
          Internal: Applications should not use this method.
 ViewRowSetImpl ViewRowSetIteratorImpl.getRowSetImpl()
          Returns this row set iterator's row set (implementation class).
 

Methods in oracle.jbo.server with parameters of type ViewRowSetImpl
TypeName
 long ViewObjectImpl.getQueryHitCount(ViewRowSetImpl viewRowSet)
          Counts the number of rows that would be returned if the View Object were executed with the current query.
 ViewRowImpl ViewObjectImpl.createInstance(ViewRowSetImpl viewRowSet, AttributeList attrValList)
          Creates a view row instance.
protected  void ViewObjectImpl.notifyRowInserted(ViewRowSetImpl vrs, Row viewRow, int rowIndex)
          This method is invoked by the framework when inserts are made to the given ViewRowSet for this ViewObject.
protected  void ViewObjectImpl.notifyRowDeleted(ViewRowSetImpl vrs, Row viewRow, int rowIndex)
          This method is invoked by the framework when a row is deleted from the given ViewRowSet for this ViewObject.
protected  void ViewObjectImpl.notifyRowUpdated(ViewRowSetImpl vrs, Row[] viewRows, int[] attrIndices)
          This method is invoked by the framework when updates are made to any attribute for rows in the given ViewRowSet for this ViewObject.
 

Constructors in oracle.jbo.server with parameters of type ViewRowSetImpl
TypeName
ViewRowSetIteratorImpl(ViewRowSetImpl rowset)
          Constructs a new secondary (non-default) view row set iterator.
ViewRowSetIteratorImpl(ViewRowSetImpl rowset, java.lang.String name, boolean isDefaultRSI)
          Constructs a new view row set iterator.
 


Business Components