org.ow2.dragon.persistence.dao.common
Interface IdentifierDAO

All Superinterfaces:
GenericORMDAO<Identifier,java.lang.String>
All Known Implementing Classes:
IdentifierDAOImpl

public interface IdentifierDAO
extends GenericORMDAO<Identifier,java.lang.String>

Author:
ofabre

Method Summary
 java.util.List<Identifier> loadOrganizationRelatedIdentifierSystems()
          Return a List of Identifier systems related to OrganizationUnit
 
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

loadOrganizationRelatedIdentifierSystems

java.util.List<Identifier> loadOrganizationRelatedIdentifierSystems()
Return a List of Identifier systems related to OrganizationUnit

Returns:
a List of Identifier systems related to OrganizationUnit


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.