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

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

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

Methods in com.sap.ip.me.api.persist.core with parameters of type JQuery
 JQueryResult PersistenceManager.executeQuery(JQuery query, JQueryParameterSet params)
          Returns results for the Join Query
 JQueryResult PersistenceManager.executeQuery(JQuery query, JQueryParameterSet params, int startIdx, int maxCount)
          Returns results for the Joun Query
 JQueryResult PersistenceManager.executeQuery(JQuery query)
          Returns results for the Join Query, use default values for parameters
 JQueryResult PersistenceManager.executeQuery(JQuery query, int startIdx, int maxCount)
          Returns results for the Joun Query, use default values for parameters
 

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

Methods in com.sap.ip.me.api.persist.query that return JQuery
abstract  JQuery JQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond)
          Create query based on specified attributes and condition.
abstract  JQuery JQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, JQuerySortOrder[] sortOrders)
          Create sorted query based on specified attributes and condition.
abstract  JQuery JQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, JQuerySortOrder sortOrder)
          Create sorted query based on specified attributes and condition.
abstract  JQuery JQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, JQuerySortOrder[] sortOrders, JQueryGroupBy groupBy)
          Create sorted and grouped query based on specified attributes and condition.
abstract  JQuery JQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, boolean distinct)
          Create query based on specified attributes and condition.
abstract  JQuery JQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, boolean distinct, JQuerySortOrder[] sortOrders)
          Create sorted query based on specified attributes and condition.
abstract  JQuery JQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, boolean distinct, JQuerySortOrder sortOrder)
          Create sorted query based on specified attributes and condition.
abstract  JQuery JQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, boolean distinct, JQuerySortOrder[] sortOrders, JQueryGroupBy groupBy)
          Create sorted and grouped query based on specified attributes and condition.
 

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

Methods in com.sap.ip.me.api.smartsync that return JQuery
abstract  JQuery SmartSyncJQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond)
          Create query based on specified attributes and condition.
abstract  JQuery SmartSyncJQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, JQuerySortOrder[] sortOrders)
          Create sorted query based on specified attributes and condition.
abstract  JQuery SmartSyncJQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, JQuerySortOrder sortOrder)
          Create sorted query based on specified attributes and condition.
abstract  JQuery SmartSyncJQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, boolean distinct)
          Create query based on specified attributes and condition.
abstract  JQuery SmartSyncJQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, boolean distinct, JQuerySortOrder[] sortOrders)
          Create sorted query based on specified attributes and condition.
abstract  JQuery SmartSyncJQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, boolean distinct, JQuerySortOrder sortOrder)
          Create sorted query based on specified attributes and condition.
abstract  JQuery SmartSyncJQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, JQuerySortOrder[] sortOrders, JQueryGroupBy groupBy)
          Create sorted and grouped query based on specified attributes and condition.
abstract  JQuery SmartSyncJQueryFactory.createQuery(JQueryAttribute[] attributes, JQueryCondition cond, boolean distinct, JQuerySortOrder[] sortOrders, JQueryGroupBy groupBy)
          Create sorted and grouped query based on specified attributes and condition.
 

Methods in com.sap.ip.me.api.smartsync with parameters of type JQuery
 JQueryResult SyncBoDataFacade.executeQuery(JQuery query, JQueryParameterSet params)
          Returns results for the Join Query
 JQueryResult SyncBoDataFacade.executeQuery(JQuery query, JQueryParameterSet params, int startIdx, int maxCount)
          Returns results for the Join Query
 JQueryResult SyncBoDataFacade.executeQuery(JQuery query)
          Returns results for the Join Query, use default parameter values.
 JQueryResult SyncBoDataFacade.executeQuery(JQuery query, int startIdx, int maxCount)
          Returns results for the Join Query, use default parameter values.
 



Copyright © 2005 SAP AG. All Rights Reserved.