|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.common.SvcMsgResponse
oracle.jbo.common.SvcMsgResponseRowEvent
public class SvcMsgResponseRowEvent
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
SvcMsgResponseRowEvent(int oper, java.lang.String resName, int sourceId, int rowCountInRange, int rangeStartBefore, int rangeStart, int seqId, boolean isNewCollection, boolean isRangeRefreshed, boolean isRangeReset, boolean isRangeAtBottom, boolean isRangeAtTop) |
|
| Method Summary | |
|---|---|
void |
addRow(DataRow row) |
int[] |
getMasterRowHandles() |
int |
getRangeSize() |
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. |
java.lang.Object[] |
getRowFilterValues() |
DataRow[] |
getRows()Returns the data rows for this event. |
int |
getSeqId() |
int |
getSourceId() |
boolean |
isNewCollection() |
boolean |
isRangeAtBottom()Returns a flag indicating whether the range is at the bottom of the collection or not. |
boolean |
isRangeAtTop() |
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. |
void |
setMasterRowHandles(int[] masterRowHandles) |
void |
setRangeSize(int rangeSize) |
void |
setRowFilterValues(java.lang.Object[] val) |
| Methods inherited from class oracle.jbo.common.SvcMsgResponse |
|---|
getName, getOperation, isReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.svcmsg.Response |
|---|
getName, getOperation |
| Constructor Detail |
|---|
public SvcMsgResponseRowEvent(int oper,
java.lang.String resName,
int sourceId,
int rowCountInRange,
int rangeStartBefore,
int rangeStart,
int seqId,
boolean isNewCollection,
boolean isRangeRefreshed,
boolean isRangeReset,
boolean isRangeAtBottom,
boolean isRangeAtTop)
| Method Detail |
|---|
public void setRowFilterValues(java.lang.Object[] val)
public java.lang.Object[] getRowFilterValues()
public void setMasterRowHandles(int[] masterRowHandles)
public int[] getMasterRowHandles()
public int getSourceId()
public DataRow[] getRows()
ResponseRowEventgetRows in interface ResponseRowEventpublic void addRow(DataRow row)
public int getRowCountInRange()
ResponseRowEventgetRowCountInRange in interface ResponseRowEventpublic int getRangeStartBefore()
ResponseRowEventgetRangeStartBefore in interface ResponseRowEventpublic int getRangeStart()
ResponseRowEventgetRangeStart in interface ResponseRowEventpublic boolean isNewCollection()
public boolean isRangeRefreshed()
ResponseRowEventisRangeRefreshed in interface ResponseRowEventpublic boolean isRangeReset()
ResponseRowEventisRangeReset in interface ResponseRowEventpublic boolean isRangeAtBottom()
ResponseRowEventisRangeAtBottom in interface ResponseRowEventpublic boolean isRangeAtTop()
public int getSeqId()
public int getRangeSize()
public void setRangeSize(int rangeSize)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||