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

Packages that use Campaign
org.squashtest.csp.tm.domain.campaign   
org.squashtest.csp.tm.domain.report.common.dto   
org.squashtest.csp.tm.domain.report.common.hibernate   
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 Campaign in org.squashtest.csp.tm.domain.campaign
 

Fields in org.squashtest.csp.tm.domain.campaign declared as Campaign
 Campaign CampaignTestPlanItem.campaign
           
 

Methods in org.squashtest.csp.tm.domain.campaign that return Campaign
 Campaign Campaign.createPastableCopy()
           
 Campaign CampaignTestPlanItem.getCampaign()
           
 Campaign Iteration.getCampaign()
           
 Campaign TestCaseAlreadyInTestPlanException.getCampaign()
           
 

Methods in org.squashtest.csp.tm.domain.campaign with parameters of type Campaign
protected  void CampaignTestPlanItem.setCampaign(Campaign campaign)
          Should only be used by the Campaign when this item is added to the test plan.
 void CampaignLibraryNodeVisitor.visit(Campaign requirement)
           
 

Constructors in org.squashtest.csp.tm.domain.campaign with parameters of type Campaign
TestCaseAlreadyInTestPlanException(TestCase testCase, Campaign campaign)
           
 

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

Methods in org.squashtest.csp.tm.domain.report.common.dto with parameters of type Campaign
 ExProgressCampaignDto ExProgressCampaignDto.fillBasicInfos(Campaign campaign)
           
 ExProgressCampaignDto ExProgressCampaignDto.fillIterationsInfos(Campaign campaign)
           
 

Constructors in org.squashtest.csp.tm.domain.report.common.dto with parameters of type Campaign
ExProgressCampaignDto(Campaign campaign)
           
 

Uses of Campaign in org.squashtest.csp.tm.domain.report.common.hibernate
 

Methods in org.squashtest.csp.tm.domain.report.common.hibernate that return types with arguments of type Campaign
protected  List<Campaign> HibernateExecutionProgressQuery.filterUnwantedDataOut(List<Campaign> list)
           
 

Method parameters in org.squashtest.csp.tm.domain.report.common.hibernate with type arguments of type Campaign
protected  List<Campaign> HibernateExecutionProgressQuery.filterUnwantedDataOut(List<Campaign> list)
           
 

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

Methods in org.squashtest.csp.tm.internal.repository that return Campaign
 Campaign CampaignDao.findByIdWithInitializedIterations(long campaignId)
           
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type Campaign
 List<Campaign> CampaignDao.findAllByIdList(List<Long> campaignIds)
           
 List<Campaign> CampaignDao.findAllCampaign()
           
 

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

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return Campaign
 Campaign HibernateCampaignDao.findByIdWithInitializedIterations(long campaignId)
           
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type Campaign
 List<Campaign> HibernateCampaignDao.findAllByIdList(List<Long> campaignIds)
           
 List<Campaign> HibernateCampaignDao.findAllCampaign()
           
 

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

Methods in org.squashtest.csp.tm.internal.service that return Campaign
 Campaign CampaignLibraryNavigationServiceImpl.createCopyCampaign(long campaignId)
           
 Campaign CustomCampaignModificationServiceImpl.findById(long campaignId)
           
 Campaign CampaignLibraryNavigationServiceImpl.findCampaign(long reqId)
           
 Campaign CampaignTestPlanManagerServiceImpl.findCampaign(long campaignId)
           
 

Methods in org.squashtest.csp.tm.internal.service with parameters of type Campaign
 void CampaignLibraryNavigationServiceImpl.addCampaignToCampaignFolder(long folderId, Campaign newCampaign)
           
 void CampaignLibraryNavigationServiceImpl.addCampaignToCampaignLibrary(long libraryId, Campaign newCampaign)
           
 

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

Methods in org.squashtest.csp.tm.service that return Campaign
 Campaign CampaignLibraryNavigationService.createCopyCampaign(long campaignId)
           
 Campaign CustomCampaignModificationService.findById(long campaignId)
           
 Campaign CampaignLibraryNavigationService.findCampaign(long campaignId)
           
 Campaign CampaignTestPlanManagerService.findCampaign(long campaignId)
          Find a campaign using its id
 

Methods in org.squashtest.csp.tm.service with parameters of type Campaign
 void CampaignLibraryNavigationService.addCampaignToCampaignFolder(long folderId, Campaign campaign)
           
 void CampaignLibraryNavigationService.addCampaignToCampaignLibrary(long libraryId, Campaign campaign)
           
 



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