| Interface | Description |
|---|---|
| CommerceAddToCartStrategy |
A strategy interface for adding products to cart cart.
|
| CommerceCardTypeService |
Service that returns defined card types
|
| CommerceCartCalculationStrategy |
Strategy to calculate cart.
|
| CommerceCartEstimateTaxesStrategy |
Strategy to abstract the estimation of taxes on a cart.
|
| CommerceCartHashCalculationStrategy |
Strategy tp calculate a hash value based on the abstractOrderModel state plus the additionalValues
|
| CommerceCartModificationStatus |
Status values for the CommerceCartModification statusCode.
|
| CommerceCartProductConfigurationStrategy |
Commerce cart strategy to update order entry's configurations.
|
| CommerceCartRestorationStrategy |
A strategy for restoring users cart.
|
| CommerceCartService |
Commerce service that exposes methods to deal with cart operations.
|
| CommerceCartSplitStrategy |
A strategy for splitting the cart
|
| CommerceCheckoutService |
Service for checkout and place order functionality
|
| CommerceCloneSavedCartStrategy |
A strategy for cloning user save carts.
|
| CommerceDeliveryAddressStrategy | |
| CommerceDeliveryModeStrategy | |
| CommerceDeliveryModeValidationStrategy |
A strategy for delivery mode validation
|
| CommerceFlagForDeletionStrategy |
A strategy interface for flagging a cart for deletion.
|
| CommerceOrderService |
Service interface that provides an API for commerce orders.
|
| CommercePaymentAuthorizationStrategy | |
| CommercePaymentInfoStrategy |
Payment info strategy
|
| CommercePaymentProviderStrategy |
A strategy for getting a payment provider
|
| CommercePlaceOrderStrategy | |
| CommerceQuoteService |
Service interface that provides an API for quote management.
|
| CommerceRemoveEntriesStrategy |
A strategies for removing cart entries
|
| CommerceRemoveEntryGroupStrategy |
A strategy interface for adding products to cart cart.
|
| CommerceSaveCartService |
Commerce service that extends the interface
CommerceCartService to expose methods to deal with operations for
saved carts (saving, retrieving, restoring, etc). |
| CommerceSaveCartStrategy |
A strategy interface for saving a cart.
|
| CommerceSaveCartTextGenerationStrategy |
Exposes methods to generate texts (such as a name or description) for a cart to be saved.
|
| CommerceUpdateCartEntryStrategy | |
| EntryMergeFilter |
Filter to reject entry merge for particular pair of entries.
|
| OrderQuoteDiscountValuesAccessor |
Strategy that provides read and write access to quote specific discounts of an order.
|
| ProductConfigurationHandler |
Interface to manage configurations of single type.
|
| ProductConfigurationHandlerFactory |
Keeping configuration handlers.
|
| RequoteStrategy |
Strategy for re-quote an inactive quote
|
| UpdateQuoteFromCartStrategy |
Strategy for synchronizing the contents of a
CartModel to a QuoteModel associated with it. |
| Class | Description |
|---|---|
| CommerceCartModification |
Represents the result of a modification to a cart entry.
|
| CommerceCartRestoration |
Represents the result of the restoration of a cart to a customer's session.
|
| DefaultCommerceCartServiceIntegrationTest |
Integration test suite for
DefaultCommerceCartService |
| Exception | Description |
|---|---|
| CommerceCartMergingException |
Exception thrown if the cart cannot be merged
|
| CommerceCartModificationException |
Exception thrown if the cart cannot be modified
|
| CommerceCartRestorationException |
Exception thrown if the cart cannot be modified
|
| CommerceQuoteAssignmentException |
Exception thrown if quote assignment fails
|
| CommerceQuoteExpirationTimeException |
Exception thrown if Quote has Expired
|
| CommerceSaveCartException |
Exception thrown if the cart cannot be saved
|
Copyright © 2018 SAP SE. All Rights Reserved.