Interface MarketplaceProductDao

    • Method Detail

      • findAllProductByVendor

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