Uses of Interface
com.sap.ip.me.api.smartsync.RowList

Packages that use RowList
com.sap.ip.me.api.smartsync   
 

Uses of RowList in com.sap.ip.me.api.smartsync
 

Methods in com.sap.ip.me.api.smartsync that return RowList
 RowList SyncBoDataFacade.getRows(Query query)
          Returns a static list of Row instances for a specified query from the repository.
 RowList SyncBo.getRows(Query query)
          Returns a static list of child Row objects for a specified query from this SyncBo.
 RowList RowList.getRowList(Query query)
          Returns the RowList collection complying to the condition set in the query
 RowList Row.getRelatingRows(RowDescriptor relatingRowDescriptor)
          Returns a list of the Row objects relating to this Row.
 RowList Row.getRelatingRows(Query query)
          Returns a list of the Row objects complying to the specified Query relating to this Row
 



Copyright © 2005 SAP AG. All Rights Reserved.