Uses of Class
org.squashtest.csp.tm.domain.campaign.IterationTestPlanItem

Packages that use IterationTestPlanItem
org.squashtest.csp.tm.domain.campaign   
org.squashtest.csp.tm.domain.execution   
org.squashtest.csp.tm.domain.report.common.dto   
org.squashtest.csp.tm.internal.repository   
org.squashtest.csp.tm.internal.repository.hibernate This file contains Hibernate named queries used by DAOs. 
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.service   
 

Uses of IterationTestPlanItem in org.squashtest.csp.tm.domain.campaign
 

Methods in org.squashtest.csp.tm.domain.campaign that return IterationTestPlanItem
 IterationTestPlanItem IterationTestPlanItem.createCopy()
          Factory method.
 IterationTestPlanItem Iteration.getTestPlan(Long testPlanId)
           
 IterationTestPlanItem Iteration.getTestPlanForTestCaseId(Long testCaseId)
           
 

Methods in org.squashtest.csp.tm.domain.campaign that return types with arguments of type IterationTestPlanItem
 List<IterationTestPlanItem> Iteration.getTestPlans()
           
 

Methods in org.squashtest.csp.tm.domain.campaign with parameters of type IterationTestPlanItem
 void Iteration.addTestPlan(IterationTestPlanItem testPlan)
           
 void Iteration.removeTestPlan(IterationTestPlanItem testPlan)
           
 

Uses of IterationTestPlanItem in org.squashtest.csp.tm.domain.execution
 

Methods in org.squashtest.csp.tm.domain.execution that return IterationTestPlanItem
 IterationTestPlanItem Execution.getTestPlan()
           
 

Methods in org.squashtest.csp.tm.domain.execution with parameters of type IterationTestPlanItem
 void Execution.setTestPlan(IterationTestPlanItem testPlan)
           
 

Uses of IterationTestPlanItem in org.squashtest.csp.tm.domain.report.common.dto
 

Methods in org.squashtest.csp.tm.domain.report.common.dto with parameters of type IterationTestPlanItem
 ExProgressTestPlanDto ExProgressTestPlanDto.fillBasicInfo(IterationTestPlanItem testPlan)
           
 

Uses of IterationTestPlanItem in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type IterationTestPlanItem
 List<IterationTestPlanItem> IterationDao.findTestPlanFiltered(long iterationId, CollectionSorting filter)
           
 

Uses of IterationTestPlanItem in org.squashtest.csp.tm.internal.repository.hibernate
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type IterationTestPlanItem
 List<IterationTestPlanItem> HibernateIterationDao.findTestPlanFiltered(long iterationId, CollectionSorting filter)
           
 

Uses of IterationTestPlanItem in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that return IterationTestPlanItem
 IterationTestPlanItem IterationTestPlanManagerServiceImpl.findTestPlanItem(Long iterationId, Long itemTestPlanId)
           
 IterationTestPlanItem IterationTestPlanManagerServiceImpl.findTestPlanItemByTestCaseId(long iterationId, long testCaseId)
           
 

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type IterationTestPlanItem
 FilteredCollectionHolder<List<IterationTestPlanItem>> CustomIterationModificationServiceImpl.findIterationTestPlan(long iterationId, CollectionSorting filter)
           
 FilteredCollectionHolder<List<IterationTestPlanItem>> IterationTestPlanManagerServiceImpl.findTestPlan(long iterationId, CollectionSorting filter)
           
 

Methods in org.squashtest.csp.tm.internal.service with parameters of type IterationTestPlanItem
 void IterationTestPlanManagerServiceImpl.updateTestCaseLastExecutedByAndOn(IterationTestPlanItem givenTestPlan, Date lastExecutedOn, String lastExecutedBy)
           
 

Uses of IterationTestPlanItem in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service that return IterationTestPlanItem
 IterationTestPlanItem IterationTestPlanManagerService.findTestPlanItem(Long iterationId, Long itemTestPlanId)
           
 IterationTestPlanItem IterationTestPlanManagerService.findTestPlanItemByTestCaseId(long iterationId, long testCaseId)
          Adds a list of test cases to a campaign.
 

Methods in org.squashtest.csp.tm.service that return types with arguments of type IterationTestPlanItem
 FilteredCollectionHolder<List<IterationTestPlanItem>> CustomIterationModificationService.findIterationTestPlan(long iterationId, CollectionSorting filter)
           
 FilteredCollectionHolder<List<IterationTestPlanItem>> IterationTestPlanManagerService.findTestPlan(long iterationId, CollectionSorting filter)
           
 

Methods in org.squashtest.csp.tm.service with parameters of type IterationTestPlanItem
 void IterationTestPlanManagerService.updateTestCaseLastExecutedByAndOn(IterationTestPlanItem givenTestPlan, Date lastExecutedOn, String lastExecutedBy)
          Update item test plan lastExecuted data (by and on) (for the moment they're constants)
 



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.