| Modifier and Type | Method and Description |
|---|---|
OperationReport |
CampaignLibraryNavigationService.deleteIterations(List<Long> targetIds)
that method should delete the iterations.
|
OperationReport |
CampaignLibraryNavigationService.deleteNodes(List<Long> targetIds) |
OperationReport |
CampaignLibraryNavigationService.deleteSuites(List<Long> suiteIds,
boolean removeFromIter)
that method should delete test suites, and remove its references in iteration and iteration test plan item
|
OperationReport |
CustomIterationModificationService.removeTestSuites(List<Long> suitesIds)
That method will remove each test suite, leaving it's test plan items linked to no test_suite
|
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
CustomReportLibraryNodeService.delete(List<Long> nodeIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationReport.mergeWith(OperationReport other) |
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
CampaignNodeDeletionHandler.deleteIterations(List<Long> targetIds)
That method should delete the iterations.
|
OperationReport |
CampaignLibraryNavigationServiceImpl.deleteIterations(List<Long> targetIds) |
OperationReport |
CampaignLibraryNavigationServiceImpl.deleteNodes(List<Long> targetIds) |
OperationReport |
CampaignNodeDeletionHandler.deleteSuites(List<Long> suiteIds,
boolean removeFromIter)
Will delete the test suites.
|
OperationReport |
CampaignLibraryNavigationServiceImpl.deleteSuites(List<Long> suiteIds,
boolean removeFromIter) |
OperationReport |
CustomIterationModificationServiceImpl.removeTestSuites(List<Long> suitesIds) |
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
CustomReportLibraryNodeServiceImpl.delete(List<Long> nodeIds) |
OperationReport |
CRLNDeletionHandler.deleteNodes(List<Long> targetIds)
For customReport workspace v1 all descendant nodes are suppressed.
|
OperationReport |
TreeLibraryNodeDeletionHandler.deleteNodes(List<Long> targetIds)
(see above for definitions) That method perform actual node deletion.
|
| Constructor and Description |
|---|
CRLNDeletionVisitor(OperationReport operationReport,
org.squashtest.tm.domain.customreport.CustomReportLibraryNode customReportLibraryNode) |
| Modifier and Type | Method and Description |
|---|---|
protected OperationReport |
RequirementDeletionHandlerImpl.batchDeleteFolders(List<Long> folderIds) |
protected OperationReport |
CampaignDeletionHandlerImpl.batchDeleteNodes(List<Long> ids) |
protected OperationReport |
TestCaseNodeDeletionHandlerImpl.batchDeleteNodes(List<Long> ids) |
protected OperationReport |
RequirementDeletionHandlerImpl.batchDeleteNodes(List<Long> ids)
Removing a list of RequirementLibraryNodes means : - find all the attachment lists, - remove them, - remove the
nodes themselves
NOOP notice
This method is deprecated because it is no longer called by the super class : the method #deleteNodes has
been overridden in the present subclass, that now calls more specific methods.
|
protected abstract OperationReport |
AbstractNodeDeletionHandler.batchDeleteNodes(List<Long> ids)
Will delete the nodes identified by the ids parameter.
|
protected OperationReport |
RequirementDeletionHandlerImpl.batchDeleteRequirement(List<Long> ids) |
protected OperationReport |
RequirementDeletionHandlerImpl.batchRemoveMilestoneVersion(List<Long> requirementIds,
Long milestoneId) |
protected OperationReport |
CampaignDeletionHandlerImpl.batchUnbindFromMilestone(List<Long> ids) |
protected OperationReport |
TestCaseNodeDeletionHandlerImpl.batchUnbindFromMilestone(List<Long> ids) |
protected OperationReport |
RequirementDeletionHandlerImpl.batchUnbindFromMilestone(List<Long> requirementIds) |
protected abstract OperationReport |
AbstractNodeDeletionHandler.batchUnbindFromMilestone(List<Long> ids)
Will unbind the given nodes from the given milestone.
|
OperationReport |
CampaignDeletionHandlerImpl.deleteIterations(List<Long> targetIds) |
OperationReport |
RequirementDeletionHandlerImpl.deleteNodes(List<Long> targetIds)
The following method is overridden from the abstract class because the business rule is special :
for each node selected by the user :
a/ if it is a folder : proceed as usual,
b/ if it is a requirement : delete it and bind its children to its parent.
|
OperationReport |
AbstractNodeDeletionHandler.deleteNodes(List<Long> targetIds)
|
OperationReport |
CampaignDeletionHandlerImpl.deleteSuites(List<Long> suiteIds,
boolean removeFromIter) |
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
NodeDeletionHandler.deleteNodes(List<Long> targetIds)
(see above for definitions) That method perform actual node deletion.
|
OperationReport |
AbstractLibraryNavigationService.deleteNodes(List<Long> targetIds) |
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
RequirementLibraryNavigationServiceImpl.deleteNodes(List<Long> targetIds) |
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
TestCaseLibraryNavigationServiceImpl.deleteNodes(List<Long> targetIds) |
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
LibraryNavigationService.deleteNodes(List<Long> targetIds)
that method should delete the nodes.
|
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
RequirementLibraryNavigationService.deleteNodes(List<Long> targetIds) |
| Modifier and Type | Method and Description |
|---|---|
OperationReport |
TestCaseLibraryNavigationService.deleteNodes(List<Long> targetIds) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.