public interface TestCaseDao extends org.springframework.data.repository.Repository<org.squashtest.tm.domain.testcase.TestCase,Long>, CustomTestCaseDao
| Modifier and Type | Method and Description |
|---|---|
long |
countCallingTestSteps(long testCaseId)
Counts the calling test steps of a test case
|
List<Long> |
findAllDistinctTestCasesIdsCalledByTestCase(long testCaseId) |
List<Long> |
findAllDistinctTestCasesIdsCallingTestCase(long testCaseId) |
List<Long> |
findAllTestCaseIdsByLibraries(Collection<Long> libraryIds) |
List<Long> |
findAllTestCasesLibraryForMilestone(Collection<Long> milestoneIds) |
List<Long> |
findAllTestCasesLibraryNodeForMilestone(Collection<Long> milestoneIds) |
List<Long> |
findNodeIdsHavingMultipleMilestones(Collection<Long> nodeIds) |
List<Long> |
findNonBoundTestCases(Collection<Long> nodeIds,
Long milestoneId) |
countByVerifiedRequirementVersion, findAllByVerifiedRequirementVersion, findAllCallingTestCases, findAllCallingTestCases, findAllCallingTestSteps, findAllCallingTestSteps, findAllExecutionByTestCase, findAllLinkedToIteration, findAllStepsByIdFiltered, findAllTestCaseIdsByNodeIds, findAllTestCaseImportanceWithImportanceAuto, findAllTestCasesIdsCalledByTestCases, findAllTestCasesIdsCallingTestCases, findAndInit, findCalledTestCaseOfCallSteps, findTestCaseByTestStepId, findTestCaseCallsDownstream, findTestCaseCallsUpstream, findTestCasesHavingCaller, findTestCaseToExportFromNodes, findTestSteps, findUnsortedAllByVerifiedRequirementVersion, persistTestCaseAndSteps, safePersistfindAll, findAllByIds, findById@Query long countCallingTestSteps(long testCaseId)
@Query List<Long> findAllDistinctTestCasesIdsCalledByTestCase(long testCaseId)
@Query List<Long> findAllDistinctTestCasesIdsCallingTestCase(long testCaseId)
@Query List<Long> findAllTestCaseIdsByLibraries(@Param(value="libraryIds") Collection<Long> libraryIds)
@Query List<Long> findNodeIdsHavingMultipleMilestones(@Param(value="nodeIds") Collection<Long> nodeIds)
@Query List<Long> findNonBoundTestCases(@Param(value="nodeIds") Collection<Long> nodeIds, @Param(value="milestoneId") Long milestoneId)
@Query List<Long> findAllTestCasesLibraryForMilestone(@Param(value="milestoneId") Collection<Long> milestoneIds)
@Query List<Long> findAllTestCasesLibraryNodeForMilestone(@Param(value="milestoneIds") Collection<Long> milestoneIds)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.