org.squashtest.csp.tm.service
Interface TestSuiteModificationService

All Superinterfaces:
CustomTestSuiteModificationService, TestSuiteFinder

@Transactional
public interface TestSuiteModificationService
extends CustomTestSuiteModificationService


Method Summary
 void changeDescription(long id, String newDescription)
           
 
Methods inherited from interface org.squashtest.csp.tm.service.CustomTestSuiteModificationService
bindTestPlan, bindTestPlanObj, changeTestPlanPosition, createAutomatedSuite, findTestSuiteStatistics, findTestSuiteTestPlan, rename, unbindTestPlanObj
 
Methods inherited from interface org.squashtest.csp.tm.service.TestSuiteFinder
findById
 

Method Detail

changeDescription

@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.TestSuite\', \'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')")
void changeDescription(long id,
                                    String newDescription)


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