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.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
|
Modifier and Type | Interface and Description |
---|---|
interface |
CartDiscountCreateCommand
Command object to create a
CartDiscount . |
Modifier and Type | Interface and Description |
---|---|
interface |
CartCreateCommand
Creates a cart.
|
interface |
CartInStoreCreateCommand |
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryCreateCommand
Command object to create a
Category . |
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelCreateCommand
Creates a channel.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateCommandImpl<T,D>
Base class to implement commands which create a resource in Composable Commerce.
|
class |
MetaModelCreateCommandImpl<T,C,D,E>
Internal base class to implement commands which create a resource in Composable Commerce.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerGroupCreateCommand
Creates a new customer group
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerCreateCommand
Creates/signs up a customer.
|
interface |
CustomerInStoreCreateCommand |
Modifier and Type | Interface and Description |
---|---|
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 . |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionCreateCommand
Creates an extension
|
Modifier and Type | Interface and Description |
---|---|
interface |
InventoryEntryCreateCommand
Command object to create a
InventoryEntry . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderEditCreateCommand
Command object to create a
OrderEdit . |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderFromCartCreateCommand
Orders a cart.
|
interface |
OrderFromCartInStoreCreateCommand |
Modifier and Type | Interface and Description |
---|---|
interface |
PaymentCreateCommand
Command object to create a
Payment . |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductDiscountCreateCommand
Command object to create a
ProductDiscount . |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductCreateCommand
Creates a product.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductSelectionCreateCommand
Command object to create a
ProductSelection . |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductTypeCreateCommand
Command to create a
ProductType in Composable Commerce. |
Modifier and Type | Interface and Description |
---|---|
interface |
ReviewCreateCommand
Command object to create a
Review . |
Modifier and Type | Interface and Description |
---|---|
interface |
ShippingMethodCreateCommand
Creates a
ShippingMethod . |
Modifier and Type | Interface and Description |
---|---|
interface |
ShoppingListCreateCommand
Creates a
ShoppingList . |
interface |
ShoppingListInStoreCreateCommand |
Modifier and Type | Interface and Description |
---|---|
interface |
StateCreateCommand
Command object to create a
State . |
Modifier and Type | Interface and Description |
---|---|
interface |
StoreCreateCommand
Command object to create a
Store . |
Modifier and Type | Interface and Description |
---|---|
interface |
SubscriptionCreateCommand
Creates a
Subscription . |
Modifier and Type | Interface and Description |
---|---|
interface |
TaxCategoryCreateCommand
Command object to create a
TaxCategory . |
Modifier and Type | Interface and Description |
---|---|
interface |
TypeCreateCommand
Command object to create a
Type . |
Modifier and Type | Interface and Description |
---|---|
interface |
ZoneCreateCommand
Command object to create a
Zone . |