Uses of Interface
com.broadleafcommerce.cartoperation.service.provider.ItemListProvider
Packages that use ItemListProvider
Package
Description
-
Uses of ItemListProvider in com.broadleafcommerce.cartoperation.service
Methods in com.broadleafcommerce.cartoperation.service that return ItemListProviderModifier and TypeMethodDescriptionprotected ItemListProvider<com.broadleafcommerce.cart.client.domain.ItemList>
DefaultItemListItemManagementService.getItemListProvider()
protected ItemListProvider<L>
DefaultItemListManagementService.getListProvider()
Constructors in com.broadleafcommerce.cartoperation.service with parameters of type ItemListProviderModifierConstructorDescriptionDefaultItemListItemManagementService
(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 ItemListProviderModifier and TypeMethodDescription<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 ItemListProviderModifier 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) <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 ItemListProviderModifier and TypeClassDescriptionclass
ExternalItemListProvider<P extends com.broadleafcommerce.cart.client.domain.ItemList>
External (HTTP) implementation of an item list provider.