Package | Description |
---|---|
io.sphere.sdk.apiclient.queries | |
io.sphere.sdk.cartdiscounts.queries |
Provides types to retrieve the state of cart discounts.
|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.categories.queries |
Provides types to retrieve the state of categories.
|
io.sphere.sdk.channels.queries |
Provides types to retrieve the state of channels.
|
io.sphere.sdk.customergroups.queries |
Provides types to retrieve the state of customer groups.
|
io.sphere.sdk.customers.queries |
Provides types to retrieve the state of customers.
|
io.sphere.sdk.customobjects.queries |
Provides types to retrieve the state of custom objects.
|
io.sphere.sdk.discountcodes.queries |
Provides types to retrieve the state of discount codes.
|
io.sphere.sdk.extensions.queries | |
io.sphere.sdk.inventory.queries |
Provides types to retrieve the state of inventory entries.
|
io.sphere.sdk.jsonnodes.queries |
Provides types to retrieve the state of json nodes.
|
io.sphere.sdk.messages.queries |
Provides types to retrieve the state of messages.
|
io.sphere.sdk.orderedits.queries | |
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
io.sphere.sdk.payments.queries |
Provides types to retrieve the state of payments.
|
io.sphere.sdk.productdiscounts.queries |
Provides types to retrieve the state of product discounts.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.productselections.queries |
Provides types to retrieve the state of product selections.
|
io.sphere.sdk.producttypes.queries |
Provides types to retrieve the state of product types.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.reviews.queries |
Provides types to retrieve the state of reviews.
|
io.sphere.sdk.shippingmethods.queries |
Provides types to retrieve the state of shipping methods.
|
io.sphere.sdk.shoppinglists.queries |
Provides types to retrieve the state of shopping lists.
|
io.sphere.sdk.states.queries |
Provides types to retrieve the state of states.
|
io.sphere.sdk.stores.queries | |
io.sphere.sdk.subscriptions.queries | |
io.sphere.sdk.taxcategories.queries |
Provides types to retrieve the state of tax categories.
|
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
io.sphere.sdk.zones.queries |
Provides types to retrieve the state of zones.
|
Modifier and Type | Method and Description |
---|---|
ApiClientQuery |
ApiClientQuery.plusSort(QuerySort<ApiClient> sort) |
ApiClientQueryBuilder |
ApiClientQueryBuilder.plusSort(QuerySort<ApiClient> sort) |
ApiClientQueryBuilder |
ApiClientQueryBuilder.sort(QuerySort<ApiClient> sort) |
ApiClientQuery |
ApiClientQuery.withSort(QuerySort<ApiClient> sort) |
Modifier and Type | Method and Description |
---|---|
CartDiscountQuery |
CartDiscountQuery.plusSort(QuerySort<CartDiscount> sort) |
CartDiscountQueryBuilder |
CartDiscountQueryBuilder.plusSort(QuerySort<CartDiscount> sort) |
CartDiscountQueryBuilder |
CartDiscountQueryBuilder.sort(QuerySort<CartDiscount> sort) |
CartDiscountQuery |
CartDiscountQuery.withSort(QuerySort<CartDiscount> sort) |
Modifier and Type | Method and Description |
---|---|
CartInStoreQueryBuilder |
CartInStoreQueryBuilder.plusSort(QuerySort<Cart> sort) |
CartInStoreQuery |
CartInStoreQuery.plusSort(QuerySort<Cart> sort) |
CartQuery |
CartQuery.plusSort(QuerySort<Cart> sort) |
CartQueryBuilder |
CartQueryBuilder.plusSort(QuerySort<Cart> sort) |
CartInStoreQueryBuilder |
CartInStoreQueryBuilder.sort(QuerySort<Cart> sort) |
CartQueryBuilder |
CartQueryBuilder.sort(QuerySort<Cart> sort) |
CartInStoreQuery |
CartInStoreQuery.withSort(QuerySort<Cart> sort) |
CartQuery |
CartQuery.withSort(QuerySort<Cart> sort) |
Modifier and Type | Method and Description |
---|---|
CategoryQuery |
CategoryQuery.plusSort(QuerySort<Category> sort) |
CategoryQueryBuilder |
CategoryQueryBuilder.plusSort(QuerySort<Category> sort) |
CategoryQueryBuilder |
CategoryQueryBuilder.sort(QuerySort<Category> sort) |
CategoryQuery |
CategoryQuery.withSort(QuerySort<Category> sort) |
Modifier and Type | Method and Description |
---|---|
ChannelQueryBuilder |
ChannelQueryBuilder.plusSort(QuerySort<Channel> sort) |
ChannelQuery |
ChannelQuery.plusSort(QuerySort<Channel> sort) |
ChannelQueryBuilder |
ChannelQueryBuilder.sort(QuerySort<Channel> sort) |
ChannelQuery |
ChannelQuery.withSort(QuerySort<Channel> sort) |
Modifier and Type | Method and Description |
---|---|
ChannelQueryBuilder |
ChannelQueryBuilder.plusSort(Function<ChannelQueryModel,QuerySort<Channel>> m) |
ChannelQuery |
ChannelQuery.plusSort(Function<ChannelQueryModel,QuerySort<Channel>> m) |
ChannelQueryBuilder |
ChannelQueryBuilder.plusSort(List<QuerySort<Channel>> sort) |
ChannelQuery |
ChannelQuery.plusSort(List<QuerySort<Channel>> sort) |
ChannelQueryBuilder |
ChannelQueryBuilder.sort(Function<ChannelQueryModel,QuerySort<Channel>> m) |
ChannelQueryBuilder |
ChannelQueryBuilder.sort(List<QuerySort<Channel>> sort) |
ChannelQueryBuilder |
ChannelQueryBuilder.sortMulti(Function<ChannelQueryModel,List<QuerySort<Channel>>> m) |
ChannelQuery |
ChannelQuery.withSort(Function<ChannelQueryModel,QuerySort<Channel>> m) |
ChannelQuery |
ChannelQuery.withSort(List<QuerySort<Channel>> sort) |
ChannelQuery |
ChannelQuery.withSortMulti(Function<ChannelQueryModel,List<QuerySort<Channel>>> m) |
Modifier and Type | Method and Description |
---|---|
CustomerGroupQuery |
CustomerGroupQuery.plusSort(QuerySort<CustomerGroup> sort) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusSort(QuerySort<CustomerGroup> sort) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.sort(QuerySort<CustomerGroup> sort) |
CustomerGroupQuery |
CustomerGroupQuery.withSort(QuerySort<CustomerGroup> sort) |
Modifier and Type | Method and Description |
---|---|
CustomerInStoreQueryBuilder |
CustomerInStoreQueryBuilder.plusSort(QuerySort<Customer> sort) |
CustomerInStoreQuery |
CustomerInStoreQuery.plusSort(QuerySort<Customer> sort) |
CustomerQuery |
CustomerQuery.plusSort(QuerySort<Customer> sort) |
CustomerQueryBuilder |
CustomerQueryBuilder.plusSort(QuerySort<Customer> sort) |
CustomerInStoreQueryBuilder |
CustomerInStoreQueryBuilder.sort(QuerySort<Customer> sort) |
CustomerQueryBuilder |
CustomerQueryBuilder.sort(QuerySort<Customer> sort) |
CustomerInStoreQuery |
CustomerInStoreQuery.withSort(QuerySort<Customer> sort) |
CustomerQuery |
CustomerQuery.withSort(QuerySort<Customer> sort) |
Modifier and Type | Method and Description |
---|---|
CustomObjectQueryBuilder<T> |
CustomObjectQueryBuilder.plusSort(QuerySort<CustomObject<T>> sort) |
CustomObjectQueryBuilder<T> |
CustomObjectQueryBuilder.sort(QuerySort<CustomObject<T>> sort) |
Modifier and Type | Method and Description |
---|---|
CustomObjectQueryBuilder<T> |
CustomObjectQueryBuilder.plusSort(Function<CustomObjectQueryModel<CustomObject<T>>,QuerySort<CustomObject<T>>> m) |
CustomObjectQueryBuilder<T> |
CustomObjectQueryBuilder.plusSort(List<QuerySort<CustomObject<T>>> sort) |
CustomObjectQueryBuilder<T> |
CustomObjectQueryBuilder.sort(Function<CustomObjectQueryModel<CustomObject<T>>,QuerySort<CustomObject<T>>> m) |
CustomObjectQueryBuilder<T> |
CustomObjectQueryBuilder.sort(List<QuerySort<CustomObject<T>>> sort) |
CustomObjectQueryBuilder<T> |
CustomObjectQueryBuilder.sortMulti(Function<CustomObjectQueryModel<CustomObject<T>>,List<QuerySort<CustomObject<T>>>> m) |
Modifier and Type | Method and Description |
---|---|
DiscountCodeQueryBuilder |
DiscountCodeQueryBuilder.plusSort(QuerySort<DiscountCode> sort) |
DiscountCodeQuery |
DiscountCodeQuery.plusSort(QuerySort<DiscountCode> sort) |
DiscountCodeQueryBuilder |
DiscountCodeQueryBuilder.sort(QuerySort<DiscountCode> sort) |
DiscountCodeQuery |
DiscountCodeQuery.withSort(QuerySort<DiscountCode> sort) |
Modifier and Type | Method and Description |
---|---|
ExtensionQueryBuilder |
ExtensionQueryBuilder.plusSort(QuerySort<Extension> sort) |
ExtensionQuery |
ExtensionQuery.plusSort(QuerySort<Extension> sort) |
ExtensionQueryBuilder |
ExtensionQueryBuilder.sort(QuerySort<Extension> sort) |
ExtensionQuery |
ExtensionQuery.withSort(QuerySort<Extension> sort) |
Modifier and Type | Method and Description |
---|---|
InventoryEntryQuery |
InventoryEntryQuery.plusSort(QuerySort<InventoryEntry> sort) |
InventoryEntryQueryBuilder |
InventoryEntryQueryBuilder.plusSort(QuerySort<InventoryEntry> sort) |
InventoryEntryQueryBuilder |
InventoryEntryQueryBuilder.sort(QuerySort<InventoryEntry> sort) |
InventoryEntryQuery |
InventoryEntryQuery.withSort(QuerySort<InventoryEntry> sort) |
Modifier and Type | Method and Description |
---|---|
JsonNodeQuery |
JsonNodeQuery.plusSort(QuerySort<com.fasterxml.jackson.databind.JsonNode> sort) |
JsonNodeQuery |
JsonNodeQuery.withSort(QuerySort<com.fasterxml.jackson.databind.JsonNode> sort) |
Modifier and Type | Method and Description |
---|---|
JsonNodeQuery |
JsonNodeQuery.plusSort(Function<JsonNodeQueryModel,QuerySort<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQuerySortFunction) |
JsonNodeQuery |
JsonNodeQuery.plusSort(List<QuerySort<com.fasterxml.jackson.databind.JsonNode>> sort) |
JsonNodeQuery |
JsonNodeQuery.withSort(Function<JsonNodeQueryModel,QuerySort<com.fasterxml.jackson.databind.JsonNode>> jsonNodeQueryModelQuerySortFunction) |
JsonNodeQuery |
JsonNodeQuery.withSort(List<QuerySort<com.fasterxml.jackson.databind.JsonNode>> sort) |
JsonNodeQuery |
JsonNodeQuery.withSortMulti(Function<JsonNodeQueryModel,List<QuerySort<com.fasterxml.jackson.databind.JsonNode>>> sortFunction) |
Modifier and Type | Method and Description |
---|---|
MessageQueryBuilder |
MessageQueryBuilder.plusSort(QuerySort<Message> sort) |
MessageQueryBuilder |
MessageQueryBuilder.sort(QuerySort<Message> sort) |
Modifier and Type | Method and Description |
---|---|
MessageQueryBuilder |
MessageQueryBuilder.plusSort(Function<MessageQueryModel,QuerySort<Message>> m) |
MessageQueryBuilder |
MessageQueryBuilder.plusSort(List<QuerySort<Message>> sort) |
MessageQueryBuilder |
MessageQueryBuilder.sort(Function<MessageQueryModel,QuerySort<Message>> m) |
MessageQueryBuilder |
MessageQueryBuilder.sort(List<QuerySort<Message>> sort) |
MessageQueryBuilder |
MessageQueryBuilder.sortMulti(Function<MessageQueryModel,List<QuerySort<Message>>> m) |
Modifier and Type | Method and Description |
---|---|
OrderEditQuery |
OrderEditQuery.plusSort(QuerySort<OrderEdit> sort) |
OrderEditQueryBuilder |
OrderEditQueryBuilder.plusSort(QuerySort<OrderEdit> sort) |
OrderEditQueryBuilder |
OrderEditQueryBuilder.sort(QuerySort<OrderEdit> sort) |
OrderEditQuery |
OrderEditQuery.withSort(QuerySort<OrderEdit> sort) |
Modifier and Type | Method and Description |
---|---|
OrderInStoreQueryBuilder |
OrderInStoreQueryBuilder.plusSort(QuerySort<Order> sort) |
OrderInStoreQuery |
OrderInStoreQuery.plusSort(QuerySort<Order> sort) |
OrderQuery |
OrderQuery.plusSort(QuerySort<Order> sort) |
OrderQueryBuilder |
OrderQueryBuilder.plusSort(QuerySort<Order> sort) |
OrderInStoreQueryBuilder |
OrderInStoreQueryBuilder.sort(QuerySort<Order> sort) |
OrderQueryBuilder |
OrderQueryBuilder.sort(QuerySort<Order> sort) |
OrderInStoreQuery |
OrderInStoreQuery.withSort(QuerySort<Order> sort) |
OrderQuery |
OrderQuery.withSort(QuerySort<Order> sort) |
Modifier and Type | Method and Description |
---|---|
PaymentQuery |
PaymentQuery.plusSort(QuerySort<Payment> sort) |
PaymentQueryBuilder |
PaymentQueryBuilder.plusSort(QuerySort<Payment> sort) |
PaymentQueryBuilder |
PaymentQueryBuilder.sort(QuerySort<Payment> sort) |
PaymentQuery |
PaymentQuery.withSort(QuerySort<Payment> sort) |
Modifier and Type | Method and Description |
---|---|
PaymentQuery |
PaymentQuery.plusSort(Function<PaymentQueryModel,QuerySort<Payment>> m) |
PaymentQueryBuilder |
PaymentQueryBuilder.plusSort(Function<PaymentQueryModel,QuerySort<Payment>> m) |
PaymentQuery |
PaymentQuery.plusSort(List<QuerySort<Payment>> sort) |
PaymentQueryBuilder |
PaymentQueryBuilder.plusSort(List<QuerySort<Payment>> sort) |
PaymentQueryBuilder |
PaymentQueryBuilder.sort(Function<PaymentQueryModel,QuerySort<Payment>> m) |
PaymentQueryBuilder |
PaymentQueryBuilder.sort(List<QuerySort<Payment>> sort) |
PaymentQueryBuilder |
PaymentQueryBuilder.sortMulti(Function<PaymentQueryModel,List<QuerySort<Payment>>> m) |
PaymentQuery |
PaymentQuery.withSort(Function<PaymentQueryModel,QuerySort<Payment>> m) |
PaymentQuery |
PaymentQuery.withSort(List<QuerySort<Payment>> sort) |
PaymentQuery |
PaymentQuery.withSortMulti(Function<PaymentQueryModel,List<QuerySort<Payment>>> m) |
Modifier and Type | Method and Description |
---|---|
ProductDiscountQueryBuilder |
ProductDiscountQueryBuilder.plusSort(QuerySort<ProductDiscount> sort) |
ProductDiscountQuery |
ProductDiscountQuery.plusSort(QuerySort<ProductDiscount> sort) |
ProductDiscountQueryBuilder |
ProductDiscountQueryBuilder.sort(QuerySort<ProductDiscount> sort) |
ProductDiscountQuery |
ProductDiscountQuery.withSort(QuerySort<ProductDiscount> sort) |
Modifier and Type | Method and Description |
---|---|
ProductQueryBuilder |
ProductQueryBuilder.plusSort(QuerySort<Product> sort) |
ProductProjectionQueryBuilder |
ProductProjectionQueryBuilder.plusSort(QuerySort<ProductProjection> sort) |
ProductProjectionInStoreQuery |
ProductProjectionInStoreQuery.plusSort(QuerySort<ProductProjection> sort) |
ProductProjectionInStoreQueryBuilder |
ProductProjectionInStoreQueryBuilder.plusSort(QuerySort<ProductProjection> sort) |
ProductQueryBuilder |
ProductQueryBuilder.sort(QuerySort<Product> sort) |
ProductProjectionQueryBuilder |
ProductProjectionQueryBuilder.sort(QuerySort<ProductProjection> sort) |
ProductProjectionInStoreQueryBuilder |
ProductProjectionInStoreQueryBuilder.sort(QuerySort<ProductProjection> sort) |
ProductProjectionInStoreQuery |
ProductProjectionInStoreQuery.withSort(QuerySort<ProductProjection> sort) |
ProductProjectionQuery |
ProductProjectionQuery.withSort(QuerySort<ProductProjection> sort) |
Modifier and Type | Method and Description |
---|---|
ProductSelectionQuery |
ProductSelectionQuery.plusSort(QuerySort<ProductSelection> sort) |
ProductSelectionQueryBuilder |
ProductSelectionQueryBuilder.plusSort(QuerySort<ProductSelection> sort) |
ProductSelectionQueryBuilder |
ProductSelectionQueryBuilder.sort(QuerySort<ProductSelection> sort) |
ProductSelectionQuery |
ProductSelectionQuery.withSort(QuerySort<ProductSelection> sort) |
Modifier and Type | Method and Description |
---|---|
ProductTypeQueryBuilder |
ProductTypeQueryBuilder.plusSort(QuerySort<ProductType> sort) |
ProductTypeQuery |
ProductTypeQuery.plusSort(QuerySort<ProductType> sort) |
ProductTypeQueryBuilder |
ProductTypeQueryBuilder.sort(QuerySort<ProductType> sort) |
ProductTypeQuery |
ProductTypeQuery.withSort(QuerySort<ProductType> sort) |
Modifier and Type | Class and Description |
---|---|
class |
SphereQuerySort<T> |
Modifier and Type | Field and Description |
---|---|
protected List<QuerySort<T>> |
MetaModelQueryDslBuilder.sort |
Modifier and Type | Method and Description |
---|---|
QuerySort<T> |
DirectionlessQuerySort.asc() |
QuerySort<T> |
DirectionlessQuerySort.by(QuerySortDirection direction) |
QuerySort<T> |
DirectionlessQuerySort.desc() |
static <T> QuerySort<T> |
QuerySort.of(String sphereSortExpression) |
Modifier and Type | Method and Description |
---|---|
List<QuerySort<T>> |
ResourceQuery.sort() |
List<QuerySort<T>> |
MetaModelQueryDslImpl.sort() |
Modifier and Type | Method and Description |
---|---|
C |
QueryDsl.plusSort(QuerySort<T> sort)
Returns a query with the sort expression appended to the existing ones.
|
C |
MetaModelQueryDslImpl.plusSort(QuerySort<T> sort) |
C |
MetaModelQueryDsl.plusSort(QuerySort<T> sort) |
B |
ResourceMetaModelQueryDslBuilder.plusSort(QuerySort<T> sort) |
B |
ResourceMetaModelQueryDslBuilderImpl.plusSort(QuerySort<T> sort) |
B |
ResourceMetaModelQueryDslBuilder.sort(QuerySort<T> sort) |
B |
ResourceMetaModelQueryDslBuilderImpl.sort(QuerySort<T> sort) |
C |
QueryDsl.withSort(QuerySort<T> sort)
Returns a query with the new sort as only sort parameter.
|
C |
MetaModelQueryDslImpl.withSort(QuerySort<T> sort) |
C |
MetaModelQueryDsl.withSort(QuerySort<T> sort) |
Modifier and Type | Method and Description |
---|---|
C |
MetaModelQueryDslImpl.plusSort(Function<Q,QuerySort<T>> m) |
C |
MetaModelQueryDsl.plusSort(Function<Q,QuerySort<T>> sortFunction)
Returns a query with the sort expression appended to the existing ones.
|
B |
ResourceMetaModelQueryDslBuilder.plusSort(Function<Q,QuerySort<T>> m) |
B |
ResourceMetaModelQueryDslBuilderImpl.plusSort(Function<Q,QuerySort<T>> m) |
C |
QueryDsl.plusSort(List<QuerySort<T>> sort)
Returns a query with the sort expressions appended to the existing ones.
|
C |
MetaModelQueryDslImpl.plusSort(List<QuerySort<T>> sort) |
C |
MetaModelQueryDsl.plusSort(List<QuerySort<T>> sort) |
B |
ResourceMetaModelQueryDslBuilder.plusSort(List<QuerySort<T>> sort) |
B |
ResourceMetaModelQueryDslBuilderImpl.plusSort(List<QuerySort<T>> sort) |
B |
ResourceMetaModelQueryDslBuilder.sort(Function<Q,QuerySort<T>> m) |
B |
ResourceMetaModelQueryDslBuilderImpl.sort(Function<Q,QuerySort<T>> m) |
MetaModelQueryDslBuilder<T,C,Q,E> |
MetaModelQueryDslBuilder.sort(List<QuerySort<T>> sort) |
B |
ResourceMetaModelQueryDslBuilder.sort(List<QuerySort<T>> sort) |
B |
ResourceMetaModelQueryDslBuilderImpl.sort(List<QuerySort<T>> sort) |
B |
ResourceMetaModelQueryDslBuilder.sortMulti(Function<Q,List<QuerySort<T>>> m) |
B |
ResourceMetaModelQueryDslBuilderImpl.sortMulti(Function<Q,List<QuerySort<T>>> m) |
C |
MetaModelQueryDslImpl.withSort(Function<Q,QuerySort<T>> m) |
C |
MetaModelQueryDsl.withSort(Function<Q,QuerySort<T>> sortFunction)
Returns a query with the new sort as only sort parameter.
|
C |
QueryDsl.withSort(List<QuerySort<T>> sort)
Returns a query with the new sort list as only sort parameters.
|
C |
MetaModelQueryDslImpl.withSort(List<QuerySort<T>> sort) |
C |
MetaModelQueryDsl.withSort(List<QuerySort<T>> sort) |
C |
MetaModelQueryDslImpl.withSortMulti(Function<Q,List<QuerySort<T>>> m) |
C |
MetaModelQueryDsl.withSortMulti(Function<Q,List<QuerySort<T>>> sortFunction)
Returns a query with the new sort list as only sort parameters.
|
Constructor and Description |
---|
MetaModelQueryDslImpl(List<QueryPredicate<T>> predicate,
List<QuerySort<T>> sort,
Boolean fetchTotal,
Long limit,
Long offset,
String endpoint,
Function<HttpResponse,PagedQueryResult<T>> resultMapper,
List<ExpansionPath<T>> expansionPaths,
List<NameValuePair> additionalHttpQueryParameters,
Q queryModel,
E expansionModel,
Function<MetaModelQueryDslBuilder<T,C,Q,E>,C> queryDslBuilderFunction) |
Modifier and Type | Method and Description |
---|---|
ReviewQuery |
ReviewQuery.plusSort(QuerySort<Review> sort) |
ReviewQueryBuilder |
ReviewQueryBuilder.plusSort(QuerySort<Review> sort) |
ReviewQueryBuilder |
ReviewQueryBuilder.sort(QuerySort<Review> sort) |
ReviewQuery |
ReviewQuery.withSort(QuerySort<Review> sort) |
Modifier and Type | Method and Description |
---|---|
ReviewQuery |
ReviewQuery.plusSort(Function<ReviewQueryModel,QuerySort<Review>> m) |
ReviewQueryBuilder |
ReviewQueryBuilder.plusSort(Function<ReviewQueryModel,QuerySort<Review>> m) |
ReviewQuery |
ReviewQuery.plusSort(List<QuerySort<Review>> sort) |
ReviewQueryBuilder |
ReviewQueryBuilder.plusSort(List<QuerySort<Review>> sort) |
ReviewQueryBuilder |
ReviewQueryBuilder.sort(Function<ReviewQueryModel,QuerySort<Review>> m) |
ReviewQueryBuilder |
ReviewQueryBuilder.sort(List<QuerySort<Review>> sort) |
ReviewQueryBuilder |
ReviewQueryBuilder.sortMulti(Function<ReviewQueryModel,List<QuerySort<Review>>> m) |
ReviewQuery |
ReviewQuery.withSort(Function<ReviewQueryModel,QuerySort<Review>> m) |
ReviewQuery |
ReviewQuery.withSort(List<QuerySort<Review>> sort) |
ReviewQuery |
ReviewQuery.withSortMulti(Function<ReviewQueryModel,List<QuerySort<Review>>> m) |
Modifier and Type | Method and Description |
---|---|
ShippingMethodQueryBuilder |
ShippingMethodQueryBuilder.plusSort(QuerySort<ShippingMethod> sort) |
ShippingMethodQuery |
ShippingMethodQuery.plusSort(QuerySort<ShippingMethod> sort) |
ShippingMethodQueryBuilder |
ShippingMethodQueryBuilder.sort(QuerySort<ShippingMethod> sort) |
ShippingMethodQuery |
ShippingMethodQuery.withSort(QuerySort<ShippingMethod> sort) |
Modifier and Type | Method and Description |
---|---|
ShoppingListInStoreQueryBuilder |
ShoppingListInStoreQueryBuilder.plusSort(QuerySort<ShoppingList> sort) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.plusSort(QuerySort<ShoppingList> sort) |
ShoppingListQuery |
ShoppingListQuery.plusSort(QuerySort<ShoppingList> sort) |
ShoppingListQueryBuilder |
ShoppingListQueryBuilder.plusSort(QuerySort<ShoppingList> sort) |
ShoppingListInStoreQueryBuilder |
ShoppingListInStoreQueryBuilder.sort(QuerySort<ShoppingList> sort) |
ShoppingListQueryBuilder |
ShoppingListQueryBuilder.sort(QuerySort<ShoppingList> sort) |
ShoppingListInStoreQuery |
ShoppingListInStoreQuery.withSort(QuerySort<ShoppingList> sort) |
ShoppingListQuery |
ShoppingListQuery.withSort(QuerySort<ShoppingList> sort) |
Modifier and Type | Method and Description |
---|---|
StateQueryBuilder |
StateQueryBuilder.plusSort(QuerySort<State> sort) |
StateQuery |
StateQuery.plusSort(QuerySort<State> sort) |
StateQueryBuilder |
StateQueryBuilder.sort(QuerySort<State> sort) |
StateQuery |
StateQuery.withSort(QuerySort<State> sort) |
Modifier and Type | Method and Description |
---|---|
StateQueryBuilder |
StateQueryBuilder.plusSort(Function<StateQueryModel,QuerySort<State>> m) |
StateQuery |
StateQuery.plusSort(Function<StateQueryModel,QuerySort<State>> m) |
StateQueryBuilder |
StateQueryBuilder.plusSort(List<QuerySort<State>> sort) |
StateQuery |
StateQuery.plusSort(List<QuerySort<State>> sort) |
StateQueryBuilder |
StateQueryBuilder.sort(Function<StateQueryModel,QuerySort<State>> m) |
StateQueryBuilder |
StateQueryBuilder.sort(List<QuerySort<State>> sort) |
StateQueryBuilder |
StateQueryBuilder.sortMulti(Function<StateQueryModel,List<QuerySort<State>>> m) |
StateQuery |
StateQuery.withSort(Function<StateQueryModel,QuerySort<State>> m) |
StateQuery |
StateQuery.withSort(List<QuerySort<State>> sort) |
StateQuery |
StateQuery.withSortMulti(Function<StateQueryModel,List<QuerySort<State>>> m) |
Modifier and Type | Method and Description |
---|---|
StoreQuery |
StoreQuery.plusSort(QuerySort<Store> sort) |
StoreQueryBuilder |
StoreQueryBuilder.plusSort(QuerySort<Store> sort) |
StoreQueryBuilder |
StoreQueryBuilder.sort(QuerySort<Store> sort) |
StoreQuery |
StoreQuery.withSort(QuerySort<Store> sort) |
Modifier and Type | Method and Description |
---|---|
StoreQuery |
StoreQuery.plusSort(Function<StoreQueryModel,QuerySort<Store>> m) |
StoreQueryBuilder |
StoreQueryBuilder.plusSort(Function<StoreQueryModel,QuerySort<Store>> m) |
StoreQuery |
StoreQuery.plusSort(List<QuerySort<Store>> sort) |
StoreQueryBuilder |
StoreQueryBuilder.plusSort(List<QuerySort<Store>> sort) |
StoreQueryBuilder |
StoreQueryBuilder.sort(Function<StoreQueryModel,QuerySort<Store>> m) |
StoreQueryBuilder |
StoreQueryBuilder.sort(List<QuerySort<Store>> sort) |
StoreQueryBuilder |
StoreQueryBuilder.sortMulti(Function<StoreQueryModel,List<QuerySort<Store>>> m) |
StoreQuery |
StoreQuery.withSort(Function<StoreQueryModel,QuerySort<Store>> m) |
StoreQuery |
StoreQuery.withSort(List<QuerySort<Store>> sort) |
StoreQuery |
StoreQuery.withSortMulti(Function<StoreQueryModel,List<QuerySort<Store>>> m) |
Modifier and Type | Method and Description |
---|---|
SubscriptionQueryBuilder |
SubscriptionQueryBuilder.plusSort(QuerySort<Subscription> sort) |
SubscriptionQuery |
SubscriptionQuery.plusSort(QuerySort<Subscription> sort) |
SubscriptionQueryBuilder |
SubscriptionQueryBuilder.sort(QuerySort<Subscription> sort) |
SubscriptionQuery |
SubscriptionQuery.withSort(QuerySort<Subscription> sort) |
Modifier and Type | Method and Description |
---|---|
TaxCategoryQuery |
TaxCategoryQuery.plusSort(QuerySort<TaxCategory> sort) |
TaxCategoryQueryBuilder |
TaxCategoryQueryBuilder.plusSort(QuerySort<TaxCategory> sort) |
TaxCategoryQueryBuilder |
TaxCategoryQueryBuilder.sort(QuerySort<TaxCategory> sort) |
TaxCategoryQuery |
TaxCategoryQuery.withSort(QuerySort<TaxCategory> sort) |
Modifier and Type | Method and Description |
---|---|
TypeQuery |
TypeQuery.plusSort(QuerySort<Type> sort) |
TypeQueryBuilder |
TypeQueryBuilder.plusSort(QuerySort<Type> sort) |
TypeQueryBuilder |
TypeQueryBuilder.sort(QuerySort<Type> sort) |
TypeQuery |
TypeQuery.withSort(QuerySort<Type> sort) |
Modifier and Type | Method and Description |
---|---|
TypeQuery |
TypeQuery.plusSort(Function<TypeQueryModel,QuerySort<Type>> m) |
TypeQueryBuilder |
TypeQueryBuilder.plusSort(Function<TypeQueryModel,QuerySort<Type>> m) |
TypeQuery |
TypeQuery.plusSort(List<QuerySort<Type>> sort) |
TypeQueryBuilder |
TypeQueryBuilder.plusSort(List<QuerySort<Type>> sort) |
TypeQueryBuilder |
TypeQueryBuilder.sort(Function<TypeQueryModel,QuerySort<Type>> m) |
TypeQueryBuilder |
TypeQueryBuilder.sort(List<QuerySort<Type>> sort) |
TypeQueryBuilder |
TypeQueryBuilder.sortMulti(Function<TypeQueryModel,List<QuerySort<Type>>> m) |
TypeQuery |
TypeQuery.withSort(Function<TypeQueryModel,QuerySort<Type>> m) |
TypeQuery |
TypeQuery.withSort(List<QuerySort<Type>> sort) |
TypeQuery |
TypeQuery.withSortMulti(Function<TypeQueryModel,List<QuerySort<Type>>> m) |
Modifier and Type | Method and Description |
---|---|
ZoneQuery |
ZoneQuery.plusSort(QuerySort<Zone> sort) |
ZoneQueryBuilder |
ZoneQueryBuilder.plusSort(QuerySort<Zone> sort) |
ZoneQueryBuilder |
ZoneQueryBuilder.sort(QuerySort<Zone> sort) |
ZoneQuery |
ZoneQuery.withSort(QuerySort<Zone> sort) |
Modifier and Type | Method and Description |
---|---|
ZoneQuery |
ZoneQuery.plusSort(Function<ZoneQueryModel,QuerySort<Zone>> m) |
ZoneQueryBuilder |
ZoneQueryBuilder.plusSort(Function<ZoneQueryModel,QuerySort<Zone>> m) |
ZoneQuery |
ZoneQuery.plusSort(List<QuerySort<Zone>> sort) |
ZoneQueryBuilder |
ZoneQueryBuilder.plusSort(List<QuerySort<Zone>> sort) |
ZoneQueryBuilder |
ZoneQueryBuilder.sort(Function<ZoneQueryModel,QuerySort<Zone>> m) |
ZoneQueryBuilder |
ZoneQueryBuilder.sort(List<QuerySort<Zone>> sort) |
ZoneQueryBuilder |
ZoneQueryBuilder.sortMulti(Function<ZoneQueryModel,List<QuerySort<Zone>>> m) |
ZoneQuery |
ZoneQuery.withSort(Function<ZoneQueryModel,QuerySort<Zone>> m) |
ZoneQuery |
ZoneQuery.withSort(List<QuerySort<Zone>> sort) |
ZoneQuery |
ZoneQuery.withSortMulti(Function<ZoneQueryModel,List<QuerySort<Zone>>> m) |