|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Row | |
com.sap.ip.me.api.smartsync |
Uses of Row in com.sap.ip.me.api.smartsync |
Methods in com.sap.ip.me.api.smartsync that return Row | |
Row |
SyncBoDataFacade.getRow(java.lang.String primaryKey)
Deprecated. use getRow(RowDescriptor,String) or getRow(RowDescriptor,BigInteger) instead!! |
Row |
SyncBoDataFacade.getRow(RowDescriptor rowDescriptor,
java.lang.String primaryKey)
Returns Row instance for the specified primary key from the repository. |
Row |
SyncBoDataFacade.getRow(RowDescriptor rowDescriptor,
java.math.BigInteger primaryKey)
Returns Row instance for the specified primary key from the repository. |
Row |
SyncBo.createEmptyRow(RowDescriptor rowDescriptor)
Returns an empty Row instance for the specified RowDescriptor. |
Row |
SyncBo.getRow(java.lang.String primaryKey)
Deprecated. Use getRow(RowDescriptor rowDescriptor, String primaryKey). |
Row |
SyncBo.getRow(RowDescriptor rowDescriptor,
java.lang.String primaryKey)
Returns the child Row instance having the specified primary key of this SyncBo object. |
Row |
SyncBo.getRow(RowDescriptor rowDescriptor,
java.math.BigInteger primaryKey)
Returns the child Row instance having the specified primary key of this SyncBo object. |
Row |
SyncBo.getTopRow()
Returns the TOP Row object of this SyncBo. |
Row |
RowList.get(int index)
Returns the Row entity at the specified index. |
Row |
RowCollection.get(java.lang.Object key)
Returns the Row entitiy to which the specified key is mapped in this RowCollection. |
Row |
Row.getRelatedRow(RowDescriptor relatedRow)
Returns the Row instance of the related Row described by the specified RowDescriptor. |
Row |
Row.createUnlinkedCopy()
Deprecated. use modifyFieldValue(FieldDescriptor, Object) in conjunction
with SyncBo.modifyRow(Row) . |
Row |
Row.createInitialCopy()
Returns a copy of Row. |
Row |
Field.getRow()
Returns the row attribute of the Field object to which this Field instance belongs. |
Methods in com.sap.ip.me.api.smartsync with parameters of type Row | |
void |
SyncBo.insertRow(Row row)
Adds the specified Row object to this SyncBo instance. |
void |
SyncBo.replaceRow(Row row)
Replaces an existing child Row in this SyncBo with the specified Row instance. |
void |
SyncBo.modifyRow(Row row)
This method must be called to make the field changes after modifyFieldValue(FieldDescriptor, Object)
persistent. |
void |
SyncBo.deleteRow(Row row)
Deletes the specified Row from this SyncBo. |
void |
SyncBo.verifyOperation(Row row,
RowChangeActionType action)
verify the operation to this SyncBo |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |