| Modifier and Type | Method and Description | 
|---|---|
protected ItemListItemProvider<I> | 
DefaultItemListItemManagementService.getItemProvider()  | 
| Constructor and Description | 
|---|
DefaultItemListItemManagementService(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)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends com.broadleafcommerce.cart.client.domain.ItemListItem> | 
CartOperationServiceAutoConfiguration.itemListItemProvider(org.springframework.web.reactive.function.client.WebClient webClient,
                    com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                    com.broadleafcommerce.common.extension.TypeFactory typeFactory,
                    ExternalCartProperties externalCartProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends com.broadleafcommerce.cart.client.domain.ItemListItem> | 
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)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExternalItemListItemProvider<P extends com.broadleafcommerce.cart.client.domain.ItemListItem>
External (HTTP) implementation of an item list item provider. 
 | 
Copyright © 2021. All rights reserved.