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

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

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

Methods in com.ibatis.jpetstore.persistence.iface that return Category
 Category CategoryDao.getCategory(String categoryId)
           
 

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

Methods in com.ibatis.jpetstore.persistence.sqlmapdao that return Category
 Category CategorySqlMapDao.getCategory(String categoryId)
           
 

Uses of Category in com.ibatis.jpetstore.presentation
 

Fields in com.ibatis.jpetstore.presentation declared as Category
private  Category CatalogBean.category
           
 

Methods in com.ibatis.jpetstore.presentation that return Category
 Category CatalogBean.getCategory()
           
 

Methods in com.ibatis.jpetstore.presentation with parameters of type Category
 void CatalogBean.setCategory(Category category)
           
 

Uses of Category in com.ibatis.jpetstore.service
 

Methods in com.ibatis.jpetstore.service that return Category
 Category CatalogService.getCategory(String categoryId)
           
 



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