public class ProjectDaoImpl extends HibernateEntityDao<org.squashtest.tm.domain.project.Project> implements CustomProjectDao
entityManager, entityType| Constructor and Description |
|---|
ProjectDaoImpl() |
| 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) |
findAll, findAllByIds, findById, findDescendantIds, getIdPropertyNamecurrentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntitypublic 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–2017 Henix, henix.fr. All rights reserved.