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

All Superinterfaces:
GenericUnifiedDAO<OrganizationUnit,java.lang.String>
All Known Implementing Classes:
OrganizationUnitUnifiedDAOImpl

public interface OrganizationUnitUnifiedDAO
extends GenericUnifiedDAO<OrganizationUnit,java.lang.String>

Author:
ofabre

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.GenericUnifiedDAO
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, remove, save, search, search, searchAndCount, searchEquals, searchLike, searchORMResult, searchORMResult, searchORMResult, searchORMResult, 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.