org.squashtest.tm.service.campaign
Interface CustomCampaignModificationService

All Known Subinterfaces:
CampaignModificationService
All Known Implementing Classes:
CustomCampaignModificationServiceImpl

@Transactional
public interface CustomCampaignModificationService


Method Summary
 org.squashtest.tm.domain.campaign.TestPlanStatistics findCampaignStatistics(long campaignId)
           
 List<org.squashtest.tm.domain.campaign.Iteration> findIterationsByCampaignId(long campaignId)
           
 CampaignStatisticsBundle gatherCampaignStatisticsBundle(long campaignId)
           
 void rename(long campaignId, String newName)
           
 

Method Detail

rename

void rename(long campaignId,
            String newName)

findIterationsByCampaignId

List<org.squashtest.tm.domain.campaign.Iteration> findIterationsByCampaignId(long campaignId)

findCampaignStatistics

org.squashtest.tm.domain.campaign.TestPlanStatistics findCampaignStatistics(long campaignId)
Parameters:
campaignId - the id of the concerned campaign
Returns:
the computed TestPlanStatistics out of each test-plan-item of each campaign's iteration

gatherCampaignStatisticsBundle

CampaignStatisticsBundle gatherCampaignStatisticsBundle(long campaignId)


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