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

All Superinterfaces:
EntityDao<org.squashtest.tm.domain.users.UsersGroup>, GenericDao<org.squashtest.tm.domain.users.UsersGroup>
All Known Implementing Classes:
HibernateUsersGroupDao

public interface UsersGroupDao
extends EntityDao<org.squashtest.tm.domain.users.UsersGroup>


Method Summary
 List<org.squashtest.tm.domain.users.UsersGroup> findAllGroupsOrderedByQualifiedName()
           
 org.squashtest.tm.domain.users.UsersGroup findByQualifiedName(String qualifiedName)
           
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.EntityDao
findAll, findAllByIds, findById
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.GenericDao
clearFromCache, clearFromCache, flush, persist, persist, remove, removeAll
 

Method Detail

findAllGroupsOrderedByQualifiedName

List<org.squashtest.tm.domain.users.UsersGroup> findAllGroupsOrderedByQualifiedName()
Returns:
all UsersGroups with no restriction, ordered by UsersGroup.getQualifiedName()

findByQualifiedName

org.squashtest.tm.domain.users.UsersGroup findByQualifiedName(String qualifiedName)


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