|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JQuerySortOrder | |
com.sap.ip.me.api.persist.query | |
com.sap.ip.me.api.smartsync |
Uses of JQuerySortOrder in com.sap.ip.me.api.persist.query |
Methods in com.sap.ip.me.api.persist.query that return JQuerySortOrder | |
abstract JQuerySortOrder |
JQueryFactory.createSortOrder(JQueryAttribute attribute)
Create ascending sort order on given attribute. |
abstract JQuerySortOrder |
JQueryFactory.createSortOrder(JQueryAttribute attribute,
boolean ascending)
Create sort order on given attribute. |
abstract JQuerySortOrder |
JQueryFactory.createSortOrder(JQuerySortOrder[] sortOrders)
Deprecated. |
Methods in com.sap.ip.me.api.persist.query with parameters of type JQuerySortOrder | |
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,
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. |
abstract JQuerySortOrder |
JQueryFactory.createSortOrder(JQuerySortOrder[] sortOrders)
Deprecated. |
Uses of JQuerySortOrder in com.sap.ip.me.api.smartsync |
Methods in com.sap.ip.me.api.smartsync that return JQuerySortOrder | |
abstract JQuerySortOrder |
SmartSyncJQueryFactory.createSortOrder(JQueryAttribute attribute)
Create ascending sort order on given attribute. |
abstract JQuerySortOrder |
SmartSyncJQueryFactory.createSortOrder(JQueryAttribute attribute,
boolean ascending)
Create sort order on given attribute. |
abstract JQuerySortOrder |
SmartSyncJQueryFactory.createSortOrder(JQuerySortOrder[] orders)
Deprecated. |
Methods in com.sap.ip.me.api.smartsync with parameters of type JQuerySortOrder | |
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,
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. |
abstract JQuerySortOrder |
SmartSyncJQueryFactory.createSortOrder(JQuerySortOrder[] orders)
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |