com.sap.ip.me.api.smartsync
Interface SyncBoList

All Superinterfaces:
SyncBoCollection

public interface SyncBoList
extends SyncBoCollection

A SyncBoList is a static list of SyncBo entities. It contains SyncBo objects that can be accessed using an integer index.

Author:
SAP

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

sort

public void sort(SortOrder sortOrder)
Sorts the SyncBo elements in this list according to the specified SortOrder parameter.

Parameters:
sortOrder - the SortOrder specifying the sort field and order. It may contain multiple SortOrder objects.

getSyncBoList

public SyncBoList getSyncBoList(Query query)
Returns the complete list or a subset of this SyncBoList object according to the specified Query

Parameters:
query - the Query object holding the condition
Returns:
the SyncBoList of SyncBo entities complying with the condition

get

public SyncBo get(int index)
Returns the SyncBo object at the specified index.

Parameters:
index - an integer index in the list
Returns:
the SyncBo entity at the specified index


Copyright © 2005 SAP AG. All Rights Reserved.