org.squashtest.tm.service.internal.repository.hibernate
@Repository(value="CustomProjectDao") public class HibernateProjectDao extends HibernateEntityDao<org.squashtest.tm.domain.project.Project> implements CustomProjectDao
entityType| Constructor and Description |
|---|
HibernateProjectDao() |
| Modifier and Type | Method and Description |
|---|---|
long |
countNonFoldersInProject(long projectId) |
List<String> |
findUsersWhoCreatedRequirementVersions(List<Long> projectIds) |
List<String> |
findUsersWhoCreatedTestCases(List<Long> projectIds) |
List<String> |
findUsersWhoModifiedRequirementVersions(List<Long> projectIds) |
List<String> |
findUsersWhoModifiedTestCases(List<Long> projectIds) |
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, waitclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllpublic long countNonFoldersInProject(long projectId)
countNonFoldersInProject in interface CustomProjectDaopublic List<String> findUsersWhoCreatedTestCases(List<Long> projectIds)
findUsersWhoCreatedTestCases in interface CustomProjectDaopublic List<String> findUsersWhoModifiedTestCases(List<Long> projectIds)
findUsersWhoModifiedTestCases in interface CustomProjectDaopublic List<String> findUsersWhoCreatedRequirementVersions(List<Long> projectIds)
findUsersWhoCreatedRequirementVersions in interface CustomProjectDaopublic List<String> findUsersWhoModifiedRequirementVersions(List<Long> projectIds)
findUsersWhoModifiedRequirementVersions in interface CustomProjectDaoCopyright © 2010-2014 Henix, henix.fr. All Rights Reserved.