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.library   
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.createCopy()
           
 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.library
 

Methods in org.squashtest.csp.tm.domain.library with parameters of type Campaign
 void NodeVisitor.visit(Campaign campaign)
           
 

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)
           
 

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)
           
 

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

Methods in org.squashtest.csp.tm.internal.service that return Campaign
 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.addCampaignToCampaignFolder(long folderId, Campaign campaign, Map<Long,String> customFieldValues)
           
 void CampaignLibraryNavigationServiceImpl.addCampaignToCampaignLibrary(long libraryId, Campaign newCampaign)
           
 void CampaignLibraryNavigationServiceImpl.addCampaignToCampaignLibrary(long libraryId, Campaign campaign, Map<Long,String> customFieldValues)
           
 void TreeNodeCopier.visit(Campaign source)
           
 

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

Methods in org.squashtest.csp.tm.service that return Campaign
 Campaign CampaignFinder.findById(long campaignId)
           
 Campaign CampaignLibraryNavigationService.findCampaign(long campaignId)
          Deprecated. use CampaignFinder.findById(long) instead
 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)
          Adds a campaign to a folder.
 void CampaignLibraryNavigationService.addCampaignToCampaignFolder(long folderId, Campaign campaign, Map<Long,String> customFieldValues)
          Adds a campaign to a folder, and its initial custom field values.
 void CampaignLibraryNavigationService.addCampaignToCampaignLibrary(long libraryId, Campaign campaign)
          Adds a Campaign to the root of the library.
 void CampaignLibraryNavigationService.addCampaignToCampaignLibrary(long libraryId, Campaign campaign, Map<Long,String> customFieldValues)
          Adds a Campaign to the root of the Library, and its initial custom field values.
 



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