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

Packages that use Product
com.ibatis.jpetstore.domain   
com.ibatis.jpetstore.persistence.iface   
com.ibatis.jpetstore.persistence.sqlmapdao   
com.ibatis.jpetstore.presentation   
com.ibatis.jpetstore.service   
 

Uses of Product in com.ibatis.jpetstore.domain
 

Fields in com.ibatis.jpetstore.domain declared as Product
private  Product Item.product
           
 

Methods in com.ibatis.jpetstore.domain that return Product
 Product Item.getProduct()
           
 

Methods in com.ibatis.jpetstore.domain with parameters of type Product
 void Item.setProduct(Product product)
           
 

Uses of Product in com.ibatis.jpetstore.persistence.iface
 

Methods in com.ibatis.jpetstore.persistence.iface that return Product
 Product ProductDao.getProduct(String productId)
           
 

Uses of Product in com.ibatis.jpetstore.persistence.sqlmapdao
 

Methods in com.ibatis.jpetstore.persistence.sqlmapdao that return Product
 Product ProductSqlMapDao.getProduct(String productId)
           
 

Uses of Product in com.ibatis.jpetstore.presentation
 

Fields in com.ibatis.jpetstore.presentation declared as Product
private  Product CatalogBean.product
           
 

Methods in com.ibatis.jpetstore.presentation that return Product
 Product CatalogBean.getProduct()
           
 

Methods in com.ibatis.jpetstore.presentation with parameters of type Product
 void CatalogBean.setProduct(Product product)
           
 

Uses of Product in com.ibatis.jpetstore.service
 

Methods in com.ibatis.jpetstore.service that return Product
 Product CatalogService.getProduct(String productId)
           
 



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