Uses of Class
catalog.model.businessobject.Category

Packages that use Category
catalog.model.dao   
catalog.model.dao.hibernate   
catalog.model.service   
catalog.model.service.impl   
 

Uses of Category in catalog.model.dao
 

Methods in catalog.model.dao that return Category
 Category CatalogDao.getCategory(java.lang.String id)
          Get category by category id.
 

Uses of Category in catalog.model.dao.hibernate
 

Methods in catalog.model.dao.hibernate that return Category
 Category CatalogDaoHibernateImpl.getCategory(java.lang.String id)
           
 

Uses of Category in catalog.model.service
 

Methods in catalog.model.service that return Category
 Category CatalogService.getCategory(java.lang.String categoryId)
          Get category by id.
 

Uses of Category in catalog.model.service.impl
 

Methods in catalog.model.service.impl that return Category
 Category CatalogServiceImpl.getCategory(java.lang.String id)
           
 Category CachedCatalogServiceImpl.getCategory(java.lang.String id)
           
 



Copyright (c) 2004 The JCatalog Project.