Uses of Interface
com.broadleafcommerce.cartoperation.service.pricing.CartPricingService
Packages that use CartPricingService
Package
Description
-
Uses of CartPricingService in com.broadleafcommerce.cartoperation.service
Methods in com.broadleafcommerce.cartoperation.service that return CartPricingServiceModifier and TypeMethodDescriptionprotected CartPricingService
DefaultCartOperationService.getCartPricingService()
protected CartPricingService
DefaultItemListAddToCartService.getCartPricingService()
Deprecated.Constructors in com.broadleafcommerce.cartoperation.service with parameters of type CartPricingServiceModifierConstructorDescriptionDefaultCartOperationService
(CartOperationServiceProviders providers, CartPricingService cartPricingService, CartItemConfigurationService<? extends CatalogItem> cartItemConfigurationService, CartItemCatalogInformationService<? extends CatalogItem> cartItemCatalogInformationService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartOperationServiceProperties properties, CartItemMergingService<com.broadleafcommerce.cart.client.domain.CartItem> cartItemMergingService, org.springframework.context.MessageSource messageSource, TaxService taxService, StaleCartPricingResultHolder staleCartPricingResultHolder) -
Uses of CartPricingService in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
Methods in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity that return CartPricingServiceModifier and TypeMethodDescriptionprotected CartPricingService
CartStalePricingValidationActivity.getCartPricingService()
Deprecated.since 1.6, useCartStalePricingValidationActivity.getCartOperationService()
instead. -
Uses of CartPricingService in com.broadleafcommerce.cartoperation.service.fulfillment.option
Methods in com.broadleafcommerce.cartoperation.service.fulfillment.option that return CartPricingServiceModifier and TypeMethodDescriptionprotected CartPricingService
DefaultFulfillmentOptionRequestService.getCartPricingService()
Constructors in com.broadleafcommerce.cartoperation.service.fulfillment.option with parameters of type CartPricingServiceModifierConstructorDescriptionDefaultFulfillmentOptionRequestService
(FulfillmentGroupService fulfillmentGroupService, FulfillmentPricingConfigHelperService configHelper, CartOperationServiceProviders providers, CartPricingService cartPricingService, com.fasterxml.jackson.databind.ObjectMapper mapper, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CartPricingService in com.broadleafcommerce.cartoperation.service.pricing
Classes in com.broadleafcommerce.cartoperation.service.pricing that implement CartPricingService -
Uses of CartPricingService in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return CartPricingServiceModifier and TypeMethodDescriptionprotected CartPricingService
CartOperationEndpoint.getCartPricingService()
Deprecated.Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type CartPricingServiceModifierConstructorDescriptionCartOperationEndpoint
(CartOperationService cartOpService, CartPricingService cartPricingService, TaxService taxService, CartOperationServiceProperties cartOperationServiceProperties, CartHolder<com.broadleafcommerce.cart.client.domain.Cart> requestCartHolder) Deprecated.
DefaultItemListAddToCartService.getCartOpService()
instead