|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(readOnly=true) public interface ParameterFinder
| Method Summary | |
|---|---|
List<org.squashtest.tm.domain.testcase.Parameter> |
findAllforTestCase(long testCaseId)
Will find all parameters for the test case along with all parameters found for the call steps. |
org.squashtest.tm.domain.testcase.Parameter |
findById(long parameterId)
Simply find the parameter matching the given id |
boolean |
isUsed(long parameterId)
Returns true if the parameter is used in one of it's test case action steps |
| Method Detail |
|---|
List<org.squashtest.tm.domain.testcase.Parameter> findAllforTestCase(long testCaseId)
testCaseId -
org.squashtest.tm.domain.testcase.Parameter findById(long parameterId)
parameterId - : the id of the Parameter to find
Parameter matching the id or nullboolean isUsed(long parameterId)
parameterId - : the id of the concerned parameter
true if the parameter is used in one of it's test case action step.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||