Interface MarketplaceProductDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultMarketplaceProductDao
Dao to find order related data
-
Method Summary
Modifier and TypeMethodDescriptionfindAllProductByVendor(String vendorCode) Find all product by vendor
-
Method Details
-
findAllProductByVendor
Find all product by vendor- Parameters:
VendorModel- vendor- Returns:
- list of products belong to given vendor
-