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

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

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

Methods in com.sap.ip.me.api.persist.query that return JQueryGroupBy
abstract  JQueryGroupBy JQueryFactory.createGroupBy(JQueryAttribute[] groupBy)
          Create group by for the specified attributes in the same order as the delivered JQueryAttribute[]
 

Methods in com.sap.ip.me.api.persist.query with parameters of type JQueryGroupBy
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, JQuerySortOrder[] sortOrders, JQueryGroupBy groupBy)
          Create sorted and grouped query based on specified attributes and condition.
 

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

Methods in com.sap.ip.me.api.smartsync that return JQueryGroupBy
abstract  JQueryGroupBy SmartSyncJQueryFactory.createGroupBy(JQueryAttribute[] groupBy)
          Create group by for the specified attributes in the same order as the delivered JQueryAttribute[]
 

Methods in com.sap.ip.me.api.smartsync with parameters of type JQueryGroupBy
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.
 



Copyright © 2005 SAP AG. All Rights Reserved.