| Modifier and Type | Interface and Description |
|---|---|
interface |
CampaignNodeDeletionHandler
The following specialization for NodeDeletionHandler, meant for the campaigns, will also handle the deletion of
campaign related entities like Iterations and Executions.
|
| Modifier and Type | Method and Description |
|---|---|
protected NodeDeletionHandler<org.squashtest.tm.domain.campaign.CampaignLibraryNode,org.squashtest.tm.domain.campaign.CampaignFolder> |
CampaignLibraryNavigationServiceImpl.getDeletionHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNodeDeletionHandler<NODE extends org.squashtest.tm.domain.library.LibraryNode,FOLDER extends org.squashtest.tm.domain.library.Folder<NODE>>
This class is a abstract and generic implementation of NodeDeletionHandler that implements a few basic rules.
|
class |
CampaignDeletionHandlerImpl |
class |
RequirementDeletionHandlerImpl |
class |
TestCaseNodeDeletionHandlerImpl |
| Modifier and Type | Method and Description |
|---|---|
protected abstract NodeDeletionHandler<NODE,FOLDER> |
AbstractLibraryNavigationService.getDeletionHandler() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequirementNodeDeletionHandler |
| Modifier and Type | Method and Description |
|---|---|
protected NodeDeletionHandler<org.squashtest.tm.domain.requirement.RequirementLibraryNode,org.squashtest.tm.domain.requirement.RequirementFolder> |
RequirementLibraryNavigationServiceImpl.getDeletionHandler() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TestCaseNodeDeletionHandler |
| Modifier and Type | Method and Description |
|---|---|
protected NodeDeletionHandler<org.squashtest.tm.domain.testcase.TestCaseLibraryNode,org.squashtest.tm.domain.testcase.TestCaseFolder> |
TestCaseLibraryNavigationServiceImpl.getDeletionHandler() |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.