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 TypeClassDescriptionclassDefault implementation ofGuestCartProtectionServicethat clears typical customer information and utilizesCartProviderfor storing guest tokens. -
Uses of GuestCartProtectionService in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return GuestCartProtectionServiceModifier and TypeMethodDescriptionprotected GuestCartProtectionServiceCheckoutCartEndpoint.getGuestCartProtectionService()protected GuestCartProtectionServiceManageCartEndpoint.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, 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
Methods in com.broadleafcommerce.cartoperation.web.validator that return GuestCartProtectionServiceModifier and TypeMethodDescriptionprotected GuestCartProtectionServiceDefaultGuestCartTokenValidator.getGuestCartProtectionService()Constructors in com.broadleafcommerce.cartoperation.web.validator with parameters of type GuestCartProtectionServiceModifierConstructorDescriptionDefaultGuestCartTokenValidator(GuestCartProtectionService guestCartProtectionService, CartValidationProperties cartValidationProperties)