Uses of Interface
com.broadleafcommerce.cartoperation.service.provider.CartItemProductMappingProvider
Package
Description
-
Uses of CartItemProductMappingProvider in com.broadleafcommerce.cartoperation.service.mapping
Modifier and TypeMethodDescriptionprotected CartItemProductMappingProvider
DataDrivenCartItemProductMapper.getCartItemProductMappingProvider()
Modifier and TypeMethodDescriptionvoid
DataDrivenCartItemProductMapper.setCartItemProductMappingProvider
(CartItemProductMappingProvider cartItemProductMappingProvider) -
Uses of CartItemProductMappingProvider in com.broadleafcommerce.cartoperation.service.provider.external
Modifier and TypeClassDescriptionclass
This particular implementation ofCatalogProvider
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.Modifier and TypeMethodDescriptionprotected CartItemProductMappingProvider
ExternalCatalogProvider.getCartItemProductMappingProvider()
Modifier and TypeMethodDescriptionvoid
ExternalCatalogProvider.setCartItemProductMappingProvider
(CartItemProductMappingProvider cartItemProductMappingProvider)