Uses of Interface
com.sap.ip.me.api.persist.query.Query

Packages that use Query
com.sap.ip.me.api.persist.core   
com.sap.ip.me.api.persist.query   
com.sap.ip.me.api.smartsync   
 

Uses of Query in com.sap.ip.me.api.persist.core
 

Methods in com.sap.ip.me.api.persist.core with parameters of type Query
 MeIterator TransactionManager.get(Query query, TreeOptionType tree)
          Deprecated. returns all entities for the query
 int TransactionManager.getCount(Query query)
          Deprecated. Gets the count attribute of the TransactionManager object
 MeIterator PersistenceManager.get(Query query)
          Returns all entities for the query
 int PersistenceManager.getCount(Query query)
          Returns the number of Results for the given Query
 

Uses of Query in com.sap.ip.me.api.persist.query
 

Methods in com.sap.ip.me.api.persist.query that return Query
 Query QueryRuntime.createQuery(java.lang.String classtype, Condition condition)
          Creates a Query out of a classtype (represented as a String) and a Condition
 Query QueryRuntime.createQuery(java.lang.String classtype, Condition condition, SortOrder sortOrder)
          Creates a Query out of a classtype (represented as a String), a Condition and a SortOrder
 Query QueryRuntime.createQuery(java.lang.String classtype, Condition condition, int maxCount)
          Creates a Query out of a classtype (represented as a String), a Condition and a size-limitation of the result set.
 Query QueryRuntime.createQuery(java.lang.String classtype, SortOrder sortOrder, int startIdx, int maxCount)
          Creates a Query out of a classtype (represented as a String), a Condition and a size-limitation of the result set.
 Query QueryRuntime.createQuery(java.lang.String classtype, Condition condition, SortOrder sortOrder, int maxCount)
          Creates a Query out of a classtype (represented as a String), a Condition and a size-limitation of the result set.
 Query QueryRuntime.createQuery(java.lang.String classtype, Condition condition, SortOrder sortOrder, int startIdx, int maxCount)
          Creates a Query out of a classtype (represented as a String), a Condition and a size-limitation of the result set.
 Query InternalQueryRuntime.createQuery(java.lang.String classtype, Condition condition)
          Description of the Method
 Query InternalQueryRuntime.createQuery(java.lang.String classtype, Condition condition, SortOrder sortOrder)
          Description of the Method
 Query InternalQueryRuntime.createQuery(java.lang.String classtype, Condition condition, int maxCount)
          Description of the Method
 Query InternalQueryRuntime.createQuery(java.lang.String classtype, SortOrder sortOrder, int startIdx, int maxCount)
          Description of the Method
 Query InternalQueryRuntime.createQuery(java.lang.String classtype, Condition condition, SortOrder sortOrder, int maxCount)
          Description of the Method
 Query InternalQueryRuntime.createQuery(java.lang.String classtype, Condition condition, SortOrder sortOrder, int startIdx, int maxCount)
          Description of the Method
 

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

Methods in com.sap.ip.me.api.smartsync that return Query
 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.
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition)
          Returns a Query instance for the specified SyncBoDescriptor and Condition objects.
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition, SortOrder sortOrder)
          Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects.
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition, int maxCount)
          Returns a Query instance for the specified SyncBoDescriptor and Condition objects with a maximum limit count.
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, SortOrder sortOrder, int startIndex, int maxCount)
          Returns a Query instance for the specified SyncBoDescriptor and SortOrder objects with a starting index and max count limit
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition, SortOrder sortOrder, int startIndex, int maxCount)
          Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects with a starting index and max count limit
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition, SortOrder sortOrder, int maxCount)
          Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects with a max count limit
 

Methods in com.sap.ip.me.api.smartsync with parameters of type Query
 SyncBoList SyncBoList.getSyncBoList(Query query)
          Returns the complete list or a subset of this SyncBoList object according to the specified Query
 SyncBoList SyncBoDataFacade.getSyncBos(Query query)
          Deprecated. Use queries for top rows and obtain SyncBO's on demand instead because of performance reasons
 int SyncBoDataFacade.size(Query query)
          Returns the number of objects that will be returned from the repository for the specified Query instance.
 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.
 int SyncBo.size(Query query)
          Returns a the number 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(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.