org.squashtest.tm.service.internal.repository
public interface IterationTestPlanDao
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
findAllByIds(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.
|
org.squashtest.tm.domain.campaign.IterationTestPlanItem |
findById(long itemTestPlanId) |
void |
persist(org.squashtest.tm.domain.campaign.IterationTestPlanItem item) |
void persist(org.squashtest.tm.domain.campaign.IterationTestPlanItem item)
org.squashtest.tm.domain.campaign.IterationTestPlanItem findById(long itemTestPlanId)
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findAllByIds(Collection<Long> ids)
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findAllByIdsOrderedByIterationTestPlan(List<Long> testPlanIds)
testPlanIds - List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findAllByIdsOrderedBySuiteTestPlan(List<Long> testPlanIds, long testSuiteId)
testPlanIds - testSuiteId - Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.