|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.SvcMsgDataRow
public final class SvcMsgDataRow
Field Summary | |
---|---|
static int |
DATAROW_CREATE
|
static int |
DATAROW_CURRENT_ROW
|
static int |
DATAROW_CURRENT_ROW_AT_RANGE_INDEX
|
static int |
DATAROW_DELETE
|
static int |
DATAROW_DELETE_FROM_CLI
|
static int |
DATAROW_DELETE_REINIT_ROW
|
static int |
DATAROW_FROM_RANGE_REFRESHED
|
static int |
DATAROW_FROM_RANGE_SCROLLED
|
static int |
DATAROW_INSERT
|
static int |
DATAROW_LOCK
|
static int |
DATAROW_REFRESH
|
static int |
DATAROW_REMOVE_AND_RETAIN
|
static int |
DATAROW_REMOVE_FROM_COLLECTION
|
static int |
DATAROW_REVERT_DELETE
|
static int |
DATAROW_REVERT_UPDATE
|
static int |
DATAROW_ROW
|
static int |
DATAROW_ROW_FROM_HANDLE
|
static int |
DATAROW_UPDATE
|
static int |
DATAROW_VALIDATE
|
Fields inherited from interface oracle.svcmsg.DataRow |
---|
ROW_OP_DELETE, ROW_OP_INSERT, ROW_OP_UPDATE |
Constructor Summary | |
---|---|
SvcMsgDataRow()
|
|
SvcMsgDataRow(int rowType,
int rsiId,
int rowIndex,
ViewCriteriaRow row)
|
|
SvcMsgDataRow(int rowType,
int rowIndex,
java.lang.Object[] attrVals,
int[] attrIndices,
byte newRowState,
java.lang.Object rowFilterValues,
Key key)
|
|
SvcMsgDataRow(ObjectMarshaller marshaller,
int rowType,
int rsiId,
int rowIndex,
AttributeList row,
java.lang.Object rowHandle,
byte newRowState,
int[] changedAttrIndices,
AccTravDef accTravDef,
int accTravLimit)
|
|
SvcMsgDataRow(ObjectMarshaller marshaller,
int rowType,
int rsiId,
int rowIndex,
AttributeList row,
java.lang.Object rowHandle,
byte newRowState,
int[] changedAttrIndices,
boolean hintsChanged)
|
|
SvcMsgDataRow(ObjectMarshaller marshaller,
int rowType,
int rsiId,
int rangeStart,
int rowIndex,
java.lang.Object[] attrVals,
int[] attrIndices,
java.lang.Object rowHandle,
byte newRowState,
java.lang.Object rowFilterValues,
Key key,
int rowRSIId)
|
Method Summary | |
---|---|
java.lang.Object |
getAttribute(int attrId)
Returns the attribute value. |
int[] |
getAttributeIndices()
|
java.lang.Object[] |
getAttributes()
Returns all attribute values. |
java.util.BitSet |
getAttributeUpdateableFlags()
|
java.lang.Object |
getHandle()
|
boolean |
getHintsChanged()
|
byte |
getNewRowState()
|
int |
getNumUnmarshalledAttrs()
|
java.lang.Object |
getOldHandle()
|
int |
getOperation()
Returns the row operation. |
int |
getRangeStart()
|
java.lang.Object |
getRowFilterValues()
|
int |
getRowIndex()
|
int |
getRowRSIId()
|
int |
getRSIId()
|
Row |
getServerObject()
Advanced - for internal use only. |
Key |
getServerRowKey()
|
int |
getViewDefId()
|
boolean |
isRangeAtBottom()
|
boolean |
isRangeAtTop()
|
boolean |
isRowCurrent()
|
boolean |
isRowSetExecuted()
|
static java.lang.Object |
marshalValue(java.lang.Object obj,
ObjectMarshaller marshaller)
|
void |
setAttribute(int attrId,
java.lang.Object value)
Sets the attribute value. |
void |
setOldHandle(java.lang.Object hdl)
|
void |
setRangeAtBottom(boolean b)
|
void |
setRangeAtTop(boolean b)
|
void |
setRowCurrent(boolean b)
|
void |
setRowSetExecuted(boolean b)
|
void |
setViewDefId(int viewDefId)
|
static java.lang.Object |
unMarshalValue(java.lang.Object obj,
ObjectMarshaller marshaller)
|
void |
useServerObject(Row row)
Advanced - for internal use only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DATAROW_UPDATE
public static final int DATAROW_INSERT
public static final int DATAROW_ROW
public static final int DATAROW_CURRENT_ROW_AT_RANGE_INDEX
public static final int DATAROW_CURRENT_ROW
public static final int DATAROW_FROM_RANGE_REFRESHED
public static final int DATAROW_FROM_RANGE_SCROLLED
public static final int DATAROW_CREATE
public static final int DATAROW_DELETE
public static final int DATAROW_REMOVE_FROM_COLLECTION
public static final int DATAROW_REMOVE_AND_RETAIN
public static final int DATAROW_DELETE_FROM_CLI
public static final int DATAROW_DELETE_REINIT_ROW
public static final int DATAROW_REVERT_DELETE
public static final int DATAROW_REVERT_UPDATE
public static final int DATAROW_LOCK
public static final int DATAROW_VALIDATE
public static final int DATAROW_REFRESH
public static final int DATAROW_ROW_FROM_HANDLE
Constructor Detail |
---|
public SvcMsgDataRow()
public SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rangeStart, int rowIndex, java.lang.Object[] attrVals, int[] attrIndices, java.lang.Object rowHandle, byte newRowState, java.lang.Object rowFilterValues, Key key, int rowRSIId)
public SvcMsgDataRow(int rowType, int rowIndex, java.lang.Object[] attrVals, int[] attrIndices, byte newRowState, java.lang.Object rowFilterValues, Key key)
public SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rowIndex, AttributeList row, java.lang.Object rowHandle, byte newRowState, int[] changedAttrIndices, AccTravDef accTravDef, int accTravLimit)
public SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rowIndex, AttributeList row, java.lang.Object rowHandle, byte newRowState, int[] changedAttrIndices, boolean hintsChanged)
public SvcMsgDataRow(int rowType, int rsiId, int rowIndex, ViewCriteriaRow row)
Method Detail |
---|
public java.lang.Object getAttribute(int attrId)
DataRow
getAttribute
in interface DataRow
attrId
- attribute index.
public void setAttribute(int attrId, java.lang.Object value)
DataRow
setAttribute
in interface DataRow
attrId
- attribute index.value
- the new attribute value.public int getOperation()
DataRow
getOperation
in interface DataRow
ROW_OP_...
constants or further
extended operation id.public void setViewDefId(int viewDefId)
public int getViewDefId()
public int getRSIId()
public int getRangeStart()
public int getRowIndex()
public java.lang.Object[] getAttributes()
DataRow
getAttributes
in interface DataRow
public java.util.BitSet getAttributeUpdateableFlags()
public int[] getAttributeIndices()
public java.lang.Object getHandle()
public java.lang.Object getOldHandle()
public void setOldHandle(java.lang.Object hdl)
public java.lang.Object getRowFilterValues()
public Key getServerRowKey()
public int getRowRSIId()
public boolean isRowCurrent()
public void setRowCurrent(boolean b)
public boolean isRowSetExecuted()
public void setRowSetExecuted(boolean b)
public boolean isRangeAtBottom()
public void setRangeAtBottom(boolean b)
public boolean isRangeAtTop()
public void setRangeAtTop(boolean b)
public byte getNewRowState()
public boolean getHintsChanged()
public static java.lang.Object marshalValue(java.lang.Object obj, ObjectMarshaller marshaller)
public static java.lang.Object unMarshalValue(java.lang.Object obj, ObjectMarshaller marshaller)
public int getNumUnmarshalledAttrs()
public void useServerObject(Row row)
public Row getServerObject()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |