|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |