Package | Description |
---|---|
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.customers.queries |
Provides types to retrieve the state of customers.
|
io.sphere.sdk.inventory.queries |
Provides types to retrieve the state of inventory entries.
|
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.products.queries |
Provides types to retrieve the state of products.
|
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.shoppinglists.queries |
Provides types to retrieve the state of shopping lists.
|
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<T,CustomerGroup> |
CartLikeQueryModelImpl.customerGroup() |
ReferenceOptionalQueryModel<T,CustomerGroup> |
CartLikeQueryModel.customerGroup() |
ReferenceOptionalQueryModel<Cart,CustomerGroup> |
CartQueryModel.customerGroup() |
ReferenceOptionalQueryModel<T,Channel> |
LineItemCollectionQueryModel.distributionChannel() |
ReferenceOptionalQueryModel<T,ShippingMethod> |
CartShippingInfoQueryModel.shippingMethod() |
ReferenceOptionalQueryModel<T,Channel> |
LineItemCollectionQueryModel.supplyChannel() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Category,Category> |
CategoryQueryModel.parent() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Customer,CustomerGroup> |
CustomerQueryModel.customerGroup() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<InventoryEntry,Channel> |
InventoryEntryQueryModel.supplyChannel() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Order,Cart> |
OrderQueryModel.cart() |
ReferenceOptionalQueryModel<Order,CustomerGroup> |
OrderQueryModel.customerGroup() |
ReferenceOptionalQueryModel<Order,State> |
OrderQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Payment,Customer> |
PaymentQueryModel.customer() |
ReferenceOptionalQueryModel<T,State> |
PaymentStatusQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<T,Channel> |
PriceQueryModel.channel() |
ReferenceOptionalQueryModel<T,Channel> |
PriceCollectionQueryModel.channel() |
ReferenceOptionalQueryModel<T,CustomerGroup> |
PriceQueryModel.customerGroup() |
ReferenceOptionalQueryModel<T,CustomerGroup> |
PriceCollectionQueryModel.customerGroup() |
ReferenceOptionalQueryModel<Product,State> |
ProductQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
protected <R> ReferenceOptionalQueryModel<T,R> |
QueryModelImpl.referenceOptionalModel(String pathSegment) |
protected <R> ReferenceOptionalQueryModel<T,R> |
QueryModelImpl.referenceOptionalQueryModel(String pathSegment) |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Review,Customer> |
ReviewQueryModel.customer() |
ReferenceOptionalQueryModel<Review,State> |
ReviewQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<ShoppingList,Customer> |
ShoppingListQueryModel.customer() |