Uses of Interface
com.broadleafcommerce.cartoperation.service.GuestCartProtectionService
Package
Description
-
Uses of GuestCartProtectionService in com.broadleafcommerce.cartoperation.service
Modifier and TypeClassDescriptionclass
Default implementation ofGuestCartProtectionService
that clears typical customer information and utilizesCartProvider
for storing guest tokens. -
Uses of GuestCartProtectionService in com.broadleafcommerce.cartoperation.web.endpoint
Modifier and TypeMethodDescriptionprotected GuestCartProtectionService
CheckoutCartEndpoint.getGuestCartProtectionService()
protected GuestCartProtectionService
ManageCartEndpoint.getGuestCartProtectionService()
ModifierConstructorDescriptionCheckoutCartEndpoint
(CartResolverService cartResolverService, CartOperationService cartOperationService, CartVersionValidationService cartVersionValidationService, GuestCartProtectionService guestCartProtectionService, GuestCartTokenValidator guestCartTokenValidator, CartValidationProperties cartValidationProperties, CheckoutService checkoutService, Optional<FulfillmentPricingService> fulfillmentPricingService, FulfillmentOptionRequestService fulfillmentOptionRequestService) ManageCartEndpoint
(CartResolverService cartResolverService, CartOperationService cartOperationService, CartTransferService cartTransferService, CartVersionValidationService cartVersionValidationService, GuestCartProtectionService guestCartProtectionService, GuestCartTokenValidator guestCartTokenValidator, ItemListAddToCartService itemListAddToCartService) -
Uses of GuestCartProtectionService in com.broadleafcommerce.cartoperation.web.validator
Modifier and TypeMethodDescriptionprotected GuestCartProtectionService
DefaultGuestCartTokenValidator.getGuestCartProtectionService()
ModifierConstructorDescriptionDefaultGuestCartTokenValidator
(GuestCartProtectionService guestCartProtectionService, CartValidationProperties cartValidationProperties)