|
||||||||||
| 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> |
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 |
|---|
List<RequirementVersion> findAllVerifiedByTestCases(Collection<Long> verifiersIds,
org.squashtest.csp.core.infrastructure.collection.PagingAndSorting sorting)
verifiersIds - sorting -
long countVerifiedByTestCases(Collection<Long> verifiersIds)
verifiersIds -
List<RequirementVersion> findAllVerifiedByTestCase(long verifierId,
org.squashtest.csp.core.infrastructure.collection.PagingAndSorting sorting)
verifierId - sorting -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||