|
Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use.* | |
| Package | Description |
|---|---|
| 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 | |
| Type | Name |
|---|---|
protected ViewRowSetImpl |
ViewObjectImpl.mViewRowSet
|
protected ViewRowSetImpl |
ViewRowSetIteratorImpl.mViewRowSet
|
| Methods in oracle.jbo.server that return ViewRowSetImpl | |
| Type | Name |
|---|---|
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 | |
| Type | Name |
|---|---|
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 | |
| Type | Name |
|---|---|
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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||