|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomRequirementVersionDao
| Method Summary | |
|---|---|
long |
countVerifiedByTestCases(Collection<Long> verifiersIds)
Counts the number of requirements verified by any of the given verifiers. |
List<RequirementVersion> |
findAllByRequirement(long requirementId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
|
List<RequirementVersion> |
findAllVerifiedByTestCase(long verifierId,
org.squashtest.tm.core.foundation.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.tm.core.foundation.collection.PagingAndSorting sorting)
Returns paged and sorted collection of requirement versions verified by any of the given verifiers. |
| Method Detail |
|---|
List<RequirementVersion> findAllVerifiedByTestCases(Collection<Long> verifiersIds,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
verifiersIds - sorting -
long countVerifiedByTestCases(Collection<Long> verifiersIds)
verifiersIds -
List<RequirementVersion> findAllVerifiedByTestCase(long verifierId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
verifierId - sorting -
List<RequirementVersion> findAllByRequirement(long requirementId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
requirementId - pas -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||