public interface CustomProjectDao
| 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) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.