org.squashtest.csp.tm.service
Interface IterationTestPlanFinder

All Known Subinterfaces:
IterationTestPlanManagerService
All Known Implementing Classes:
IterationTestPlanManagerServiceImpl

@Transactional(readOnly=true)
public interface IterationTestPlanFinder


Method Summary
 List<User> findAssignableUserForTestPlan(long iterationId)
          Get Users with Execute Access for an Iteration and its TestPlan.
 List<TestCaseLibrary> findLinkableTestCaseLibraries()
          Returns a collection of TestCaseLibrary, the test cases of which may be added to the campaign
 List<TestCase> findPlannedTestCases(Long iterationId)
           
 FilteredCollectionHolder<List<IterationTestPlanItem>> findTestPlan(long iterationId, CollectionSorting filter)
           
 IterationTestPlanItem findTestPlanItem(Long iterationId, Long itemTestPlanId)
           
 IterationTestPlanItem findTestPlanItemByTestCaseId(long iterationId, long testCaseId)
          Deprecated. used only in IntegrationTests
 

Method Detail

findTestPlan

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

findTestPlanItem

IterationTestPlanItem findTestPlanItem(Long iterationId,
                                       Long itemTestPlanId)

findLinkableTestCaseLibraries

List<TestCaseLibrary> findLinkableTestCaseLibraries()
Returns a collection of TestCaseLibrary, the test cases of which may be added to the campaign


findPlannedTestCases

List<TestCase> findPlannedTestCases(Long iterationId)

findAssignableUserForTestPlan

List<User> findAssignableUserForTestPlan(long iterationId)
Get Users with Execute Access for an Iteration and its TestPlan.

Parameters:
testCaseId -
campaignId -

findTestPlanItemByTestCaseId

@Deprecated
IterationTestPlanItem findTestPlanItemByTestCaseId(long iterationId,
                                                              long testCaseId)
Deprecated. used only in IntegrationTests

Parameters:
iterationId -
testCaseId -
Returns:


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