|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A SyncBoList is a static list of SyncBo entities. It contains SyncBo objects that can be accessed using an integer index.
| Method Summary | |
SyncBo |
get(int index)
Returns the SyncBo object at the specified index. |
SyncBoList |
getSyncBoList(Query query)
Returns the complete list or a subset of this SyncBoList object according to the specified Query |
void |
sort(SortOrder sortOrder)
Sorts the SyncBo elements in this list according to the specified SortOrder parameter. |
| Methods inherited from interface com.sap.ip.me.api.smartsync.SyncBoCollection |
contains, get, iterator, size |
| Method Detail |
public void sort(SortOrder sortOrder)
sortOrder - the SortOrder specifying the sort field and order. It may
contain multiple SortOrder objects.public SyncBoList getSyncBoList(Query query)
query - the Query object holding the condition
public SyncBo get(int index)
index - an integer index in the list
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||