org.squashtest.csp.tm.internal.repository
Interface UsersGroupDao

All Superinterfaces:
EntityDao<UsersGroup>
All Known Implementing Classes:
HibernateUsersGroupDao

public interface UsersGroupDao
extends EntityDao<UsersGroup>


Method Summary
 List<UsersGroup> findAllGroupsOrderedByQualifiedName()
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findAll, findAllByIds, findById, flush, persist, persist, remove
 

Method Detail

findAllGroupsOrderedByQualifiedName

List<UsersGroup> findAllGroupsOrderedByQualifiedName()
Returns:
all UsersGroups with no restriction, ordered by UsersGroup.getQualifiedName()


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.