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

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<Identifier,java.lang.String>
              extended by org.ow2.dragon.persistence.dao.common.impl.IdentifierDAOImpl
All Implemented Interfaces:
IdentifierDAO, GenericORMDAO<Identifier,java.lang.String>, org.springframework.beans.factory.InitializingBean

public class IdentifierDAOImpl
extends GenericHibernateDAOImpl<Identifier,java.lang.String>
implements IdentifierDAO

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
IdentifierDAOImpl()
           
 
Method Summary
 java.util.List<Identifier> loadOrganizationRelatedIdentifierSystems()
          Return a List of Identifier systems related to OrganizationUnit
 
Methods inherited from class org.ow2.dragon.persistence.dao.GenericHibernateDAOImpl
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, 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, save, search, searchAndCount, searchEquals, searchLike, searchUnique
 

Constructor Detail

IdentifierDAOImpl

public IdentifierDAOImpl()
Method Detail

loadOrganizationRelatedIdentifierSystems

public java.util.List<Identifier> loadOrganizationRelatedIdentifierSystems()
Description copied from interface: IdentifierDAO
Return a List of Identifier systems related to OrganizationUnit

Specified by:
loadOrganizationRelatedIdentifierSystems in interface IdentifierDAO
Returns:
a List of Identifier systems related to OrganizationUnit


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.