Uses of Class
com.ibatis.jpetstore.domain.Item

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 LineItem.item
           
private  Item CartItem.item
           
 

Methods in com.ibatis.jpetstore.domain that return Item
 Item Cart.removeItemById(String itemId)
           
 Item LineItem.getItem()
           
 Item CartItem.getItem()
           
 

Methods in com.ibatis.jpetstore.domain with parameters of type Item
 void Cart.addItem(Item item, boolean isInStock)
           
 void LineItem.setItem(Item item)
           
 void CartItem.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)
           
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.