Class DefaultB2BFlexibleSearchProductSearchService
java.lang.Object
de.hybris.platform.b2bacceleratorservices.search.impl.DefaultB2BFlexibleSearchProductSearchService
- All Implemented Interfaces:
B2BProductSearchService<ProductModel>
@Deprecated(since="6.0",
forRemoval=true)
public class DefaultB2BFlexibleSearchProductSearchService
extends Object
implements B2BProductSearchService<ProductModel>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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.protected B2BProductServiceDeprecated, for removal: This API element is subject to removal in a future version.voidsetB2BProductService(B2BProductService b2BProductService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultB2BFlexibleSearchProductSearchService
public DefaultB2BFlexibleSearchProductSearchService()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
findProductsBySkus
@Deprecated(since="6.0", forRemoval=true) public SearchPageData<ProductModel> findProductsBySkus(Collection<String> skus, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. UseDefaultB2BProductService.getProductsForSkus(Collection, PageableData)instead.Description copied from interface:B2BProductSearchServiceGets all visibleProductModelfor a given collection of SKUs.- Specified by:
findProductsBySkusin interfaceB2BProductSearchService<ProductModel>- Parameters:
skus- collection of product IDspageableData- pagination information- Returns:
- List of paginated
ProductModelobjects
-
setB2BProductService
Deprecated, for removal: This API element is subject to removal in a future version. -
getB2BProductService
Deprecated, for removal: This API element is subject to removal in a future version.
-
DefaultB2BProductServiceinstead.