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)
           
 

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> 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> 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.findById(long itemId)
           
 

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.findById(long itemId)
           
 

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



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