Uses of Interface
com.broadleafcommerce.cartoperation.service.pricing.CommonFulfillmentPricingService
Packages that use CommonFulfillmentPricingService
-
Uses of CommonFulfillmentPricingService in com.broadleafcommerce.cartoperation.service.pricing
Subinterfaces of CommonFulfillmentPricingService in com.broadleafcommerce.cartoperation.service.pricingModifier and TypeInterfaceDescriptioninterface
Defines a service that provides fulfillment pricing for aCart
, e.g., shipping price.Classes in com.broadleafcommerce.cartoperation.service.pricing that implement CommonFulfillmentPricingServiceModifier and TypeClassDescriptionclass
class
Methods in com.broadleafcommerce.cartoperation.service.pricing that return CommonFulfillmentPricingServiceModifier and TypeMethodDescriptionprotected CommonFulfillmentPricingService
DefaultCartPricingService.getCommonFulfillmentPricingService()
Constructors in com.broadleafcommerce.cartoperation.service.pricing with parameters of type CommonFulfillmentPricingServiceModifierConstructorDescriptionDefaultCartPricingService
(CartItemPricingUtils cartItemPricingUtils, CartProvider cartProvider, PricingProvider pricingProvider, OfferProvider offerProvider, CatalogProvider<? extends CatalogItem> catalogProvider, CartItemConfigurationService<? extends CatalogItem> cartItemConfigurationService, TaxService taxService, CommonFulfillmentPricingService commonFulfillmentPricingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CartTotalsCalculator cartTotalsCalculator, CartPricingRoundingHelper roundingHelper, CartOperationServiceProperties cartOperationServiceProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.MessageSource messageSource) DefaultCartPricingService
(CartItemPricingUtils cartItemPricingUtils, CartProvider cartProvider, PricingProvider pricingProvider, OfferProvider offerProvider, CatalogProvider<? extends CatalogItem> catalogProvider, TaxService taxService, CommonFulfillmentPricingService fulfillmentPricingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CartTotalsCalculator cartTotalsCalculator, CartPricingRoundingHelper roundingHelper, CartOperationServiceProperties cartOperationServiceProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.MessageSource messageSource) Constructor that does not require CartItemConfigurationService, as it has been deprecated.