Interface ProductMapper
public interface ProductMapper
The Interface ProductMapper.
- Author:
- Eduardo Macarron
-
Method Summary
Modifier and TypeMethodDescriptiongetProduct(String productId) Get product.getProductListByCategory(String categoryId) Get product list by category.searchProductList(String keywords) Search product list.
-
Method Details
-
getProductListByCategory
-
getProduct
-
searchProductList
-