org.squashtest.csp.tm.internal.repository
Interface CustomRequirementVersionDao

All Known Subinterfaces:
RequirementVersionDao
All Known Implementing Classes:
HibernateRequirementVersionDao

public interface CustomRequirementVersionDao


Method Summary
 long countVerifiedByTestCases(Collection<Long> verifiersIds)
          Counts the number of requirements verified by any of the given verifiers.
 List<RequirementVersion> findAllVerifiedByTestCase(long verifierId, org.squashtest.csp.core.infrastructure.collection.PagingAndSorting sorting)
          Returns paged and sorted collection of requirement versions verified by the test case of given id.
 List<RequirementVersion> findAllVerifiedByTestCases(Collection<Long> verifiersIds, org.squashtest.csp.core.infrastructure.collection.PagingAndSorting sorting)
          Returns paged and sorted collection of requirement versions verified by any of the given verifiers.
 

Method Detail

findAllVerifiedByTestCases

List<RequirementVersion> findAllVerifiedByTestCases(Collection<Long> verifiersIds,
                                                    org.squashtest.csp.core.infrastructure.collection.PagingAndSorting sorting)
Returns paged and sorted collection of requirement versions verified by any of the given verifiers.

Parameters:
verifiersIds -
sorting -
Returns:

countVerifiedByTestCases

long countVerifiedByTestCases(Collection<Long> verifiersIds)
Counts the number of requirements verified by any of the given verifiers.

Parameters:
verifiersIds -
Returns:

findAllVerifiedByTestCase

List<RequirementVersion> findAllVerifiedByTestCase(long verifierId,
                                                   org.squashtest.csp.core.infrastructure.collection.PagingAndSorting sorting)
Returns paged and sorted collection of requirement versions verified by the test case of given id.

Parameters:
verifierId -
sorting -
Returns:


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.