|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
Store and maintain information about a RowSetIterator used by the Client Services.
| Constructor Summary | |
RuntimeViewRowSetIteratorInfo(PiggybackManager mgr, RowSetIterator rView)Construct the class for a ViewRowSetIteratorImpl. |
|
| Method Summary | |
void |
addEntry(java.io.Serializable ent) |
void |
addException(java.lang.Exception e) |
java.lang.Object |
collectDataRows(AccTravDef accTravDef, int accTravLimit) |
Row |
getRowAtRangeIndex(int rowIndex) |
Row |
getRowFromHandle(java.lang.Object hdl) |
Row |
getRowFromKey(java.lang.Object[] rowFilterValues, Key key, java.lang.Object hdl) |
RowSetIterator |
getRowSetIterator()Return the RowSetIterator this class is maintaining. |
boolean |
isForOneRow() |
boolean |
isRefreshCache() |
boolean |
isSuppressPiggyback() |
void |
iteratorClosed(RowSetManagementEvent event)Invoked when the row set is closed. |
void |
iteratorReset(RowSetManagementEvent event)Invoked when the row set is reset. |
void |
marshalled() |
void |
navigated(NavigationEvent event)Invoked when the current-row designation changes. |
boolean |
processChanges(RequestParams svcMsgReq)Read the piggyback information coming from the client and apply it to the ViewRowSetIteratorImpl. |
void |
rangeRefreshed(RangeRefreshEvent event)Invoked when the range changes. |
void |
rangeScrolled(ScrollEvent event)Invoked when the range is scrolled. |
void |
refreshCache() |
void |
rowDeleted(DeleteEvent event)Invoked when a row has been deleted. |
void |
rowInserted(InsertEvent event)Invoked when a row has been inserted. |
void |
rowUpdated(UpdateEvent event)Invoked when an attribute of the row has been changed. |
void |
setForOneRow(boolean b) |
void |
setIteratorId(int rsiId) |
void |
setRefreshCache(boolean b) |
void |
setSuppressPiggyback(boolean b) |
boolean |
syncIterator(RequestParams svcMsgReq, com.sun.java.util.collections.HashMap rowHandleMap) |
void |
unMarshalled() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RuntimeViewRowSetIteratorInfo(PiggybackManager mgr,
RowSetIterator rView)
rView - the ViewRowSetIteratorImpl for this class| Method Detail |
public boolean isRefreshCache()
public void setRefreshCache(boolean b)
public void setSuppressPiggyback(boolean b)
public boolean isSuppressPiggyback()
public void setIteratorId(int rsiId)
public void addEntry(java.io.Serializable ent)
public boolean processChanges(RequestParams svcMsgReq)
public Row getRowFromKey(java.lang.Object[] rowFilterValues,
Key key,
java.lang.Object hdl)
public Row getRowAtRangeIndex(int rowIndex)
public Row getRowFromHandle(java.lang.Object hdl)
public boolean syncIterator(RequestParams svcMsgReq,
com.sun.java.util.collections.HashMap rowHandleMap)
public RowSetIterator getRowSetIterator()
getRowSetIterator in interface DataCollectorpublic void addException(java.lang.Exception e)
public void refreshCache()
public void rangeRefreshed(RangeRefreshEvent event)
RowSetListenerrangeRefreshed in interface RowSetListenerevent - a description of the new ranges.public void rangeScrolled(ScrollEvent event)
RowSetListenerrangeScrolled in interface RowSetListenerevent - a description of the new range.public void rowUpdated(UpdateEvent event)
RowSetListenerrowUpdated in interface RowSetListenerevent - a description of the modified Row object.public void navigated(NavigationEvent event)
RowSetListenernavigated in interface RowSetListenerevent - a description of the new and previous current rows.public void rowDeleted(DeleteEvent event)
RowSetListenerrowDeleted in interface RowSetListenerevent - a description of the deleted Row object.public void rowInserted(InsertEvent event)
RowSetListenerrowInserted in interface RowSetListenerevent - a description of the new Row object.public void iteratorReset(RowSetManagementEvent event)
RowSetManagementListeneriteratorReset in interface RowSetManagementListenerevent - a description of the event.public void iteratorClosed(RowSetManagementEvent event)
RowSetManagementListeneriteratorClosed in interface RowSetManagementListenerevent - a description of the event.public void unMarshalled()
unMarshalled in interface Marshallablepublic void marshalled()
marshalled in interface Marshallable
public java.lang.Object collectDataRows(AccTravDef accTravDef,
int accTravLimit)
collectDataRows in interface DataCollectorpublic boolean isForOneRow()
isForOneRow in interface DataCollectorpublic void setForOneRow(boolean b)
setForOneRow in interface DataCollector
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle. All rights reserved.