Interface ProductMapper


public interface ProductMapper
The Interface ProductMapper.
Author:
Eduardo Macarron
  • Method Details

    • getProductListByCategory

      List<Product> getProductListByCategory(String categoryId)
      Get product list by category.
      Parameters:
      categoryId - the category id
      Returns:
      the list
    • getProduct

      Product getProduct(String productId)
      Get product.
      Parameters:
      productId - the product id
      Returns:
      the product
    • searchProductList

      List<Product> searchProductList(String keywords)
      Search product list.
      Parameters:
      keywords - the keywords
      Returns:
      the list