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

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

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

Subinterfaces of SortOrder in com.sap.ip.me.api.persist.query
 interface MultipleSortOrder
          Description of the Interface
 interface SingleSortOrder
          Description of the Interface
 

Methods in com.sap.ip.me.api.persist.query that return SortOrder
 SortOrder QueryRuntime.createSortOrder(AttributeDescriptor attrib, boolean isAscending)
          Creates a SortOrder instance.
 SortOrder QueryRuntime.createSortOrder(SortOrder[] sortOrders)
          Creates a SortOrder instance out of multiple SingleSortOrder and / or MultipleSortOrder instances.
 SortOrder Query.getSortOrder()
          Returns the sortOrder attribute of the Query object
 SortOrder InternalQueryRuntime.createSortOrder(AttributeDescriptor attrib, boolean isAscending)
          Creates a SortOrder
 SortOrder InternalQueryRuntime.createSortOrder(SortOrder[] sortOrders)
          Description of the Method
 

Methods in com.sap.ip.me.api.persist.query with parameters of type SortOrder
 SortOrder QueryRuntime.createSortOrder(SortOrder[] sortOrders)
          Creates a SortOrder instance out of multiple SingleSortOrder and / or MultipleSortOrder instances.
 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, 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.
 SortOrder InternalQueryRuntime.createSortOrder(SortOrder[] sortOrders)
          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, 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 SortOrder in com.sap.ip.me.api.smartsync
 

Methods in com.sap.ip.me.api.smartsync that return SortOrder
 SortOrder SmartSyncQueryFactory.createSortOrder(FieldDescriptor fieldDescriptor, boolean isAscending)
          Returns a simple SortOrder instance for the specified FieldDescriptor and sort order flag.
 SortOrder SmartSyncQueryFactory.createSortOrderForSyncBoKey(RowDescriptor rowDescriptor, boolean isAscending)
          Creates a sort order for the SyncBo key of the row.
 SortOrder SmartSyncQueryFactory.createSortOrder(SortOrder[] sortOrders)
          Returns a multiple SortOrder instance.
 

Methods in com.sap.ip.me.api.smartsync with parameters of type SortOrder
 void SyncBoList.sort(SortOrder sortOrder)
          Sorts the SyncBo elements in this list according to the specified SortOrder parameter.
 SortOrder SmartSyncQueryFactory.createSortOrder(SortOrder[] sortOrders)
          Returns a multiple SortOrder instance.
 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, 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, SortOrder sortOrder)
          Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects.
 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
 void RowList.sort(SortOrder sortOrder)
          Sorts the Row entities according to the specified SortOrder.
 



Copyright © 2005 SAP AG. All Rights Reserved.