@NonNullApi
| Interface | Description |
|---|---|
| CampaignProvider |
Provider for interfacing with
Campaigns. |
| CartOperationServiceProviders |
Wrapper for the providers required by
CartOperationService. |
| CartProvider |
Provider for interfacing with operations directly involving a
Cart. |
| CatalogProvider |
Provider for interfacing with operations around a
Catalog related entities. |
| GuestTokenProvider |
Provider for storing
GuestToken. |
| InventoryProvider |
Provides a generic API to reserve inventory during checkout.
|
| ItemListAccessRuleProvider<P extends com.broadleafcommerce.cart.client.domain.ItemListAccessRule> |
A provider of item list access rules.
|
| ItemListItemProvider<I extends com.broadleafcommerce.cart.client.domain.ItemListItem> |
A provider of item list items.
|
| ItemListProvider<P extends com.broadleafcommerce.cart.client.domain.ItemList> |
A provider of Item Lists.
|
| OfferProvider |
Provider for interfacing with an Offer Engine that can supply discounts and promotions base on
the contents of a
Cart. |
| PricingProvider |
Provider for interfacing with operations around pricing.
|
| ResourceLockProvider |
Provides the ability to lock and unlock resources.
|
| Class | Description |
|---|---|
| DefaultCartOperationServiceProviders | |
| EmptyInventoryProvider |
This is an "empty" or "pass-through" Inventory Provider.
|
Copyright © 2021. All rights reserved.