public interface CustomTeamDao
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.users.Team> |
findSortedAssociatedTeams(long userId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting paging,
org.squashtest.tm.core.foundation.collection.Filtering filtering)
Will find
Teams associated to concerned user organized with the given pagin and filtering params. |
List<org.squashtest.tm.domain.users.Team> |
findSortedTeams(org.squashtest.tm.core.foundation.collection.PagingAndSorting paging,
org.squashtest.tm.core.foundation.collection.Filtering filtering) |
List<org.squashtest.tm.domain.users.Team> findSortedTeams(org.squashtest.tm.core.foundation.collection.PagingAndSorting paging, org.squashtest.tm.core.foundation.collection.Filtering filtering)
List<org.squashtest.tm.domain.users.Team> findSortedAssociatedTeams(long userId, org.squashtest.tm.core.foundation.collection.PagingAndSorting paging, org.squashtest.tm.core.foundation.collection.Filtering filtering)
Teams associated to concerned user organized with the given pagin and filtering params.userId - : id of the concerned Userpaging - : PagingAndSorting according to which result will be organized.filtering - : Filtering according to which result will be organized.Teams associated to concerned UserCopyright © 2010–2017 Henix, henix.fr. All rights reserved.