Uses of Class
com.broadleafcommerce.dataexchange.domain.product.ProductList
Packages that use ProductList
Package
Description
-
Uses of ProductList in com.broadleafcommerce.dataexchange.service.provider
Methods in com.broadleafcommerce.dataexchange.service.provider that return ProductListModifier and TypeMethodDescriptionCatalogProvider.readProducts
(List<T1> requestedProducts, BatchContext<?> batchContext) Fetches a list of Products based on externalId, SKU, or URI.CatalogProvider.readProducts
(org.springframework.util.MultiValueMap<String, String> params, BatchContext<?> context) -
Uses of ProductList in com.broadleafcommerce.dataexchange.service.provider.external
Methods in com.broadleafcommerce.dataexchange.service.provider.external that return ProductListModifier and TypeMethodDescriptionprotected ProductList<T1>
ExternalCatalogProvider.emptyProductList()
ExternalCatalogProvider.readProducts
(List<T1> requestedProducts, BatchContext<?> batchContext) ExternalCatalogProvider.readProducts
(org.springframework.util.MultiValueMap<String, String> params, BatchContext<?> batchContext) -
Uses of ProductList in com.broadleafcommerce.dataexchange.web.endpoint
Methods in com.broadleafcommerce.dataexchange.web.endpoint that return ProductListModifier and TypeMethodDescriptionComprehensiveProductExchangeEndpoint.createProducts
(ProductList<ComprehensiveProduct> products, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected ProductList<ComprehensiveProduct>
ComprehensiveProductExchangeEndpoint.getProductList()
ComprehensiveProductExchangeEndpoint.updateProducts
(ProductList<ComprehensiveProduct> products, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.dataexchange.web.endpoint with parameters of type ProductListModifier and TypeMethodDescriptionComprehensiveProductExchangeEndpoint.createProducts
(ProductList<ComprehensiveProduct> products, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ComprehensiveProductExchangeEndpoint.updateProducts
(ProductList<ComprehensiveProduct> products, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)