|
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 | ||||||||
public interface DataRow
This interface is used to marshal row content between client and middle tier.
| Field Summary | |
|---|---|
static int |
ROW_OP_DELETEROW_OP_... constants denote the operation to be performed on the row. |
static int |
ROW_OP_INSERTROW_OP_... constants denote the operation to be performed on the row. |
static int |
ROW_OP_UPDATEROW_OP_... constants denote the operation to be performed on the row. |
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(int attrIndex)Returns the attribute value. |
java.lang.Object[] |
getAttributes()Returns all attribute values. |
int |
getOperation()Returns the row operation. |
void |
setAttribute(int attrIndex, java.lang.Object value)Sets the attribute value. |
| Field Detail |
|---|
static final int ROW_OP_UPDATE
ROW_OP_... constants denote the operation to be performed on the row.
ROW_OP_UPDATE designates that the row is to be updated with the data values contains in this data row.
static final int ROW_OP_INSERT
ROW_OP_... constants denote the operation to be performed on the row.
ROW_OP_UPDATE designates that a new row is to be created and inserted with the data values contains in this data row.
static final int ROW_OP_DELETE
ROW_OP_... constants denote the operation to be performed on the row.
ROW_OP_UPDATE designates that the row is to be deleted.
| Method Detail |
|---|
int getOperation()
ROW_OP_... constants or further extended operation id.java.lang.Object getAttribute(int attrIndex)
attrIndex - attribute index.java.lang.Object[] getAttributes()
void setAttribute(int attrIndex,
java.lang.Object value)
attrIndex - attribute index.value - the new attribute value.
|
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 | ||||||||