Uses of Class
com.broadleafcommerce.cartoperation.domain.ProductList
-
-
Uses of ProductList in com.broadleafcommerce.cartoperation.service
Methods in com.broadleafcommerce.cartoperation.service with parameters of type ProductList Modifier and Type Method Description com.broadleafcommerce.cart.client.domain.CartDefaultStaleCartItemsService. removeStaleCartItems(com.broadleafcommerce.cart.client.domain.Cart cart, ProductList productList, boolean price, boolean updateCart, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)com.broadleafcommerce.cart.client.domain.CartStaleCartItemsService. removeStaleCartItems(com.broadleafcommerce.cart.client.domain.Cart cart, ProductList productList, boolean price, boolean updateCart, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Removes theCartItemsfrom the cart if the appropriate product doesn't exist and creates theCartAlertabout removed items. -
Uses of ProductList in com.broadleafcommerce.cartoperation.service.pricing
Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type ProductList Modifier and Type Method Description protected com.broadleafcommerce.cart.client.domain.CartDefaultCartPricingService. applyPricesToCart(com.broadleafcommerce.cart.client.domain.Cart cart, ProductList productList) -
Uses of ProductList in com.broadleafcommerce.cartoperation.service.provider
Methods in com.broadleafcommerce.cartoperation.service.provider that return ProductList Modifier and Type Method Description ProductListCatalogProvider. retrieveProducts(Collection<String> productIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Retrieve the products for the context information provided. -
Uses of ProductList in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return ProductList Modifier and Type Method Description ProductListExternalCatalogProvider. retrieveProducts(Collection<String> productIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-