Modifier and Type | Method and Description |
---|---|
protected CartPricingService |
DefaultCartOperationService.getCartPricingService() |
protected CartPricingService |
DefaultItemListAddToCartService.getCartPricingService()
Deprecated.
since 1.6, use
DefaultItemListAddToCartService.getCartOpService() instead |
Constructor and Description |
---|
DefaultCartOperationService(CartOperationServiceProviders providers,
CartPricingService cartPricingService,
CartItemConfigurationService cartItemConfigurationService,
CartItemProductService cartItemProductService,
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,
com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayConfigurationProvider paymentGatewayConfigurationProvider,
com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayPaymentValidationProvider paymentValidationProvider) |
Modifier and Type | Method and Description |
---|---|
protected CartPricingService |
CartStalePricingValidationActivity.getCartPricingService()
Deprecated.
since 1.6, use
CartStalePricingValidationActivity.getCartOperationService() instead. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCartPricingService |
Modifier and Type | Method and Description |
---|---|
protected CartPricingService |
CartOperationEndpoint.getCartPricingService()
Deprecated.
|
Constructor and Description |
---|
CartOperationEndpoint(CartOperationService cartOpService,
CartPricingService cartPricingService,
TaxService taxService,
CartOperationServiceProperties cartOperationServiceProperties,
CartHolder<com.broadleafcommerce.cart.client.domain.Cart> requestCartHolder)
Deprecated.
|
Copyright © 2021. All rights reserved.