|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
com.ibatis.jpetstore.domain | |
com.ibatis.jpetstore.persistence.iface | |
com.ibatis.jpetstore.persistence.sqlmapdao | |
com.ibatis.jpetstore.presentation | |
com.ibatis.jpetstore.service |
Uses of Item in com.ibatis.jpetstore.domain |
Fields in com.ibatis.jpetstore.domain declared as Item | |
private Item |
CartItem.item
|
private Item |
LineItem.item
|
Methods in com.ibatis.jpetstore.domain that return Item | |
Item |
Cart.removeItemById(String itemId)
|
Item |
CartItem.getItem()
|
Item |
LineItem.getItem()
|
Methods in com.ibatis.jpetstore.domain with parameters of type Item | |
void |
Cart.addItem(Item item,
boolean isInStock)
|
void |
CartItem.setItem(Item item)
|
void |
LineItem.setItem(Item item)
|
Uses of Item in com.ibatis.jpetstore.persistence.iface |
Methods in com.ibatis.jpetstore.persistence.iface that return Item | |
Item |
ItemDao.getItem(String itemId)
|
Uses of Item in com.ibatis.jpetstore.persistence.sqlmapdao |
Methods in com.ibatis.jpetstore.persistence.sqlmapdao that return Item | |
Item |
ItemSqlMapDao.getItem(String itemId)
|
Uses of Item in com.ibatis.jpetstore.presentation |
Fields in com.ibatis.jpetstore.presentation declared as Item | |
private Item |
CatalogBean.item
|
Methods in com.ibatis.jpetstore.presentation that return Item | |
Item |
CatalogBean.getItem()
|
Methods in com.ibatis.jpetstore.presentation with parameters of type Item | |
void |
CatalogBean.setItem(Item item)
|
Uses of Item in com.ibatis.jpetstore.service |
Methods in com.ibatis.jpetstore.service that return Item | |
Item |
CatalogService.getItem(String itemId)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |