|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ViewRowSetImpl | |
| oracle.jbo.server | Contains the implementation of middle tier components. |
| oracle.jbo.server.ejb.facade | |
| Uses of ViewRowSetImpl in oracle.jbo.server |
| Subclasses of ViewRowSetImpl in oracle.jbo.server | |
class |
EntityRowSetImplEntityRowSetImpl represents the ResultSet of an association. |
| Fields in oracle.jbo.server declared as ViewRowSetImpl | |
protected ViewRowSetImpl |
ViewRowSetIteratorImpl.mViewRowSet |
protected ViewRowSetImpl |
ViewObjectImpl.mViewRowSet |
| Methods in oracle.jbo.server that return ViewRowSetImpl | |
ViewRowSetImpl |
ViewRowSetIteratorImpl.getRowSetImpl()Returns this row set iterator's row set (implementation class). |
ViewRowSetImpl |
ViewRowImpl.findRowSetForRow(java.lang.Object accessKey) |
ViewRowSetImpl |
ViewObjectImpl.getDefaultRowSet()Internal: Applications should not use this method. |
ViewRowSetImpl |
ViewObjectImpl.getRowSetImpl(java.lang.String name, java.lang.Object accessKey) |
ViewRowSetImpl |
ViewObjectImpl.getByKeyFinderRS()Internal: Applications should not use this method. |
| Methods in oracle.jbo.server with parameters of type ViewRowSetImpl | |
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. |
protected void |
ViewObjectImpl.addRowSet(ViewRowSetImpl rs) |
protected void |
ViewObjectImpl.removeRowSet(ViewRowSetImpl rs) |
protected Row[] |
ViewObjectImpl.retrieveByKey(ViewRowSetImpl rs, Key key, int maxNumOfRows) |
protected void |
ViewObjectImpl.passivateState(ViewRowSetImpl vrs, ViewRowImpl currentRow, Document doc, Element parent)Advanced Internal method only. |
protected void |
ViewObjectImpl.passivateTransients(ViewRowSetImpl vrs, ViewRowImpl currentRow, AttributeDefImpl[] attrs, Document doc, Element parent)Advanced Internal method only. |
protected void |
ViewObjectImpl.activateNewRowTracker(ViewRowSetImpl vrs, Element parent)Advanced Internal method only. |
protected void |
ViewObjectImpl.activateTransients(ViewRowSetImpl vrs, AttributeDefImpl[] attrs, Element parent)Advanced Internal method only. |
protected void |
ViewObjectImpl.activateState(ViewRowSetImpl vrs, ViewRowImpl currentRow, Element parent)Advanced Internal method only. |
| Constructors in oracle.jbo.server with parameters of type ViewRowSetImpl | |
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. | |
| Uses of ViewRowSetImpl in oracle.jbo.server.ejb.facade |
| Methods in oracle.jbo.server.ejb.facade with parameters of type ViewRowSetImpl | |
long |
FinderViewImpl.getQueryHitCount(ViewRowSetImpl viewRowSet)Overrides the base implementation of getQueryHitCount(oracle.jbo.server.ViewRowSetImpl). |
protected Row[] |
FinderViewImpl.retrieveByKey(ViewRowSetImpl rs, Key key, int maxNumOfRows)Overrides the base implementation of retrieveByKey(ViewRowSetImpl, Key, int). |
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.