Uses of Interface
com.broadleafcommerce.cartoperation.service.provider.ItemListItemProvider
-
-
Uses of ItemListItemProvider in com.broadleafcommerce.cartoperation.service
Methods in com.broadleafcommerce.cartoperation.service that return ItemListItemProvider Modifier and Type Method Description protected ItemListItemProvider<I>
DefaultItemListItemManagementService. getItemProvider()
Constructors in com.broadleafcommerce.cartoperation.service with parameters of type ItemListItemProvider Constructor 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)
-
Uses of ItemListItemProvider in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure that return ItemListItemProvider Modifier and Type Method Description <T extends com.broadleafcommerce.cart.client.domain.ItemListItem>
ItemListItemProvider<T>CartOperationServiceAutoConfiguration. itemListItemProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCartProperties externalCartProperties)
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure with parameters of type ItemListItemProvider 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)
-
Uses of ItemListItemProvider in com.broadleafcommerce.cartoperation.service.provider.external
Classes in com.broadleafcommerce.cartoperation.service.provider.external that implement ItemListItemProvider Modifier and Type Class Description class
ExternalItemListItemProvider<P extends com.broadleafcommerce.cart.client.domain.ItemListItem>
External (HTTP) implementation of an item list item provider.
-