org.ow2.dragon.persistence.dao.organization.unified
Class OrganizationUnitUnifiedDAOImpl

java.lang.Object
  extended by org.ow2.dragon.persistence.dao.GenericHibernateCompassDAOImpl<OrganizationUnit,java.lang.String>
      extended by org.ow2.dragon.persistence.dao.organization.unified.OrganizationUnitUnifiedDAOImpl
All Implemented Interfaces:
GenericUnifiedDAO<OrganizationUnit,java.lang.String>, OrganizationUnitUnifiedDAO

public class OrganizationUnitUnifiedDAOImpl
extends GenericHibernateCompassDAOImpl<OrganizationUnit,java.lang.String>
implements OrganizationUnitUnifiedDAO

Author:
ofabre

Constructor Summary
OrganizationUnitUnifiedDAOImpl()
           
 
Method Summary
 java.util.List<OrganizationUnit> getAllWithoutMeAndMyChildren(java.lang.String initialOrgId)
           
 java.util.List<OrganizationUnit> getOrgAndChildren(java.lang.String initialOrgId)
           
 OrganizationUnit getOrgUnitByNameAndCity(java.lang.String name, java.lang.String city)
           
 
Methods inherited from class org.ow2.dragon.persistence.dao.GenericHibernateCompassDAOImpl
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getGenericORMDAO, getGenericOSEMDAO, remove, save, search, search, searchAndCount, searchEquals, searchLike, searchORMResult, searchORMResult, searchORMResult, searchORMResult, searchUnique, setGenericORMDAO, setGenericOSEMDAO
 
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.GenericUnifiedDAO
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, remove, save, search, search, searchAndCount, searchEquals, searchLike, searchORMResult, searchORMResult, searchORMResult, searchORMResult, searchUnique
 

Constructor Detail

OrganizationUnitUnifiedDAOImpl

public OrganizationUnitUnifiedDAOImpl()
Method Detail

getOrgUnitByNameAndCity

public OrganizationUnit getOrgUnitByNameAndCity(java.lang.String name,
                                                java.lang.String city)
Specified by:
getOrgUnitByNameAndCity in interface OrganizationUnitUnifiedDAO

getAllWithoutMeAndMyChildren

public java.util.List<OrganizationUnit> getAllWithoutMeAndMyChildren(java.lang.String initialOrgId)
                                                              throws DAOLayerException
Specified by:
getAllWithoutMeAndMyChildren in interface OrganizationUnitUnifiedDAO
Throws:
DAOLayerException

getOrgAndChildren

public java.util.List<OrganizationUnit> getOrgAndChildren(java.lang.String initialOrgId)
Specified by:
getOrgAndChildren in interface OrganizationUnitUnifiedDAO


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.