public interface IterationTestPlanDao extends org.springframework.data.jpa.repository.JpaRepository<org.squashtest.tm.domain.campaign.IterationTestPlanItem,Long>
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
findAllByIdIn(Collection<Long> ids) |
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
findAllByIdsOrderedByIterationTestPlan(List<Long> testPlanIds)
Fetches the test plan items which match the given ids ordered according to their iteration's test plan.
|
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
findAllByIdsOrderedBySuiteTestPlan(List<Long> testPlanIds,
long testSuiteId)
Fetches the test plan items which match the given ids ordered according to the given test suite's test plan.
|
List<Long> |
findAllForMilestones(List<Long> milestonesIds) |
org.squashtest.tm.domain.campaign.IterationTestPlanItem |
findById(long itemTestPlanId) |
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
findByReferencedTestCase(org.squashtest.tm.domain.testcase.TestCase referencedTestCase) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllorg.squashtest.tm.domain.campaign.IterationTestPlanItem findById(long itemTestPlanId)
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findAllByIdIn(Collection<Long> ids)
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findAllByIdsOrderedByIterationTestPlan(@Param(value="testPlanIds") List<Long> testPlanIds)
testPlanIds - List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findAllByIdsOrderedBySuiteTestPlan(@Param(value="testPlanIds") List<Long> testPlanIds, @Param(value="suiteId") long testSuiteId)
testPlanIds - testSuiteId - List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findByReferencedTestCase(org.squashtest.tm.domain.testcase.TestCase referencedTestCase)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.