Uses of Interface
com.broadleafcommerce.cartoperation.service.ItemListManagementService
Package
Description
-
Uses of ItemListManagementService in com.broadleafcommerce.cartoperation.service
Modifier and TypeClassDescriptionclass
DefaultItemListManagementService<L extends com.broadleafcommerce.cart.client.domain.ItemList>
Default implementation of an item list management service. -
Uses of ItemListManagementService in com.broadleafcommerce.cartoperation.service.autoconfigure
Modifier and TypeMethodDescription<T extends com.broadleafcommerce.cart.client.domain.ItemList>
ItemListManagementService<T>CartOperationServiceAutoConfiguration.itemListManagementService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, ItemListProvider<T> listProvider, ItemListSecurityService<com.broadleafcommerce.cart.client.domain.ItemListAccessRule> securityService, ItemListItemManagementService<com.broadleafcommerce.cart.client.domain.ItemListItem> itemManagementService) -
Uses of ItemListManagementService in com.broadleafcommerce.cartoperation.web.endpoint
Modifier and TypeMethodDescriptionprotected ItemListManagementService<L>
ItemListOperationEndpoint.getListService()
ModifierConstructorDescriptionItemListOperationEndpoint
(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authUtils, ItemListManagementService<L> listService, ItemListAddToCartService addToCartService)