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 | Interface and Description |
---|---|
interface |
ApiClientQuery
{@doc.gen summary api-clients
|
Modifier and Type | Interface and Description |
---|---|
interface |
CartDiscountQuery
{@doc.gen summary cart discounts
|
Modifier and Type | Interface and Description |
---|---|
interface |
CartInStoreQuery |
interface |
CartQuery
{@doc.gen summary carts
|
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryQuery
{@doc.gen summary categories
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelQuery
{@doc.gen summary channels
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerGroupQuery
{@doc.gen summary customer groups
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerInStoreQuery |
interface |
CustomerQuery
{@doc.gen summary customers
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomObjectQuery<T>
Queries custom objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscountCodeQuery
{@doc.gen summary discount codes
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionQuery
{@doc.gen summary extensions
|
Modifier and Type | Interface and Description |
---|---|
interface |
InventoryEntryQuery
{@doc.gen summary inventory entries
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsonNodeQuery |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageQuery
Provides a QueryDsl for messages to formulate predicates, search expressions and reference expansion path expressions.
For further information how to use the query API to consult the Query API documentation. Query for any message |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderEditQuery
{@doc.gen summary orderedits
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrderInStoreQuery |
interface |
OrderQuery
{@doc.gen summary orders
|
Modifier and Type | Interface and Description |
---|---|
interface |
PaymentQuery
{@doc.gen summary payments
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductDiscountQuery
{@doc.gen summary product discounts
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductProjectionInStoreQuery |
interface |
ProductProjectionQuery
Provides a QueryDsl for product projections to formulate predicates, search expressions and reference expansion path expressions.
For further information how to use the query API to consult the Query API documentation. |
interface |
ProductQuery
Provides a QueryDsl for products to formulate predicates, search expressions and reference expansion path expressions.
For further information how to use the query API to consult the Query API documentation. |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductSelectionQuery
{@doc.gen summary product selections
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductTypeQuery
{@doc.gen summary product types
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueryDsl<T,C extends QueryDsl<T,C>>
Query request interface for immutable value classes which can copy themselves with modified fields.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MetaModelQueryDsl<T,C extends MetaModelQueryDsl<T,C,Q,E>,Q,E>
Internal query request interface for immutable value classes which can copy themselves with modified fields providing a meta model for convenient creation of expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaModelQueryDslImpl<T,C extends MetaModelQueryDsl<T,C,Q,E>,Q,E> |
Modifier and Type | Method and Description |
---|---|
static <T,C extends QueryDsl<T,C>> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query)
Queries all elements matching a query by using an offset based pagination with page size 500.
|
static <T,C extends QueryDsl<T,C>> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
Consumer<T> resultsConsumer)
Queries all elements matching a query by using an offset based pagination with page size 500.
|
static <T,C extends QueryDsl<T,C>> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
Consumer<T> resultsConsumer,
int pageSize)
Queries all elements matching a query by using an offset based pagination.
|
static <T,C extends QueryDsl<T,C>,S> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
Function<T,S> resultsMapper)
Queries all elements matching a query by using an offset based pagination with page size 500.
|
static <T,C extends QueryDsl<T,C>,S> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
Function<T,S> resultsMapper,
int pageSize)
Queries all elements matching a query by using an offset based pagination.
|
static <T,C extends QueryDsl<T,C>> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
int pageSize)
Queries all elements matching a query by using an offset based pagination.
|
Modifier and Type | Method and Description |
---|---|
static <T,C extends QueryDsl<T,C>> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query)
Queries all elements matching a query by using an offset based pagination with page size 500.
|
static <T,C extends QueryDsl<T,C>> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
Consumer<T> resultsConsumer)
Queries all elements matching a query by using an offset based pagination with page size 500.
|
static <T,C extends QueryDsl<T,C>> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
Consumer<T> resultsConsumer,
int pageSize)
Queries all elements matching a query by using an offset based pagination.
|
static <T,C extends QueryDsl<T,C>,S> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
Function<T,S> resultsMapper)
Queries all elements matching a query by using an offset based pagination with page size 500.
|
static <T,C extends QueryDsl<T,C>,S> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
Function<T,S> resultsMapper,
int pageSize)
Queries all elements matching a query by using an offset based pagination.
|
static <T,C extends QueryDsl<T,C>> |
QueryExecutionUtils.queryAll(SphereClient client,
QueryDsl<T,C> query,
int pageSize)
Queries all elements matching a query by using an offset based pagination.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReviewQuery
{@doc.gen summary reviews
|
Modifier and Type | Interface and Description |
---|---|
interface |
ShippingMethodQuery
{@doc.gen summary shipping methods
|
Modifier and Type | Interface and Description |
---|---|
interface |
ShoppingListInStoreQuery |
interface |
ShoppingListQuery
{@doc.gen summary shopping lists
|
Modifier and Type | Interface and Description |
---|---|
interface |
StateQuery
{@doc.gen summary states
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoreQuery
{@doc.gen summary stores
|
Modifier and Type | Interface and Description |
---|---|
interface |
SubscriptionQuery
{@doc.gen summary subscriptions
|
Modifier and Type | Interface and Description |
---|---|
interface |
TaxCategoryQuery
{@doc.gen summary tax categories
|
Modifier and Type | Interface and Description |
---|---|
interface |
TypeQuery
{@doc.gen summary types
|
Modifier and Type | Interface and Description |
---|---|
interface |
ZoneQuery
{@doc.gen summary zones
|