org.ow2.dragon.persistence.dao.common.impl
Class CategoryDAOImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.ow2.dragon.persistence.dao.GenericHibernateDAOImpl<Category,java.lang.String>
              extended by org.ow2.dragon.persistence.dao.common.impl.CategoryDAOImpl
All Implemented Interfaces:
CategoryDAO, GenericORMDAO<Category,java.lang.String>, org.springframework.beans.factory.InitializingBean

public class CategoryDAOImpl
extends GenericHibernateDAOImpl<Category,java.lang.String>
implements CategoryDAO

Author:
ofabre

Field Summary
 
Fields inherited from class org.ow2.dragon.persistence.dao.GenericHibernateDAOImpl
type
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
CategoryDAOImpl()
           
 
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 class org.ow2.dragon.persistence.dao.GenericHibernateDAOImpl
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique, setType
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

CategoryDAOImpl

public CategoryDAOImpl()
Method Detail

loadServiceRelatedCategories

public java.util.List<Category> loadServiceRelatedCategories()
Description copied from interface: CategoryDAO
Return a List of Category related to TechnicalService

Specified by:
loadServiceRelatedCategories in interface CategoryDAO
Returns:
a List of Category related to TechnicalService

loadOrganizationRelatedCategories

public java.util.List<Category> loadOrganizationRelatedCategories()
Description copied from interface: CategoryDAO
Return a List of Category related to OrganizationUnit

Specified by:
loadOrganizationRelatedCategories in interface CategoryDAO
Returns:
a List of Category related to OrganizationUnit

loadEndpointRelatedCategories

public java.util.List<Category> loadEndpointRelatedCategories()
Description copied from interface: CategoryDAO
Return a List of Category related to Endpoint

Specified by:
loadEndpointRelatedCategories in interface CategoryDAO
Returns:
a List of Category related to Endpoint

loadTModelRelatedCategories

public java.util.List<Category> loadTModelRelatedCategories()
Description copied from interface: CategoryDAO
Return a List of Category related to TModel

Specified by:
loadTModelRelatedCategories in interface CategoryDAO
Returns:
a List of Category related to TModel


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.