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

Packages that use CampaignTestPlanItem
org.squashtest.csp.tm.domain.campaign   
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 CampaignTestPlanItem in org.squashtest.csp.tm.domain.campaign
 

Methods in org.squashtest.csp.tm.domain.campaign that return CampaignTestPlanItem
 CampaignTestPlanItem CampaignTestPlanItem.createCampaignlessCopy()
          Factory method.
 CampaignTestPlanItem Campaign.findTestPlanItem(TestCase testCase)
           
 CampaignTestPlanItem Campaign.getTestPlanForTestPlanItemId(Long testCaseId)
          Deprecated. use Campaign.findTestPlanItem(TestCase)
 

Methods in org.squashtest.csp.tm.domain.campaign that return types with arguments of type CampaignTestPlanItem
 List<CampaignTestPlanItem> Campaign.getTestPlan()
           
 

Methods in org.squashtest.csp.tm.domain.campaign with parameters of type CampaignTestPlanItem
 void Campaign.addToTestPlan(CampaignTestPlanItem itemTestPlan)
           
 void Campaign.removeTestPlanItem(CampaignTestPlanItem itemTestPlan)
           
 

Constructors in org.squashtest.csp.tm.domain.campaign with parameters of type CampaignTestPlanItem
IterationTestPlanItem(CampaignTestPlanItem campaignItem)
           
 

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

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type CampaignTestPlanItem
 List<CampaignTestPlanItem> CampaignTestPlanItemDao.findAllByIdList(List<Long> testPlanIds)
           
 List<CampaignTestPlanItem> CampaignDao.findAllTestPlanByIdFiltered(long campaignId, CollectionSorting filter)
           
 

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

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type CampaignTestPlanItem
 List<CampaignTestPlanItem> HibernateCampaignTestPlanItemDao.findAllByIdList(List<Long> testPlanIds)
           
 List<CampaignTestPlanItem> HibernateCampaignDao.findAllTestPlanByIdFiltered(long campaignId, CollectionSorting filter)
           
 

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

Methods in org.squashtest.csp.tm.internal.service that return CampaignTestPlanItem
 CampaignTestPlanItem CampaignTestPlanManagerServiceImpl.findTestPlanItemByTestCaseId(long campaignId, long testCaseId)
           
 

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type CampaignTestPlanItem
 FilteredCollectionHolder<List<CampaignTestPlanItem>> CustomCampaignModificationServiceImpl.findTestPlanByCampaignId(long campaignId, CollectionSorting filter)
           
 

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

Methods in org.squashtest.csp.tm.service that return CampaignTestPlanItem
 CampaignTestPlanItem CampaignTestPlanManagerService.findTestPlanItemByTestCaseId(long campaignId, 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 CampaignTestPlanItem
 FilteredCollectionHolder<List<CampaignTestPlanItem>> CustomCampaignModificationService.findTestPlanByCampaignId(long campaignId, CollectionSorting filter)
           
 



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