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()
LineItem.getItem()
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 Item -
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 Item -
Uses of Item in org.mybatis.jpetstore.web.actions
Methods in org.mybatis.jpetstore.web.actions that return ItemMethods in org.mybatis.jpetstore.web.actions that return types with arguments of type ItemMethods in org.mybatis.jpetstore.web.actions with parameters of type ItemMethod parameters in org.mybatis.jpetstore.web.actions with type arguments of type Item