Package com.broadleafcommerce.cartoperation.service
@NonNullApi
package com.broadleafcommerce.cartoperation.service
- Author:
- Chad Harchar (charchar)
-
ClassDescriptionAn abstract implementation for an item merging service.Represents an
AddItemRequest
that failed due to either an inability to identify the Product that is being added to cart or the request does not specify all required attributes for the ProductThe response object used when multiple items are added to the cart simultaneously, including the updated cart & a collection of any individual add to cart failures.The service for retrieving the submittedCarts
and any related data if requested.Enumerations to drive configuration errors for cart items.CartItemMergingService<I extends com.broadleafcommerce.cart.client.domain.CartItem>Item merging service for Carts and Cart Items.Service for orchestrating the different workflows on various cart operations.Contains properties for bulk add to cart operations from the API.Properties related to the cart approval flow.Properties related to access control of item lists.Contains properties that determine whether certain operations from the API cause prices to be invalidated.The interface used for resolving in-progressCarts
.Service used for validating the version of aCart
for reads and updates within this service.DefaultCartItemMergingService<I extends com.broadleafcommerce.cart.client.domain.CartItem>The default implementation of a cart item merging service.The default implementation ofCartVersionValidationService
that usesCartValidationProperties
to decide whether or not to validate cart versions within this service.Default implementation ofGuestCartProtectionService
that clears typical customer information and utilizesCartProvider
for storing guest tokens.DefaultItemListItemManagementService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem>Default implementation of an item list item management service.DefaultItemListItemMergingService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem>The default implementation of an item list item merging service.DefaultItemListManagementService<L extends com.broadleafcommerce.cart.client.domain.ItemList>Default implementation of an item list management service.DefaultItemListSecurityService<R extends com.broadleafcommerce.cart.client.domain.ItemListAccessRule>Default implementation of an item list security service.The default implementation forStaleCartItemsService
.Interface for a service that is used for protecting customer information within guest carts.A generator ofGuestToken
.Service for addingItemList(s)
to the cartItemListItemManagementService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem>Service responsible for managing actions to item list items.ItemListItemMergingService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem>Item merging service for Item Lists and Item List Items.ItemListManagementService<L extends com.broadleafcommerce.cart.client.domain.ItemList>Service responsible for managing actions to item lists.ItemListSecurityService<R extends com.broadleafcommerce.cart.client.domain.ItemListAccessRule>Manages security/access-control for item lists.ItemMergingService<C,I> Service for handling merges of similar items within some container.Service for removing theCartItems
from the cart if the appropriate product doesn't exist.An implementation ofGuestTokenGenerator
that usesULID
to generate the token string.