| Modifier and Type | Method and Description |
|---|---|
protected CatalogProvider |
DefaultItemListItemMergingService.getCatalogProvider() |
| Constructor and Description |
|---|
DefaultItemListItemMergingService(@NonNull CatalogProvider catalogProvider,
@NonNull CartOperationServiceProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogProvider |
CartItemValidationActivity.getCatalogProvider() |
| Constructor and Description |
|---|
CartItemValidationActivity(CatalogProvider catalogProvider,
CartItemConfigurationService cartItemConfigurationService,
org.springframework.context.MessageSource messageSource) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogProvider |
DefaultCartItemConfigurationService.getCatalogProvider()
Deprecated.
This implementation does not use
DefaultCartItemConfigurationService.catalogProvider |
| Constructor and Description |
|---|
DefaultCartItemConfigurationService(CatalogProvider catalogProvider,
IncludedProductConfigurationService includedProductService,
ItemChoiceConfigurationService itemChoiceService,
AttributeChoiceConfigurationService attributeChoiceService,
org.springframework.context.MessageSource messageSource,
com.broadleafcommerce.common.extension.TypeFactory typeFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogProvider |
DataDrivenCartItemProductMapper.getCatalogProvider() |
| Constructor and Description |
|---|
DataDrivenCartItemProductMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
CatalogProvider catalogProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected CatalogProvider |
DefaultCartPricingService.getCatalogProvider() |
| Constructor and Description |
|---|
DefaultCartPricingService(CartItemPricingUtils cartItemPricingUtils,
CartProvider cartProvider,
PricingProvider pricingProvider,
OfferProvider offerProvider,
CatalogProvider catalogProvider,
CartItemConfigurationService cartItemConfigurationService,
TaxService taxService,
FulfillmentPricingService fulfillmentPricingService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
CartTotalsCalculator cartTotalsCalculator,
CartPricingRoundingHelper roundingHelper,
CartOperationServiceProperties cartOperationServiceProperties,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
org.springframework.context.MessageSource messageSource) |
| Modifier and Type | Method and Description |
|---|---|
CatalogProvider |
DefaultCartOperationServiceProviders.getCatalogProvider() |
CatalogProvider |
CartOperationServiceProviders.getCatalogProvider()
Gets a catalog provider.
|
| Constructor and Description |
|---|
DefaultCartOperationServiceProviders(CartProvider cartProvider,
CatalogProvider catalogProvider,
OfferProvider offerProvider,
CampaignProvider campaignProvider,
InventoryProvider inventoryProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalCatalogProvider
This particular implementation of
CatalogProvider is designed to interact with a provider
that will provide fully hydrated catalog entities, i.e., there is no need for additional calls to
get a product's variants or item choices. |
Copyright © 2021. All rights reserved.