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.controllers
Methods in org.mybatis.jpetstore.web.controllers that return types with arguments of type ProductConstructor parameters in org.mybatis.jpetstore.web.controllers with type arguments of type ProductModifierConstructorDescriptionAccountSession(Account account, List<Product> myList, boolean authenticated) Instantiates a new account session.