Uses of Interface
com.broadleafcommerce.cartoperation.service.provider.CartItemProductMappingProvider
-
Packages that use CartItemProductMappingProvider Package Description com.broadleafcommerce.cartoperation.service.mapping com.broadleafcommerce.cartoperation.service.provider.external -
-
Uses of CartItemProductMappingProvider in com.broadleafcommerce.cartoperation.service.mapping
Methods in com.broadleafcommerce.cartoperation.service.mapping that return CartItemProductMappingProvider Modifier and Type Method Description protected CartItemProductMappingProvider
DataDrivenCartItemProductMapper. getCartItemProductMappingProvider()
Methods in com.broadleafcommerce.cartoperation.service.mapping with parameters of type CartItemProductMappingProvider Modifier and Type Method Description void
DataDrivenCartItemProductMapper. setCartItemProductMappingProvider(CartItemProductMappingProvider cartItemProductMappingProvider)
-
Uses of CartItemProductMappingProvider in com.broadleafcommerce.cartoperation.service.provider.external
Classes in com.broadleafcommerce.cartoperation.service.provider.external that implement CartItemProductMappingProvider Modifier and Type Class Description class
ExternalCartItemProductMappingProvider
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.Methods in com.broadleafcommerce.cartoperation.service.provider.external that return CartItemProductMappingProvider Modifier and Type Method Description protected CartItemProductMappingProvider
ExternalCatalogProvider. getCartItemProductMappingProvider()
Methods in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type CartItemProductMappingProvider Modifier and Type Method Description void
ExternalCatalogProvider. setCartItemProductMappingProvider(CartItemProductMappingProvider cartItemProductMappingProvider)
-