Interface MarketplaceProductDao

All Superinterfaces:
Dao
All Known Implementing Classes:
DefaultMarketplaceProductDao

public interface MarketplaceProductDao extends Dao
Dao to find order related data
  • Method Details

    • findAllProductByVendor

      List<ProductModel> findAllProductByVendor(String vendorCode)
      Find all product by vendor
      Parameters:
      VendorModel - vendor
      Returns:
      list of products belong to given vendor