org.ow2.dragon.persistence.dao.common
Interface CategoryDAO

All Superinterfaces:
GenericORMDAO<Category,java.lang.String>
All Known Implementing Classes:
CategoryDAOImpl

public interface CategoryDAO
extends GenericORMDAO<Category,java.lang.String>

Author:
ofabre

Method Summary
 java.util.List<Category> loadEndpointRelatedCategories()
          Return a List of Category related to Endpoint
 java.util.List<Category> loadOrganizationRelatedCategories()
          Return a List of Category related to OrganizationUnit
 java.util.List<Category> loadServiceRelatedCategories()
          Return a List of Category related to TechnicalService
 java.util.List<Category> loadTModelRelatedCategories()
          Return a List of Category related to TModel
 
Methods inherited from interface org.ow2.dragon.persistence.dao.GenericORMDAO
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique
 

Method Detail

loadServiceRelatedCategories

java.util.List<Category> loadServiceRelatedCategories()
Return a List of Category related to TechnicalService

Returns:
a List of Category related to TechnicalService

loadOrganizationRelatedCategories

java.util.List<Category> loadOrganizationRelatedCategories()
Return a List of Category related to OrganizationUnit

Returns:
a List of Category related to OrganizationUnit

loadEndpointRelatedCategories

java.util.List<Category> loadEndpointRelatedCategories()
Return a List of Category related to Endpoint

Returns:
a List of Category related to Endpoint

loadTModelRelatedCategories

java.util.List<Category> loadTModelRelatedCategories()
Return a List of Category related to TModel

Returns:
a List of Category related to TModel


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.