Package | Description |
---|---|
io.sphere.sdk.apiclient.commands | |
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.customobjects.commands |
Provides types to change the state of custom objects.
|
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.projects.commands | |
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 |
ApiClientCreateCommand
Creates an ApiClient
|
interface |
ApiClientDeleteCommand |
Modifier and Type | Interface and Description |
---|---|
interface |
CartDiscountCreateCommand
Command object to create a
CartDiscount . |
interface |
CartDiscountDeleteCommand
Deletes a
CartDiscount . |
interface |
CartDiscountUpdateCommand
Command object to update a
CartDiscount . |
Modifier and Type | Interface and Description |
---|---|
interface |
CartCreateCommand
Creates a cart.
|
interface |
CartDeleteCommand
Deletes a cart
|
interface |
CartInStoreCreateCommand |
interface |
CartInStoreDeleteCommand |
interface |
CartInStoreUpdateCommand |
interface |
CartUpdateCommand
Updates a cart.
|
Modifier and Type | Class and Description |
---|---|
class |
CartInStoreReplicationCommand
Creates a new cart based on an existing cart or order.
|
class |
CartReplicationCommand
Creates a new cart based on an existing cart or order.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryCreateCommand
Command object to create a
Category . |
interface |
CategoryDeleteCommand
Deletes a category.
|
interface |
CategoryUpdateCommand
Updates a category.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelCreateCommand
Creates a channel.
|
interface |
ChannelDeleteCommand
Deletes a channel.
|
interface |
ChannelUpdateCommand
Updates a channel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CreateCommand<T>
Command to create a resource in Composable Commerce.
|
interface |
DeleteCommand<T>
Command which deletes one or more resources in Composable Commerce.
|
interface |
DraftBasedCreateCommand<T,D>
Command to create a resource in Composable Commerce based on a draft object.
|
interface |
DraftBasedCreateCommandDsl<T,D,C>
Command to create a resource in Composable Commerce based on a draft object and having a wither to replace the current draft.
|
interface |
UpdateCommand<T>
Command which updates a Composable Commerce resource based on a list of update actions.
|
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 |
CommandImpl<T>
Base class to implement commands using the Jackson JSON mapper.
|
class |
CreateCommandImpl<T,D>
Base class to implement commands which create a resource in Composable Commerce.
|
class |
MetaModelByIdDeleteCommandImpl<T extends ResourceView<T,T>,C,E>
Internal base class to implement commands which delete a resource by ID in Composable Commerce.
|
class |
MetaModelCreateCommandImpl<T,C,D,E>
Internal base class to implement commands which create a resource in Composable Commerce.
|
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 |
CustomerGroupCreateCommand
Creates a new customer group
|
interface |
CustomerGroupDeleteCommand
Deletes a customer group.
|
interface |
CustomerGroupUpdateCommand
Updates a customer group.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerCreateCommand
Creates/signs up a customer.
|
interface |
CustomerDeleteCommand
Deletes a customer.
|
interface |
CustomerInStoreCreateCommand |
interface |
CustomerInStoreDeleteCommand |
interface |
CustomerInStoreUpdateCommand |
interface |
CustomerUpdateCommand
Updates a customer.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomerChangePasswordCommand
Updates the password of a customer.
|
class |
CustomerCreateEmailTokenCommand
Creates a token for verifying the customer's email.
|
class |
CustomerCreatePasswordTokenCommand
Creates a token to reset the customer password with
CustomerPasswordResetCommand . |
class |
CustomerInStoreChangePasswordCommand
Updates the password of a customer with a store.
|
class |
CustomerInStoreCreateEmailTokenCommand |
class |
CustomerInStoreCreatePasswordTokenCommand |
class |
CustomerInStorePasswordResetCommand |
class |
CustomerInStoreSignInCommand |
class |
CustomerInStoreVerifyEmailCommand |
class |
CustomerPasswordResetCommand
Sets a new password for the customer.
|
class |
CustomerSignInCommand
Retrieves the authenticated customer (a customer that matches the given email/password pair).
|
class |
CustomerVerifyEmailCommand
Verifies customer's email using a token.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomObjectDeleteCommand<T>
Deletes a custom object in Composable Commerce.
|
interface |
CustomObjectUpsertCommand<T>
Command for creating or updating a custom object.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomObjectCustomJsonMappingUpsertCommand<T>
Command for creating or updating a custom object using a custom JSON mapper.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscountCodeCreateCommand
Command object to create a
DiscountCode . |
interface |
DiscountCodeDeleteCommand
Command object to delete a
DiscountCode . |
interface |
DiscountCodeUpdateCommand
Command object to update a
DiscountCode . |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionCreateCommand
Creates an extension
|
interface |
ExtensionDeleteCommand
Deletes an extension.
|
interface |
ExtensionUpdateCommand
Updates an extension.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InventoryEntryCreateCommand
Command object to create a
InventoryEntry . |
interface |
InventoryEntryDeleteCommand
Command object to delete a
InventoryEntry . |
interface |
InventoryEntryUpdateCommand
Command object to update a
InventoryEntry . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderEditCreateCommand
Command object to create a
OrderEdit . |
interface |
OrderEditDeleteCommand
Command object to delete a
OrderEdit . |
interface |
OrderEditUpdateCommand
Command object to update a
OrderEdit . |
Modifier and Type | Class and Description |
---|---|
class |
OrderEditApplyCommand |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderDeleteCommand
Command object to delete a
Order . |
interface |
OrderFromCartCreateCommand
Orders a cart.
|
interface |
OrderFromCartInStoreCreateCommand |
interface |
OrderInStoreDeleteByIdCommand |
interface |
OrderInStoreDeleteByOrderNumberCommand |
interface |
OrderInStoreUpdateByIdCommand |
interface |
OrderInStoreUpdateByOrderNumberCommand |
interface |
OrderUpdateCommand
Command object to update a
Order . |
Modifier and Type | Class and Description |
---|---|
class |
OrderImportCommand
Orders can also be imported via the Import API endpoint so you don't have to create a cart before.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PaymentCreateCommand
Command object to create a
Payment . |
interface |
PaymentDeleteCommand
Command object to delete a
Payment . |
interface |
PaymentUpdateCommand
Updates a payment.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductDiscountCreateCommand
Command object to create a
ProductDiscount . |
interface |
ProductDiscountDeleteCommand
Command object to delete a
ProductDiscount . |
interface |
ProductDiscountUpdateCommand
Command object to update a
ProductDiscount . |
Modifier and Type | Class and Description |
---|---|
class |
ProductImageUploadCommand
Uploads an Image for a product.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductSelectionCreateCommand
Command object to create a
ProductSelection . |
interface |
ProductSelectionDeleteCommand
Deletes a cart
|
interface |
ProductSelectionUpdateCommand
Updates a cart.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductTypeCreateCommand
Command to create a
ProductType in Composable Commerce. |
interface |
ProductTypeDeleteCommand
Deletes a product type.
|
interface |
ProductTypeUpdateCommand
Command object to update a
ProductType . |
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectUpdateCommand
Update commands for the
Project entity
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReviewCreateCommand
Command object to create a
Review . |
interface |
ReviewDeleteCommand
Command object to delete a
Review . |
interface |
ReviewUpdateCommand
Updates a review.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ShippingMethodCreateCommand
Creates a
ShippingMethod . |
interface |
ShippingMethodDeleteCommand
Command object to delete a
ShippingMethod . |
interface |
ShippingMethodUpdateCommand
Command object to update a
ShippingMethod . |
Modifier and Type | Interface and Description |
---|---|
interface |
ShoppingListCreateCommand
Creates a
ShoppingList . |
interface |
ShoppingListDeleteCommand
Deletes a shopping list.
|
interface |
ShoppingListInStoreCreateCommand |
interface |
ShoppingListInStoreDeleteCommand |
interface |
ShoppingListInStoreUpdateCommand |
interface |
ShoppingListUpdateCommand
Updates a shopping list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StateCreateCommand
Command object to create a
State . |
interface |
StateDeleteCommand
Deletes a state.
|
interface |
StateUpdateCommand
Updates a state.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoreCreateCommand
Command object to create a
Store . |
interface |
StoreDeleteCommand
Command object to delete a
Store . |
interface |
StoreUpdateCommand
Command object to update a
Store . |
Modifier and Type | Interface and Description |
---|---|
interface |
SubscriptionCreateCommand
Creates a
Subscription . |
interface |
SubscriptionDeleteCommand
Deletes a subscription.
|
interface |
SubscriptionUpdateCommand
Updates a subscription.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TaxCategoryCreateCommand
Command object to create a
TaxCategory . |
interface |
TaxCategoryDeleteCommand
Deletes a tax category.
|
interface |
TaxCategoryUpdateCommand
Command object to update a
TaxCategory . |
Modifier and Type | Interface and Description |
---|---|
interface |
TypeCreateCommand
Command object to create a
Type . |
interface |
TypeDeleteCommand
Command object to delete a
Type . |
interface |
TypeUpdateCommand
Command object to update a
Type . |
Modifier and Type | Interface and Description |
---|---|
interface |
ZoneCreateCommand
Command object to create a
Zone . |
interface |
ZoneDeleteCommand
Command object to delete a
Zone . |
interface |
ZoneUpdateCommand
Updates a zone.
|