public interface TestStepDao extends EntityDao<org.squashtest.tm.domain.testcase.TestStep>
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.testcase.ActionTestStep |
findActionTestStepById(long testStepId) |
List<org.squashtest.tm.domain.testcase.TestStep> |
findListById(List<Long> testStepIds) |
int |
findPositionOfStep(Long testStepId)
returns the position (ie index) of a step within the
list of step of its test case
|
<STEP extends org.squashtest.tm.domain.testcase.TestStep> |
persist(STEP testStep) |
void |
removeById(long testStepId) |
boolean |
stringIsFoundInStepsOfTestCase(String stringToFind,
long testCaseId)
Will check if the string appears at least once in at least one step of the test case matching the given id.
|
findAll, findAllByIds, findByIdclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllvoid removeById(long testStepId)
<STEP extends org.squashtest.tm.domain.testcase.TestStep> void persist(STEP testStep)
int findPositionOfStep(Long testStepId)
testStepId - the id of the steporg.squashtest.tm.domain.testcase.ActionTestStep findActionTestStepById(long testStepId)
boolean stringIsFoundInStepsOfTestCase(String stringToFind, long testCaseId)
stringToFind - : the string to look for in the steptestCaseId - : the id of the concerned TestCaseCopyright © 2010-2015 Henix, henix.fr. All Rights Reserved.