Uses of Class
org.mybatis.jpetstore.domain.Product
Packages that use Product
Package
Description
-
Uses of Product in org.mybatis.jpetstore.domain
Methods in org.mybatis.jpetstore.domain that return ProductMethods in org.mybatis.jpetstore.domain with parameters of type Product -
Uses of Product in org.mybatis.jpetstore.mapper
Methods in org.mybatis.jpetstore.mapper that return ProductMethods in org.mybatis.jpetstore.mapper that return types with arguments of type ProductModifier and TypeMethodDescriptionProductMapper.getProductListByCategory(String categoryId) Get product list by category.ProductMapper.searchProductList(String keywords) Search product list. -
Uses of Product in org.mybatis.jpetstore.service
Methods in org.mybatis.jpetstore.service that return ProductMethods in org.mybatis.jpetstore.service that return types with arguments of type ProductModifier and TypeMethodDescriptionCatalogService.getProductListByCategory(String categoryId) Get product list by category.CatalogService.searchProductList(String keywords) Search product list. -
Uses of Product in org.mybatis.jpetstore.web.actions
Methods in org.mybatis.jpetstore.web.actions that return ProductMethods in org.mybatis.jpetstore.web.actions that return types with arguments of type ProductModifier and TypeMethodDescriptionAccountActionBean.getMyList()Gets the my list.CatalogActionBean.getProductList()Gets the product list.Methods in org.mybatis.jpetstore.web.actions with parameters of type ProductModifier and TypeMethodDescriptionvoidCatalogActionBean.setProduct(Product product) Sets the product.Method parameters in org.mybatis.jpetstore.web.actions with type arguments of type Product