Class DefaultB2BProductService
java.lang.Object
de.hybris.platform.b2bacceleratorservices.product.impl.DefaultB2BProductService
- All Implemented Interfaces:
B2BProductService
Default implementation of the
B2BProductService interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindProductsForSkus(Collection<String> skus, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.protected PagedB2BProductDao<ProductModel>getProductsForSkus(Collection<String> skus, PageableData pageableData) Gets all visibleProductModelfor a given collection of skus.voidsetPagedB2BProductDao(PagedB2BProductDao<ProductModel> pagedB2BProductDao)
-
Constructor Details
-
DefaultB2BProductService
public DefaultB2BProductService()
-
-
Method Details
-
findProductsForSkus
@Deprecated(since="6.0", forRemoval=true) public SearchPageData<ProductModel> findProductsForSkus(Collection<String> skus, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0. UsegetProductsForSkus(Collection, PageableData)instead.Description copied from interface:B2BProductServiceGets all visibleProductModelfor a given collection of skus.- Specified by:
findProductsForSkusin interfaceB2BProductService- Parameters:
skus- String collection of product idspageableData- Pagination information- Returns:
- List of paginated
ProductModelobjects
-
getProductsForSkus
public SearchPageData<ProductModel> getProductsForSkus(Collection<String> skus, PageableData pageableData) Description copied from interface:B2BProductServiceGets all visibleProductModelfor a given collection of skus.- Specified by:
getProductsForSkusin interfaceB2BProductService- Parameters:
skus- String collection of product idspageableData- Pagination information- Returns:
- List of paginated
ProductModelobjects
-
setPagedB2BProductDao
-
getPagedB2BProductDao
-