org.squashtest.csp.tm.service
Interface IterationModificationService
- All Superinterfaces:
- CustomIterationModificationService, IterationFinder
@Transactional
public interface IterationModificationService
- extends CustomIterationModificationService
| Methods inherited from interface org.squashtest.csp.tm.service.CustomIterationModificationService |
addAutomatedExecution, addExecution, addIterationToCampaign, addTestSuite, changeTestPlanPosition, copyPasteTestSuitesToIteration, copyPasteTestSuiteToIteration, createAutomatedSuite, createAutomatedSuite, delete, deleteNodes, findAllTestSuites, removeTestSuites, rename, simulateDeletion |
SMALLEDIT_ITERATION_OR_ADMIN
static final String SMALLEDIT_ITERATION_OR_ADMIN
- See Also:
- Constant Field Values
changeDescription
@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.Iteration\', \'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')")
void changeDescription(long iterationId,
String newDescription)
changeScheduledStartDate
@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.Iteration\', \'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')")
void changeScheduledStartDate(long iterationId,
Date scheduledStart)
changeScheduledEndDate
@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.Iteration\', \'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')")
void changeScheduledEndDate(long iterationId,
Date scheduledEnd)
changeActualStartDate
@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.Iteration\', \'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')")
void changeActualStartDate(long iterationId,
Date actualStart)
changeActualEndDate
@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.Iteration\', \'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')")
void changeActualEndDate(long iterationId,
Date actualEnd)
changeActualStartAuto
@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.Iteration\', \'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')")
void changeActualStartAuto(long iterationId,
boolean isAuto)
changeActualEndAuto
@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.Iteration\', \'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')")
void changeActualEndAuto(long iterationId,
boolean isAuto)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.