Uses of Class
org.mybatis.jpetstore.domain.Product
Package
Description
-
Uses of Product in org.mybatis.jpetstore.domain
-
Uses of Product in org.mybatis.jpetstore.mapper
Modifier and TypeMethodDescriptionProductMapper.getProductListByCategory
(String categoryId) ProductMapper.searchProductList
(String keywords) -
Uses of Product in org.mybatis.jpetstore.service
Modifier and TypeMethodDescriptionCatalogService.getProductListByCategory
(String categoryId) CatalogService.searchProductList
(String keywords) Search product list. -
Uses of Product in org.mybatis.jpetstore.web.actions
Modifier and TypeMethodDescriptionAccountActionBean.getMyList()
CatalogActionBean.getProductList()