Interface B2BProductSearchService<T extends ProductModel>
- Type Parameters:
T- type of item to be searched that extendsProductModel.
- All Known Implementing Classes:
DefaultB2BFlexibleSearchProductSearchService
@Deprecated(since="6.0",
forRemoval=true)
public interface B2BProductSearchService<T extends ProductModel>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionfindProductsBySkus(Collection<String> skus, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.
-
Method Details
-
findProductsBySkus
@Deprecated(since="6.0", forRemoval=true) SearchPageData<T> findProductsBySkus(Collection<String> skus, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. UseB2BProductService.getProductsForSkus(Collection, PageableData)instead.Gets all visibleProductModelfor a given collection of SKUs.- Parameters:
skus- collection of product IDspageableData- pagination information- Returns:
- List of paginated
ProductModelobjects
-
B2BProductServiceinstead.