|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
| 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 |
ViewRowSetImpl.getRowSetForFilter(java.lang.Object[] rowFilterValues, ViewRowSetImpl baseVRS)Internal: Applications should not use this method. |
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) |
protected ViewRowSetImpl |
ViewObjectImpl.createViewLinkAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values) |
ViewRowSetImpl |
ViewObjectImpl.getByKeyFinderRS()Internal: Applications should not use this method. |
protected ViewRowSetImpl |
EntityImpl.createEntityViewLinkAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values) |
protected ViewRowSetImpl |
AssociationDefImpl.createViewLinkAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values) |
| Methods in oracle.jbo.server with parameters of type ViewRowSetImpl | |
ViewRowSetImpl |
ViewRowSetImpl.getRowSetForFilter(java.lang.Object[] rowFilterValues, ViewRowSetImpl baseVRS)Internal: Applications should not use this method. |
long |
ViewObjectImpl.getQueryHitCount(ViewRowSetImpl viewRowSet)Counts the number of rows that would be returned if the View Object were executed with the current query. |
long |
ViewObjectImpl.getQueryHitCount(ViewRowSetImpl viewRowSet, Row[] masterRows) |
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 Row[] |
ViewObjectImpl.retrieveByKey(ViewRowSetImpl rs, Key key, int maxNumOfRows, boolean skipWhere) |
protected void |
ViewObjectImpl.passivateState(ViewRowSetImpl vrs, ViewRowImpl currentRow, Document doc, Element parent)Override this to store custom data as XML-nodes for the given ViewRowSetImpl. |
protected void |
ViewObjectImpl.passivateTransients(ViewRowSetImpl vrs, ViewRowImpl currentRow, AttributeDefImpl[] attrs, Document doc, Element parent)Stores the attributes from the given array for either just the current row or all the rows in the given ViewRowSet into the given parent xml node. |
protected void |
ViewObjectImpl.activateNewRowTracker(ViewRowSetImpl vrs, Element parent)Advanced Internal method only. |
protected void |
ViewObjectImpl.activateTransients(ViewRowSetImpl vrs, AttributeDefImpl[] attrs, Element parent)ReStores the attributes from the given array for either just the current row or all the rows in the given ViewRowSet into the given parent xml node. |
protected void |
ViewObjectImpl.activateState(ViewRowSetImpl vrs, ViewRowImpl currentRow, Element parent)Deprecated. since 9.0.3.3 use activateState(ViewRowSetImpl vrs...) |
protected ViewRowImpl |
ViewObjectImpl.activateCurrentRow(ViewRowSetIteratorImpl vrsi, ViewRowSetImpl vrs, Key key)Override this to provide custom current row lookup. |
| 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. |
|
RetainAccessorDomain(ViewRowSetImpl vrs) |
|
| Uses of ViewRowSetImpl in oracle.jbo.server.ejb.facade |
| Subclasses of ViewRowSetImpl in oracle.jbo.server.ejb.facade | |
class |
CmrAccessorEntRowSet |
class |
CmrAccessorViewRowSet |
| Methods in oracle.jbo.server.ejb.facade that return ViewRowSetImpl | |
protected ViewRowSetImpl |
FinderViewImpl.createViewLinkAccessorRS(AssociationDefImpl assocDef, ViewObjectImpl accessorVO, Row masterRow, java.lang.Object[] values) |
ViewRowSetImpl |
CmrAccessorViewImpl.getDefaultRowSet() |
protected ViewRowSetImpl |
CmrAccessorDefImpl.createViewLinkAccessorRS(ViewObjectImpl vo, Row masterRow, java.lang.Object[] values) |
| 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). |
long |
FinderViewImpl.getQueryHitCount(ViewRowSetImpl viewRowSet, Row[] masterRows) |
protected Row[] |
FinderViewImpl.retrieveByKey(ViewRowSetImpl rs, Key key, int maxNumOfRows)Overrides the base implementation of retrieveByKey(ViewRowSetImpl, Key, int). |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle. All rights reserved.