org.squashtest.tm.service.internal.repository
Interface CustomProjectDao
- All Known Subinterfaces:
- ProjectDao
- All Known Implementing Classes:
- HibernateProjectDao
public interface CustomProjectDao
- Author:
- Gregory Fouquet
countNonFoldersInProject
long countNonFoldersInProject(long projectId)
findUsersWhoCreatedTestCases
List<String> findUsersWhoCreatedTestCases(List<Long> projectIds)
findUsersWhoModifiedTestCases
List<String> findUsersWhoModifiedTestCases(List<Long> projectIds)
findUsersWhoCreatedRequirementVersions
List<String> findUsersWhoCreatedRequirementVersions(List<Long> projectIds)
findUsersWhoModifiedRequirementVersions
List<String> findUsersWhoModifiedRequirementVersions(List<Long> projectIds)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.