Uses of Interface
com.broadleafcommerce.cartoperation.service.GuestCartProtectionService
Packages that use GuestCartProtectionService
Package
Description
-
Uses of GuestCartProtectionService in com.broadleafcommerce.cartoperation.service
Classes in com.broadleafcommerce.cartoperation.service that implement GuestCartProtectionServiceModifier 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
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return GuestCartProtectionServiceModifier and TypeMethodDescriptionprotected GuestCartProtectionService
CheckoutCartEndpoint.getGuestCartProtectionService()
protected GuestCartProtectionService
ManageCartEndpoint.getGuestCartProtectionService()
Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type GuestCartProtectionServiceModifierConstructorDescriptionCheckoutCartEndpoint
(CartResolverService cartResolverService, CartOperationService cartOperationService, CartVersionValidationService cartVersionValidationService, GuestCartProtectionService guestCartProtectionService, GuestCartTokenValidator guestCartTokenValidator, CartValidationProperties cartValidationProperties, CheckoutService checkoutService, FulfillmentPricingService fulfillmentPricingService) ManageCartEndpoint
(CartResolverService cartResolverService, CartOperationService cartOperationService, CartTransferService cartTransferService, CartVersionValidationService cartVersionValidationService, GuestCartProtectionService guestCartProtectionService, GuestCartTokenValidator guestCartTokenValidator, ItemListAddToCartService itemListAddToCartService) -
Uses of GuestCartProtectionService in com.broadleafcommerce.cartoperation.web.validator
Methods in com.broadleafcommerce.cartoperation.web.validator that return GuestCartProtectionServiceModifier and TypeMethodDescriptionprotected GuestCartProtectionService
DefaultGuestCartTokenValidator.getGuestCartProtectionService()
Constructors in com.broadleafcommerce.cartoperation.web.validator with parameters of type GuestCartProtectionServiceModifierConstructorDescriptionDefaultGuestCartTokenValidator
(GuestCartProtectionService guestCartProtectionService, CartValidationProperties cartValidationProperties)