public interface TestSuiteDao extends org.springframework.data.repository.Repository<org.squashtest.tm.domain.campaign.TestSuite,Long>, CustomTestSuiteDao
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.campaign.TestSuite> |
findAllByIterationId(long iterationId) |
org.squashtest.tm.domain.campaign.TestSuite |
findById(long id) |
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) |
void |
save(org.squashtest.tm.domain.campaign.TestSuite ts) |
countTestPlans, findIndexedTestPlan, findTestPlan, getTestSuiteStatistics, getTestSuiteStatisticsfindAll, findAllByIdsclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllorg.squashtest.tm.domain.campaign.TestSuite findById(long id)
void save(org.squashtest.tm.domain.campaign.TestSuite ts)
List<org.squashtest.tm.domain.campaign.TestSuite> findAllByIterationId(long iterationId)
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findTestPlanPartition(@Param(value="suiteId") long testSuiteId, @Param(value="itemIds") List<Long> testPlanItemIds)
long findProjectIdBySuiteId(long suiteId)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.