Class DefaultMarketplaceProductService
java.lang.Object
de.hybris.platform.marketplaceservices.product.impl.DefaultMarketplaceProductService
- All Implemented Interfaces:
MarketplaceProductService
Default implementation for
VendorService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllProductByVendor(String vendorCode) Get all product by vendorprotected MarketplaceProductDaovoidsetMarketplaceProductDao(MarketplaceProductDao marketplaceProductDao)
-
Constructor Details
-
DefaultMarketplaceProductService
public DefaultMarketplaceProductService()
-
-
Method Details
-
getAllProductByVendor
Description copied from interface:MarketplaceProductServiceGet all product by vendor- Specified by:
getAllProductByVendorin interfaceMarketplaceProductService- Parameters:
vendorCode- code of vendor- Returns:
- list of products belong to given vendor
-
getMarketplaceProductDao
-
setMarketplaceProductDao
-