org.squashtest.tm.service.internal.repository
Interface CustomProjectDao

All Known Subinterfaces:
ProjectDao
All Known Implementing Classes:
HibernateProjectDao

public interface CustomProjectDao

Author:
Gregory Fouquet

Method Summary
 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)
           
 

Method Detail

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.