org.squashtest.tm.service.campaign
Interface TestSuiteModificationService
- All Superinterfaces:
- CustomTestSuiteModificationService, TestSuiteFinder
@Transactional
public interface TestSuiteModificationService
- extends CustomTestSuiteModificationService
changeDescription
@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.tm.domain.campaign.TestSuite\', \'WRITE\') or hasRole(\'ROLE_ADMIN\')")
void changeDescription(long id,
String newDescription)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.