Uses of Interface
com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
-
-
Uses of ItemListProvider in com.broadleafcommerce.cartoperation.service
Methods in com.broadleafcommerce.cartoperation.service that return ItemListProvider Modifier and Type Method Description protected ItemListProvider<com.broadleafcommerce.cart.client.domain.ItemList>
DefaultItemListItemManagementService. getItemListProvider()
protected ItemListProvider<L>
DefaultItemListManagementService. getListProvider()
Constructors in com.broadleafcommerce.cartoperation.service with parameters of type ItemListProvider 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)
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 ItemListProvider in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure that return ItemListProvider Modifier and Type Method Description <T extends com.broadleafcommerce.cart.client.domain.ItemList>
ItemListProvider<T>CartOperationServiceAutoConfiguration. itemListProvider(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 ItemListProvider 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)
<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 ItemListProvider in com.broadleafcommerce.cartoperation.service.provider.external
Classes in com.broadleafcommerce.cartoperation.service.provider.external that implement ItemListProvider Modifier and Type Class Description class
ExternalItemListProvider<P extends com.broadleafcommerce.cart.client.domain.ItemList>
External (HTTP) implementation of an item list provider.
-