org.squashtest.csp.tm.service
Interface CustomCampaignModificationService

All Known Subinterfaces:
CampaignModificationService
All Known Implementing Classes:
CustomCampaignModificationServiceImpl

@Transactional
public interface CustomCampaignModificationService


Method Summary
 TestPlanStatistics findCampaignStatistics(long campaignId)
           
 FilteredCollectionHolder<List<CampaignTestPlanItem>> findTestPlanByCampaignId(long campaignId, CollectionSorting filter)
           
 void rename(long campaignId, String newName)
           
 

Method Detail

rename

void rename(long campaignId,
            String newName)

findTestPlanByCampaignId

FilteredCollectionHolder<List<CampaignTestPlanItem>> findTestPlanByCampaignId(long campaignId,
                                                                              CollectionSorting filter)

findCampaignStatistics

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


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