|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface extends Response. It is used to marshal an event that brings back a set of rows.
| Method Summary | |
int |
getRangeStart()Returns the beginning position (in absolute row index) of the range after this event. |
int |
getRangeStartBefore()Returns the beginning position (in absolute row index) of the range before this event. |
int |
getRowCountInRange()Returns the number of rows in the range. |
DataRow[] |
getRows()Returns the data rows for this event. |
boolean |
isRangeAtBottom()Returns a flag indicating whether the range is at the bottom of the collection or not. |
boolean |
isRangeRefreshed()Returns a flag indicating whether the range was refreshed or not. |
boolean |
isRangeReset()Returns a flag indicating whether the range was reset or not. |
| Methods inherited from interface oracle.svcmsg.Response |
getName, getOperation |
| Method Detail |
public int getRowCountInRange()
public int getRangeStartBefore()
public int getRangeStart()
public boolean isRangeRefreshed()
public boolean isRangeReset()
public boolean isRangeAtBottom()
public DataRow[] getRows()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||