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> findAllGroups()
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findAllByIdList, findById, flush, persist, persist, remove
 

Method Detail

findAllGroups

List<UsersGroup> findAllGroups()


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.