Uses of Interface
com.broadleafcommerce.cartoperation.service.ItemListItemMergingService
Packages that use ItemListItemMergingService
Package
Description
-
Uses of ItemListItemMergingService in com.broadleafcommerce.cartoperation.service
Classes in com.broadleafcommerce.cartoperation.service that implement ItemListItemMergingServiceModifier and TypeClassDescriptionclass
DefaultItemListItemMergingService<I extends com.broadleafcommerce.cart.client.domain.ItemListItem>
The default implementation of an item list item merging service.Methods in com.broadleafcommerce.cartoperation.service that return ItemListItemMergingServiceModifier and TypeMethodDescriptionprotected ItemListItemMergingService<I>
DefaultItemListItemManagementService.getMergingService()
Constructors in com.broadleafcommerce.cartoperation.service with parameters of type ItemListItemMergingServiceModifierConstructorDescriptionDefaultItemListItemManagementService
(ItemListProvider<com.broadleafcommerce.cart.client.domain.ItemList> itemListProvider, ItemListItemProvider<I> itemProvider, ItemListSecurityService<com.broadleafcommerce.cart.client.domain.ItemListAccessRule> securityService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ItemListItemMergingService<I> mergingService) -
Uses of ItemListItemMergingService in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure with parameters of type ItemListItemMergingServiceModifier and TypeMethodDescription<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)