|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional public interface ParameterModificationService
| Method Summary | |
|---|---|
void |
addNewParameterToTestCase(org.squashtest.tm.domain.testcase.Parameter parameter,
long testCaseId)
|
void |
changeDescription(long parameterId,
String description)
|
void |
changeName(long parameterId,
String name)
|
void |
createParamsForStep(long stepId)
Will create all parameters used in the step if they don't already exist. |
void |
createParamsForStep(org.squashtest.tm.domain.testcase.TestStep step)
Will create all parameters used in the step if they don't already exist. |
void |
createParamsForTestCaseSteps(org.squashtest.tm.domain.testcase.TestCase testCase)
Will go through the test case's steps and create the missing parameter. |
void |
remove(org.squashtest.tm.domain.testcase.Parameter parameter)
|
void |
removeAllByTestCaseIds(List<Long> testCaseIds)
|
void |
removeById(long parameterId)
|
| Methods inherited from interface org.squashtest.tm.service.testcase.ParameterFinder |
|---|
findAllforTestCase, findById, isUsed |
| Method Detail |
|---|
void addNewParameterToTestCase(org.squashtest.tm.domain.testcase.Parameter parameter,
long testCaseId)
parameter - testCaseId -
void changeName(long parameterId,
String name)
parameterId - name -
void changeDescription(long parameterId,
String description)
parameterId - description - void remove(org.squashtest.tm.domain.testcase.Parameter parameter)
parameter - void removeAllByTestCaseIds(List<Long> testCaseIds)
testCaseIds - void createParamsForStep(long stepId)
stepId - : the id of the concerned stepvoid createParamsForStep(org.squashtest.tm.domain.testcase.TestStep step)
step - : the concerned stepvoid removeById(long parameterId)
parameterId - void createParamsForTestCaseSteps(org.squashtest.tm.domain.testcase.TestCase testCase)
testCase - : the concerned test case
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||