public class TeamDaoImpl extends HibernateEntityDao<org.squashtest.tm.domain.users.Team> implements CustomTeamDao
entityType| 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) |
collectFromMapList, collectFromMapList, collectFromMapListToSet, collectFromMapListToSet, findAll, findAllByIds, findById, findDescendantIds, findSorted, findSorted, getIdPropertyNameclearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAll, findAllByIds, findByIdclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllpublic 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–2016 Henix, henix.fr. All rights reserved.