org.ow2.dragon.persistence.dao.organization
Interface OrganizationUnitDAO

All Superinterfaces:
GenericORMDAO<OrganizationUnit,java.lang.String>
All Known Implementing Classes:
OrganizationUnitDAOImpl

public interface OrganizationUnitDAO
extends GenericORMDAO<OrganizationUnit,java.lang.String>

Author:
ofabre - eBM WebSourcing

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 interface org.ow2.dragon.persistence.dao.GenericORMDAO
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique
 

Method Detail

getOrgUnitByNameAndCity

OrganizationUnit getOrgUnitByNameAndCity(java.lang.String name,
                                         java.lang.String city)

getOrgAndChildren

java.util.List<OrganizationUnit> getOrgAndChildren(java.lang.String initialOrgId)

getAllWithoutMeAndMyChildren

java.util.List<OrganizationUnit> getAllWithoutMeAndMyChildren(java.lang.String initialOrgId)
                                                              throws DAOLayerException
Throws:
DAOLayerException


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.