Package | Description |
---|---|
io.sphere.sdk.cartdiscounts.commands |
Provides types to change the state of cart discounts.
|
io.sphere.sdk.carts.commands |
Provides types to change the state of carts.
|
io.sphere.sdk.categories.commands |
Provides types to change the state of categories.
|
io.sphere.sdk.channels.commands |
Provides types to change the state of channels.
|
io.sphere.sdk.commands |
This package provide tools to change objects in Composable Commerce.
|
io.sphere.sdk.customergroups.commands |
Provides types to change the state of customer groups.
|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
io.sphere.sdk.discountcodes.commands |
Provides types to change the state of discount codes.
|
io.sphere.sdk.extensions.commands | |
io.sphere.sdk.inventory.commands |
Provides types to change the state of inventory entries.
|
io.sphere.sdk.orderedits.commands | |
io.sphere.sdk.orders.commands |
Provides types to change the state of orders.
|
io.sphere.sdk.payments.commands |
Provides types to change the state of payments.
|
io.sphere.sdk.productdiscounts.commands |
Provides types to change the state of product discounts.
|
io.sphere.sdk.products.commands |
Provides types to change the state of products.
|
io.sphere.sdk.productselections.commands |
Provides types to change the state of product selection.
|
io.sphere.sdk.producttypes.commands |
Provides types to change the state of product types.
|
io.sphere.sdk.reviews.commands |
Provides types to change the state of reviews.
|
io.sphere.sdk.shippingmethods.commands |
Provides types to change the state of shipping methods.
|
io.sphere.sdk.shoppinglists.commands |
Provides types to change the state of shopping list methods.
|
io.sphere.sdk.states.commands |
Provides types to change the state of states.
|
io.sphere.sdk.stores.commands | |
io.sphere.sdk.subscriptions.commands |
Provides types to change the state of subscription methods.
|
io.sphere.sdk.taxcategories.commands |
Provides types to change the state of tax categories.
|
io.sphere.sdk.types.commands |
Provides types to change the state of types.
|
io.sphere.sdk.zones.commands |
Provides types to change the state of zones.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CartDiscountUpdateCommand
Command object to update a
CartDiscount . |
Modifier and Type | Interface and Description |
---|---|
interface |
CartInStoreUpdateCommand |
interface |
CartUpdateCommand
Updates a cart.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryUpdateCommand
Updates a category.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelUpdateCommand
Updates a channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UpdateCommandDsl<T extends ResourceView<T,T>,C extends UpdateCommandDsl<T,C>>
Subinterface for update commands which supports updating the version for retries on
ConcurrentModificationException s |
Modifier and Type | Class and Description |
---|---|
class |
MetaModelUpdateCommandDslImpl<T extends ResourceView<T,T>,C extends UpdateCommandDsl<T,C>,E>
Internal base class to implement commands that change one resource in Composable Commerce.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerGroupUpdateCommand
Updates a customer group.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerInStoreUpdateCommand |
interface |
CustomerUpdateCommand
Updates a customer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscountCodeUpdateCommand
Command object to update a
DiscountCode . |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionUpdateCommand
Updates an extension.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InventoryEntryUpdateCommand
Command object to update a
InventoryEntry . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderEditUpdateCommand
Command object to update a
OrderEdit . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderInStoreUpdateByIdCommand |
interface |
OrderInStoreUpdateByOrderNumberCommand |
interface |
OrderUpdateCommand
Command object to update a
Order . |
Modifier and Type | Interface and Description |
---|---|
interface |
PaymentUpdateCommand
Updates a payment.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductDiscountUpdateCommand
Command object to update a
ProductDiscount . |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductSelectionUpdateCommand
Updates a cart.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductTypeUpdateCommand
Command object to update a
ProductType . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReviewUpdateCommand
Updates a review.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ShippingMethodUpdateCommand
Command object to update a
ShippingMethod . |
Modifier and Type | Interface and Description |
---|---|
interface |
ShoppingListInStoreUpdateCommand |
interface |
ShoppingListUpdateCommand
Updates a shopping list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StateUpdateCommand
Updates a state.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoreUpdateCommand
Command object to update a
Store . |
Modifier and Type | Interface and Description |
---|---|
interface |
SubscriptionUpdateCommand
Updates a subscription.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TaxCategoryUpdateCommand
Command object to update a
TaxCategory . |
Modifier and Type | Interface and Description |
---|---|
interface |
TypeUpdateCommand
Command object to update a
Type . |
Modifier and Type | Interface and Description |
---|---|
interface |
ZoneUpdateCommand
Updates a zone.
|