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) ProductMapper.searchProductList(String keywords) -
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) 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()CatalogActionBean.getProductList()Methods in org.mybatis.jpetstore.web.actions with parameters of type ProductMethod parameters in org.mybatis.jpetstore.web.actions with type arguments of type Product