org.squashtest.csp.tm.service
Interface IterationTestPlanFinder

All Known Subinterfaces:
IterationTestPlanManagerService
All Known Implementing Classes:
IterationTestPlanManagerServiceImpl

@Transactional(readOnly=true)
public interface IterationTestPlanFinder


Method Summary
 FilteredCollectionHolder<List<IterationTestPlanItem>> findTestPlan(long iterationId, CollectionSorting filter)
           
 IterationTestPlanItem findTestPlanItem(Long iterationId, Long itemTestPlanId)
           
 

Method Detail

findTestPlan

FilteredCollectionHolder<List<IterationTestPlanItem>> findTestPlan(long iterationId,
                                                                   CollectionSorting filter)

findTestPlanItem

IterationTestPlanItem findTestPlanItem(Long iterationId,
                                       Long itemTestPlanId)


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.