| Modifier and Type | Method and Description |
|---|---|
Object |
PreventConcurrentAspect.lockEntity(org.aspectj.lang.ProceedingJoinPoint pjp,
PreventConcurrent pc) |
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignLibraryNavigationService.addCampaignToCampaignFolder(long folderId,
org.squashtest.tm.domain.campaign.Campaign campaign)
Adds a campaign to a folder.
|
void |
CampaignLibraryNavigationService.addCampaignToCampaignFolder(long folderId,
org.squashtest.tm.domain.campaign.Campaign campaign,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Long milestoneId)
Adds a campaign to a folder, and its initial custom field values.
|
void |
CampaignLibraryNavigationService.addCampaignToCampaignLibrary(long libraryId,
org.squashtest.tm.domain.campaign.Campaign campaign)
Adds a Campaign to the root of the library.
|
void |
CampaignLibraryNavigationService.addCampaignToCampaignLibrary(long libraryId,
org.squashtest.tm.domain.campaign.Campaign campaign,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Long milestoneId)
Adds a Campaign to the root of the Library, and its initial custom field values.
|
int |
CampaignLibraryNavigationService.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan)
Adds a new iteration to a campaign.
|
int |
CustomIterationModificationService.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan)
Adds an iteration to the list of iterations of a campaign.
|
int |
CampaignLibraryNavigationService.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues)
Adds a new iteration to a campaign.
|
void |
CustomIterationModificationService.addTestSuite(long iterationId,
org.squashtest.tm.domain.campaign.TestSuite suite) |
List<org.squashtest.tm.domain.campaign.Iteration> |
CampaignLibraryNavigationService.copyIterationsToCampaign(long campaignId,
Long[] iterationsIds) |
void |
CampaignLibraryNavigationService.moveIterationsWithinCampaign(long destinationId,
Long[] nodeIds,
int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignLibraryNavigationServiceImpl.addCampaignToCampaignFolder(long folderId,
org.squashtest.tm.domain.campaign.Campaign newCampaign) |
void |
CampaignLibraryNavigationServiceImpl.addCampaignToCampaignFolder(long folderId,
org.squashtest.tm.domain.campaign.Campaign campaign,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Long milestoneId) |
void |
CampaignLibraryNavigationServiceImpl.addCampaignToCampaignLibrary(long libraryId,
org.squashtest.tm.domain.campaign.Campaign newCampaign) |
void |
CampaignLibraryNavigationServiceImpl.addCampaignToCampaignLibrary(long libraryId,
org.squashtest.tm.domain.campaign.Campaign campaign,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Long milestoneId) |
void |
CampaignLibraryNavigationServiceImpl.addFolderToFolder(long destinationId,
org.squashtest.tm.domain.campaign.CampaignFolder newFolder) |
void |
CampaignLibraryNavigationServiceImpl.addFolderToLibrary(long destinationId,
org.squashtest.tm.domain.campaign.CampaignFolder newFolder) |
int |
CustomIterationModificationServiceImpl.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan) |
int |
CampaignLibraryNavigationServiceImpl.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan) |
int |
CampaignLibraryNavigationServiceImpl.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues) |
void |
CustomIterationModificationServiceImpl.addTestSuite(long iterationId,
org.squashtest.tm.domain.campaign.TestSuite suite) |
List<org.squashtest.tm.domain.campaign.Iteration> |
CampaignLibraryNavigationServiceImpl.copyIterationsToCampaign(long campaignId,
Long[] iterationsIds) |
void |
CampaignLibraryNavigationServiceImpl.moveIterationsWithinCampaign(long destinationId,
Long[] nodeIds,
int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequirementLibraryNavigationServiceImpl.addFolderToFolder(long destinationId,
org.squashtest.tm.domain.requirement.RequirementFolder newFolder) |
void |
RequirementLibraryNavigationServiceImpl.addFolderToLibrary(long destinationId,
org.squashtest.tm.domain.requirement.RequirementFolder newFolder) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirement(long requirementId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newRequirement,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirement(long requirementId,
org.squashtest.tm.domain.requirement.Requirement newRequirement,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirementFolder(long folderId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto firstVersion,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirementFolder(long folderId,
org.squashtest.tm.domain.requirement.Requirement requirement,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirementLibrary(long libraryId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newVersion,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirementLibrary(long libraryId,
org.squashtest.tm.domain.requirement.Requirement requirement,
List<Long> milestoneIds) |
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationServiceImpl.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationServiceImpl.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
int index) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationServiceImpl.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationServiceImpl.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
int index) |
void |
TestCaseLibraryNavigationServiceImpl.addFolderToFolder(long destinationId,
org.squashtest.tm.domain.testcase.TestCaseFolder newFolder) |
void |
TestCaseLibraryNavigationServiceImpl.addFolderToLibrary(long destinationId,
org.squashtest.tm.domain.testcase.TestCaseFolder newFolder) |
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToFolder(long folderId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Integer position) |
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToFolder(long folderId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Integer position,
List<Long> milestoneIds) |
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToLibrary(long libraryId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Integer position) |
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToLibrary(long libraryId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Integer position,
List<Long> milestoneIds) |
void |
CustomTestCaseModificationServiceImpl.changeTestStepsPosition(long testCaseId,
int newPosition,
List<Long> stepIds) |
boolean |
CustomTestCaseModificationServiceImpl.pasteCopiedTestStep(long testCaseId,
long idInsertion,
long copiedTestStepId) |
boolean |
CustomTestCaseModificationServiceImpl.pasteCopiedTestSteps(long testCaseId,
long idInsertion,
List<Long> copiedTestStepIds) |
boolean |
CustomTestCaseModificationServiceImpl.pasteCopiedTestStepToLastIndex(long testCaseId,
List<Long> copiedTestStepIds) |
boolean |
CustomTestCaseModificationServiceImpl.pasteCopiedTestStepToLastIndex(long testCaseId,
long copiedTestStepId) |
List<org.squashtest.tm.domain.testcase.TestStep> |
CustomTestCaseModificationServiceImpl.removeListOfSteps(long testCaseId,
List<Long> testStepIds) |
void |
CustomTestCaseModificationServiceImpl.removeStepFromTestCase(long testCaseId,
long testStepId) |
void |
CustomTestCaseModificationServiceImpl.removeStepFromTestCaseByIndex(long testCaseId,
int index) |
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirement(long requirementId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newRequirement,
List<Long> milestoneIds)
Same than {@link #addRequirementToRequirementLibrary(long, NewRequirementVersionDto, List), except that the requirement will be added to the
given parent requirement.
|
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirement(long requirementId,
org.squashtest.tm.domain.requirement.Requirement newRequirement,
List<Long> milestoneIds)
Same than
RequirementLibraryNavigationService.addRequirementToRequirementLibrary(long, Requirement, List), except that the requirement will be added to the
given parent requirement. |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirementFolder(long folderId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newRequirement,
List<Long> milestoneIds)
Same than {@link #addRequirementToRequirementLibrary(long, NewRequirementVersionDto, List), except that the requirement will be added to the
given folder.
|
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirementFolder(long folderId,
org.squashtest.tm.domain.requirement.Requirement requirement,
List<Long> milestoneIds)
Same than
RequirementLibraryNavigationService.addRequirementToRequirementLibrary(long, Requirement, List), except that the requirement will be added to the
given folder. |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirementLibrary(long libraryId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newRequirement,
List<Long> milestoneIds)
Given a DTO that eventually generates a RequirementVersion, will create a Requirement using this version then add it to the given
library with and bind it to the given milestones.
|
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirementLibrary(long libraryId,
org.squashtest.tm.domain.requirement.Requirement requirement,
List<Long> milestoneIds)
Will add a Requirement at the root of the given library and bind it to the given milestones.
|
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationService.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationService.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
int index) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationService.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues)
Adds an action test step to a test case, and its initial custom field values.
|
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationService.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
int index)
Adds an action test step to a test case, and its initial custom field values, inserted at the index value
The initial custom field values are passed as a Map
CustomField to the values of the corresponding CustomFieldValue. |
void |
TestCaseLibraryNavigationService.addTestCaseToFolder(long folderId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Integer position)
Adds a TestCase to a folder.
|
void |
TestCaseLibraryNavigationService.addTestCaseToFolder(long folderId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Integer position,
List<Long> milestoneIds)
Adds a TestCase to a folder, and its initial custom field values.
|
void |
TestCaseLibraryNavigationService.addTestCaseToLibrary(long libraryId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Integer position)
Adds a TestCase to the root of the library.
|
void |
TestCaseLibraryNavigationService.addTestCaseToLibrary(long libraryId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Integer position,
List<Long> milestoneIds)
Adds a TestCase to the root of the Library, and its initial custom field values.
|
void |
CustomTestCaseModificationService.changeTestStepsPosition(long testCaseId,
int newPosition,
List<Long> stepIds)
Will move a list of steps to a new position.
|
boolean |
CustomTestCaseModificationService.pasteCopiedTestStep(long testCaseId,
long idInsertion,
long copiedTestStepId)
will insert a test step into a test case script, after the step identified by idInsertion.
|
boolean |
CustomTestCaseModificationService.pasteCopiedTestSteps(long testCaseId,
long idInsertion,
List<Long> copiedTestStepIds)
Same as
CustomTestCaseModificationService.pasteCopiedTestStep(long, long, long), accepting a list of step ids |
boolean |
CustomTestCaseModificationService.pasteCopiedTestStepToLastIndex(long testCaseId,
List<Long> copiedTestStepIds)
Same as
CustomTestCaseModificationService.pasteCopiedTestStepToLastIndex(long, long), accepting a list of step ids |
boolean |
CustomTestCaseModificationService.pasteCopiedTestStepToLastIndex(long testCaseId,
long copiedTestStepId)
will insert a test step into a test case script, at the last position.
|
List<org.squashtest.tm.domain.testcase.TestStep> |
CustomTestCaseModificationService.removeListOfSteps(long testCaseId,
List<Long> testStepIds) |
void |
CustomTestCaseModificationService.removeStepFromTestCase(long testCaseId,
long testStepId) |
void |
CustomTestCaseModificationService.removeStepFromTestCaseByIndex(long testCaseId,
int stepIndex) |
Copyright © 2010-2016 Henix, henix.fr. All Rights Reserved.