Uses of Interface
com.broadleafcommerce.cartoperation.service.ItemListItemManagementService
-
-
Uses of ItemListItemManagementService in com.broadleafcommerce.cartoperation.service
Classes in com.broadleafcommerce.cartoperation.service that implement ItemListItemManagementService Modifier and Type Class Description class
DefaultItemListItemManagementService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem>
Default implementation of an item list item management service.Methods in com.broadleafcommerce.cartoperation.service that return ItemListItemManagementService Modifier and Type Method Description protected ItemListItemManagementService<com.broadleafcommerce.cart.client.domain.ItemListItem>
DefaultItemListAddToCartService. getItemService()
protected ItemListItemManagementService<com.broadleafcommerce.cart.client.domain.ItemListItem>
DefaultItemListManagementService. getItemService()
Constructors in com.broadleafcommerce.cartoperation.service with parameters of type ItemListItemManagementService Constructor Description DefaultItemListAddToCartService(ItemListSecurityService<com.broadleafcommerce.cart.client.domain.ItemListAccessRule> securityService, ItemListItemManagementService<com.broadleafcommerce.cart.client.domain.ItemListItem> itemService, CartOperationService cartOpService, ItemListAddToCartProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
DefaultItemListManagementService(com.broadleafcommerce.common.extension.TypeFactory typeFactory, ItemListProvider<L> listProvider, ItemListSecurityService<com.broadleafcommerce.cart.client.domain.ItemListAccessRule> securityService, ItemListItemManagementService<com.broadleafcommerce.cart.client.domain.ItemListItem> itemService)
-
Uses of ItemListItemManagementService in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure that return ItemListItemManagementService Modifier and Type Method Description <T extends com.broadleafcommerce.cart.client.domain.ItemListItem>
ItemListItemManagementService<T>CartOperationServiceAutoConfiguration. itemListItemManagementService(ItemListProvider<com.broadleafcommerce.cart.client.domain.ItemList> itemListProvider, ItemListItemProvider<T> itemListItemProvider, ItemListSecurityService<com.broadleafcommerce.cart.client.domain.ItemListAccessRule> securityService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ItemListItemMergingService<T> mergingService)
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure with parameters of type ItemListItemManagementService Modifier and Type Method Description ItemListAddToCartService
CartOperationServiceAutoConfiguration. itemListAddToCartService(ItemListSecurityService<com.broadleafcommerce.cart.client.domain.ItemListAccessRule> securityService, ItemListItemManagementService<com.broadleafcommerce.cart.client.domain.ItemListItem> itemManagementService, CartOperationService cartOpService, ItemListAddToCartProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
<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 ItemListItemManagementService in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return ItemListItemManagementService Modifier and Type Method Description protected ItemListItemManagementService<I>
ItemListItemOperationEndpoint. getItemService()
Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type ItemListItemManagementService Constructor Description ItemListItemOperationEndpoint(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authUtils, ItemListItemManagementService<I> itemService)
-