|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(readOnly=false) public interface ExecutionModificationService
| Method Summary | |
|---|---|
void |
deleteExecution(org.squashtest.tm.domain.execution.Execution execution)
that method should delete the execution. |
org.squashtest.tm.domain.execution.Execution |
findAndInitExecution(Long executionId)
|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.execution.ExecutionStep>> |
findExecutionSteps(long executionId,
org.squashtest.tm.core.foundation.collection.Paging filter)
Steps methods |
void |
setExecutionDescription(Long executionId,
String description)
|
void |
setExecutionStepComment(Long executionStepId,
String comment)
|
List<SuppressionPreviewReport> |
simulateExecutionDeletion(Long execId)
that method should investigate the consequences of the deletion of the given executions, and return a report about what will happen. |
| Methods inherited from interface org.squashtest.tm.service.execution.ExecutionFinder |
|---|
findAllByTestCaseId, findAllByTestCaseIdOrderByRunDate, findById, findExecutionRank, findExecutionStepById, findExecutionSteps |
| Method Detail |
|---|
org.squashtest.tm.domain.execution.Execution findAndInitExecution(Long executionId)
void setExecutionDescription(Long executionId,
String description)
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.execution.ExecutionStep>> findExecutionSteps(long executionId,
org.squashtest.tm.core.foundation.collection.Paging filter)
void setExecutionStepComment(Long executionStepId,
String comment)
List<SuppressionPreviewReport> simulateExecutionDeletion(Long execId)
targetIds -
void deleteExecution(org.squashtest.tm.domain.execution.Execution execution)
targetIds -
RuntimeException - if the execution should not be deleted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||