|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowDescriptor | |
com.sap.ip.me.api.smartsync |
Uses of RowDescriptor in com.sap.ip.me.api.smartsync |
Methods in com.sap.ip.me.api.smartsync that return RowDescriptor | |
RowDescriptor |
SyncBoDescriptor.getTopRowDescriptor()
Returns this SyncBoDescriptor's TOP row RowDescriptor instance. |
RowDescriptor |
SyncBoDescriptor.getRowDescriptor(java.lang.String rowName)
Returns the RowDescriptor for the specified child row name. |
RowDescriptor |
RowDescriptorIterator.next()
Returns the next RowDescriptor element in the iteration. |
RowDescriptor |
RowChange.getRowDescriptor()
Deprecated. Gets the rowDescriptor attribute of the RowInDelta object |
RowDescriptor |
Row.getRowDescriptor()
Returns the RowDescriptor attribute of this Row object |
RowDescriptor |
RelationDescriptor.getRelatedRowDescriptor()
Returns the RowDescriptor instance of the related Row. |
RowDescriptor |
FieldDescriptor.getRowDescriptor()
Returns the RowDescriptor instance that contains this FieldDescriptor |
Methods in com.sap.ip.me.api.smartsync with parameters of type RowDescriptor | |
int |
SyncBoDescriptor.getPosition(RowDescriptor row)
Returns the position of a RowDescriptor within the SyncBoDescriptor RowDescriptors are stored in a sequence, which can be represented by int values. |
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. |
RowCollection |
SyncBoDataFacade.getRows(RowDescriptor rowDescriptor)
Returns a static collection of all Row instances for the specified RowDescriptor from the repository. |
Row |
SyncBo.createEmptyRow(RowDescriptor rowDescriptor)
Returns an empty Row instance for the specified RowDescriptor. |
void |
SyncBo.deleteRow(RowDescriptor rowDescriptor,
java.lang.String primaryKey)
Deletes an existing child Row having the specified RowDescriptor and primary key from this SyncBo. |
void |
SyncBo.deleteRow(RowDescriptor rowDescriptor,
java.math.BigInteger primaryKey)
Deletes an existing child Row having the specified RowDescriptor and primary key from this SyncBo. |
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. |
RowCollection |
SyncBo.getRows(RowDescriptor rowDescriptor)
Returns a static collection of all child Row objects for the specified RowDescriptor from this SyncBo. |
SortOrder |
SmartSyncQueryFactory.createSortOrderForSyncBoKey(RowDescriptor rowDescriptor,
boolean isAscending)
Creates a sort order for the SyncBo key of the row. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition)
Returns a Query instance for the specified RowDescriptor and Condition objects. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition,
SortOrder sortOrder)
Returns a Query instance for the specified RowDescriptor, Condition, and SortOrder objects. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition,
int maxCount)
Returns a Query instance for the specified RowDescriptor and Condition objects, with a maximum count limit. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition,
SortOrder sortOrder,
int maxCount)
Returns a Query instance for the specified RowDescriptor, SortOrder and Condition objects, with a maximum count limit. |
Query |
SmartSyncQueryFactory.createQuery(RowDescriptor rowDescriptor,
Condition condition,
SortOrder sortOrder,
int startIdx,
int maxCount)
Returns a Query instance for the specified RowDescriptor, SortOrder and Condition objects, with a start index and a maximum count limit. |
abstract JQueryCondition |
SmartSyncJQueryFactory.createLinkCondition(RowDescriptor sourceRow,
RowDescriptor targetRow)
Create link condition between top row and child row or between related rows. |
RowList |
Row.getRelatingRows(RowDescriptor relatingRowDescriptor)
Returns a list of the Row objects relating to this Row. |
Row |
Row.getRelatedRow(RowDescriptor relatedRow)
Returns the Row instance of the related Row described by the specified RowDescriptor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |