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 TypeMethodDescriptionDefaultCartPricingService.getFulfillmentPricingService()
Deprecated.protected FulfillmentPricingService
DefaultCartTotalsCalculator.getFulfillmentPricingService()
Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type FulfillmentPricingServiceModifier and TypeMethodDescriptionvoid
DefaultCartTotalsCalculator.setFulfillmentPricingService
(FulfillmentPricingService fulfillmentPricingService) -
Uses of FulfillmentPricingService in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return types with arguments of type FulfillmentPricingServiceModifier and TypeMethodDescriptionprotected Optional<FulfillmentPricingService>
CheckoutCartEndpoint.getFulfillmentPricingService()
Deprecated.protected Optional<FulfillmentPricingService>
CheckoutEndpoint.getFulfillmentPricingService()
Deprecated.Constructor parameters in com.broadleafcommerce.cartoperation.web.endpoint with type arguments of type FulfillmentPricingServiceModifierConstructorDescriptionCheckoutCartEndpoint
(CartResolverService cartResolverService, CartOperationService cartOperationService, CartVersionValidationService cartVersionValidationService, GuestCartProtectionService guestCartProtectionService, GuestCartTokenValidator guestCartTokenValidator, CartValidationProperties cartValidationProperties, CheckoutService checkoutService, Optional<FulfillmentPricingService> fulfillmentPricingService, FulfillmentOptionRequestService fulfillmentOptionRequestService) CheckoutEndpoint
(CartOperationService cartOpService, CheckoutService checkoutService, Optional<FulfillmentPricingService> fulfillmentPricingService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated.
DefaultCartPricingService.getCommonFulfillmentPricingService()
instead.