public interface TestSuiteDao extends org.springframework.data.jpa.repository.JpaRepository<org.squashtest.tm.domain.campaign.TestSuite,Long>, CustomTestSuiteDao
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.campaign.TestSuite> |
findAllByIterationId(long iterationId) |
List<Long> |
findPlannedTestCasesIds(Long suiteId)
Will find the distinct ids of the test cases referenced in the suite matching the given id
|
long |
findProjectIdBySuiteId(long suiteId) |
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
findTestPlanPartition(long testSuiteId,
List<Long> testPlanItemIds) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllcount, delete, delete, delete, deleteAll, exists, findOne, savecount, exists, findAll, findOnecountTestPlans, findIndexedTestPlan, findTestPlan, getTestSuiteStatistics, getTestSuiteStatisticsList<org.squashtest.tm.domain.campaign.TestSuite> findAllByIterationId(long iterationId)
@Query List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findTestPlanPartition(@Param(value="suiteId") long testSuiteId, @Param(value="itemIds") List<Long> testPlanItemIds)
@Query long findProjectIdBySuiteId(long suiteId)
@Query List<Long> findPlannedTestCasesIds(Long suiteId)
suiteId - : the id of the concerned TestSuiteCopyright © 2010–2017 Henix, henix.fr. All rights reserved.