Uses of Interface
com.broadleafcommerce.cartoperation.service.pricing.FulfillmentPricingService
-
Packages that use FulfillmentPricingService Package Description com.broadleafcommerce.cartoperation.service.pricing com.broadleafcommerce.cartoperation.web.endpoint -
-
Uses of FulfillmentPricingService in com.broadleafcommerce.cartoperation.service.pricing
Classes in com.broadleafcommerce.cartoperation.service.pricing that implement FulfillmentPricingService Modifier and Type Class Description classDefaultFulfillmentPricingServiceMethods in com.broadleafcommerce.cartoperation.service.pricing that return FulfillmentPricingService Modifier and Type Method Description protected FulfillmentPricingServiceDefaultCartPricingService. getFulfillmentPricingService()protected FulfillmentPricingServiceDefaultCartTotalsCalculator. getFulfillmentPricingService()Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type FulfillmentPricingService Modifier and Type Method Description voidDefaultCartTotalsCalculator. setFulfillmentPricingService(FulfillmentPricingService fulfillmentPricingService)Constructors in com.broadleafcommerce.cartoperation.service.pricing with parameters of type FulfillmentPricingService Constructor Description DefaultCartPricingService(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 FulfillmentPricingService Modifier and Type Method Description protected FulfillmentPricingServiceCheckoutCartEndpoint. getFulfillmentPricingService()protected FulfillmentPricingServiceCheckoutEndpoint. getFulfillmentPricingService()Deprecated.Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type FulfillmentPricingService Constructor Description CheckoutCartEndpoint(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.
-