Uses of Class
org.mybatis.jpetstore.domain.Item
Packages that use Item
Package
Description
-
Uses of Item in org.mybatis.jpetstore.domain
Methods in org.mybatis.jpetstore.domain that return ItemModifier and TypeMethodDescriptionCartItem.getItem()Gets the item.LineItem.getItem()Gets the item.Cart.removeItemById(String itemId) Removes the item by id.Methods in org.mybatis.jpetstore.domain with parameters of type Item -
Uses of Item in org.mybatis.jpetstore.mapper
Methods in org.mybatis.jpetstore.mapper that return ItemMethods in org.mybatis.jpetstore.mapper that return types with arguments of type ItemModifier and TypeMethodDescriptionItemMapper.getItemListByProduct(String productId) Get item list by product. -
Uses of Item in org.mybatis.jpetstore.service
Methods in org.mybatis.jpetstore.service that return ItemMethods in org.mybatis.jpetstore.service that return types with arguments of type ItemModifier and TypeMethodDescriptionCatalogService.getItemListByProduct(String productId) Get item list by product.