|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
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 classMethod 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 DataCollector
public void addException(java.lang.Exception e)
public void refreshCache()
public void rangeRefreshed(RangeRefreshEvent event)
RowSetListener
rangeRefreshed
in interface RowSetListener
event
- a description of the new ranges.public void rangeScrolled(ScrollEvent event)
RowSetListener
rangeScrolled
in interface RowSetListener
event
- a description of the new range.public void rowUpdated(UpdateEvent event)
RowSetListener
rowUpdated
in interface RowSetListener
event
- a description of the modified Row object.public void navigated(NavigationEvent event)
RowSetListener
navigated
in interface RowSetListener
event
- a description of the new and previous current rows.public void rowDeleted(DeleteEvent event)
RowSetListener
rowDeleted
in interface RowSetListener
event
- a description of the deleted Row object.public void rowInserted(InsertEvent event)
RowSetListener
rowInserted
in interface RowSetListener
event
- a description of the new Row object.public void iteratorReset(RowSetManagementEvent event)
RowSetManagementListener
iteratorReset
in interface RowSetManagementListener
event
- a description of the event.public void iteratorClosed(RowSetManagementEvent event)
RowSetManagementListener
iteratorClosed
in interface RowSetManagementListener
event
- a description of the event.public void unMarshalled()
unMarshalled
in interface Marshallable
public void marshalled()
marshalled
in interface Marshallable
public java.lang.Object collectDataRows(AccTravDef accTravDef, int accTravLimit)
collectDataRows
in interface DataCollector
public boolean isForOneRow()
isForOneRow
in interface DataCollector
public void setForOneRow(boolean b)
setForOneRow
in interface DataCollector
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.