Uses of Interface
com.broadleafcommerce.cartoperation.service.GuestCartProtectionService
-
-
Uses of GuestCartProtectionService in com.broadleafcommerce.cartoperation.service
Classes in com.broadleafcommerce.cartoperation.service that implement GuestCartProtectionService Modifier and Type Class Description classDefaultGuestCartProtectionServiceDefault 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 GuestCartProtectionService Modifier and Type Method Description protected GuestCartProtectionServiceCheckoutCartEndpoint. getGuestCartProtectionService()protected GuestCartProtectionServiceManageCartEndpoint. getGuestCartProtectionService()Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type GuestCartProtectionService Constructor Description CheckoutCartEndpoint(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 GuestCartProtectionService Modifier and Type Method Description protected GuestCartProtectionServiceDefaultGuestCartTokenValidator. getGuestCartProtectionService()Constructors in com.broadleafcommerce.cartoperation.web.validator with parameters of type GuestCartProtectionService Constructor Description DefaultGuestCartTokenValidator(GuestCartProtectionService guestCartProtectionService, CartValidationProperties cartValidationProperties)
-