public class TeamDaoImpl extends Object implements CustomTeamDao
| Constructor and Description |
|---|
TeamDaoImpl() |
| 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 filter) |
public List<org.squashtest.tm.domain.users.Team> findSortedTeams(org.squashtest.tm.core.foundation.collection.PagingAndSorting paging, org.squashtest.tm.core.foundation.collection.Filtering filter)
findSortedTeams in interface CustomTeamDaopublic 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)
CustomTeamDaoTeams associated to concerned user organized with the given pagin and filtering params.findSortedAssociatedTeams in interface CustomTeamDaouserId - : 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 UserCustomTeamDao.findSortedAssociatedTeams(long, PagingAndSorting, Filtering)Copyright © 2010–2017 Henix, henix.fr. All rights reserved.