Uses of Class
org.ow2.dragon.persistence.bo.common.Category

Packages that use Category
org.ow2.dragon.persistence.bo.common   
org.ow2.dragon.persistence.dao.common   
org.ow2.dragon.persistence.dao.common.impl   
org.ow2.dragon.service   
 

Uses of Category in org.ow2.dragon.persistence.bo.common
 

Methods in org.ow2.dragon.persistence.bo.common that return Category
 Category CategoryValue.getCategory()
           
 

Methods in org.ow2.dragon.persistence.bo.common with parameters of type Category
 void CategoryValue.setCategory(Category category)
           
 

Uses of Category in org.ow2.dragon.persistence.dao.common
 

Methods in org.ow2.dragon.persistence.dao.common that return types with arguments of type Category
 java.util.List<Category> CategoryDAO.loadEndpointRelatedCategories()
          Return a List of Category related to Endpoint
 java.util.List<Category> CategoryDAO.loadOrganizationRelatedCategories()
          Return a List of Category related to OrganizationUnit
 java.util.List<Category> CategoryDAO.loadServiceRelatedCategories()
          Return a List of Category related to TechnicalService
 java.util.List<Category> CategoryDAO.loadTModelRelatedCategories()
          Return a List of Category related to TModel
 

Uses of Category in org.ow2.dragon.persistence.dao.common.impl
 

Methods in org.ow2.dragon.persistence.dao.common.impl that return types with arguments of type Category
 java.util.List<Category> CategoryDAOImpl.loadEndpointRelatedCategories()
           
 java.util.List<Category> CategoryDAOImpl.loadOrganizationRelatedCategories()
           
 java.util.List<Category> CategoryDAOImpl.loadServiceRelatedCategories()
           
 java.util.List<Category> CategoryDAOImpl.loadTModelRelatedCategories()
           
 

Uses of Category in org.ow2.dragon.service
 

Methods in org.ow2.dragon.service with parameters of type Category
 CategoryTO TransfertObjectAssembler.toCategoryTO(Category categoryBO)
           
 CategoryTO TransfertObjectAssemblerImpl.toCategoryTO(Category categoryBO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.