Uses of Interface
com.broadleafcommerce.cartoperation.service.pricing.FulfillmentPricingService
Packages that use FulfillmentPricingService
Package
Description
-
Uses of FulfillmentPricingService in com.broadleafcommerce.cartoperation.service.pricing
Classes in com.broadleafcommerce.cartoperation.service.pricing that implement FulfillmentPricingServiceMethods in com.broadleafcommerce.cartoperation.service.pricing that return FulfillmentPricingServiceModifier and TypeMethodDescriptionprotected FulfillmentPricingService
DefaultCartPricingService.getFulfillmentPricingService()
protected FulfillmentPricingService
DefaultCartTotalsCalculator.getFulfillmentPricingService()
Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type FulfillmentPricingServiceModifier and TypeMethodDescriptionvoid
DefaultCartTotalsCalculator.setFulfillmentPricingService
(FulfillmentPricingService fulfillmentPricingService) Constructors in com.broadleafcommerce.cartoperation.service.pricing with parameters of type FulfillmentPricingServiceModifierConstructorDescriptionDefaultCartPricingService
(CartItemPricingUtils cartItemPricingUtils, CartProvider cartProvider, PricingProvider pricingProvider, OfferProvider offerProvider, CatalogProvider<? extends CatalogItem> catalogProvider, CartItemConfigurationService<? extends CatalogItem> 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) DefaultCartPricingService
(CartItemPricingUtils cartItemPricingUtils, CartProvider cartProvider, PricingProvider pricingProvider, OfferProvider offerProvider, CatalogProvider<? extends CatalogItem> catalogProvider, 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) -
Uses of FulfillmentPricingService in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return FulfillmentPricingServiceModifier and TypeMethodDescriptionprotected FulfillmentPricingService
CheckoutCartEndpoint.getFulfillmentPricingService()
protected FulfillmentPricingService
CheckoutEndpoint.getFulfillmentPricingService()
Deprecated.Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type FulfillmentPricingServiceModifierConstructorDescriptionCheckoutCartEndpoint
(CartResolverService cartResolverService, CartOperationService cartOperationService, CartVersionValidationService cartVersionValidationService, GuestCartProtectionService guestCartProtectionService, GuestCartTokenValidator guestCartTokenValidator, CartValidationProperties cartValidationProperties, CheckoutService checkoutService, FulfillmentPricingService fulfillmentPricingService) CheckoutEndpoint
(CartOperationService cartOpService, CheckoutService checkoutService, FulfillmentPricingService fulfillmentPricingService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated.