|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomDatasetDao
| Method Summary | |
|---|---|
List<org.squashtest.tm.domain.testcase.Dataset> |
findAllDatasetsByTestCase(Long testCaseId)
Will return all datasets for the given test case. |
List<org.squashtest.tm.domain.testcase.Dataset> |
findAllDatasetsByTestCases(List<Long> testCaseIds)
Will return all datasets found for the given test cases ids. |
org.squashtest.tm.domain.testcase.Dataset |
findDatasetByTestCaseAndByName(Long testCaseId,
String name)
Will return the dataset matching the given name and belonging to the test case matchine the given id. |
void |
removeDatasetFromIterationTestPlanItems(Long datasetId)
TODO |
| Method Detail |
|---|
List<org.squashtest.tm.domain.testcase.Dataset> findAllDatasetsByTestCase(Long testCaseId)
testCaseId -
List<org.squashtest.tm.domain.testcase.Dataset> findAllDatasetsByTestCases(List<Long> testCaseIds)
testCaseIds - : the concerned test cases ids.
org.squashtest.tm.domain.testcase.Dataset findDatasetByTestCaseAndByName(Long testCaseId,
String name)
testCaseId - : the id of the concerned test casename - : the name of the dataset to find
nullvoid removeDatasetFromIterationTestPlanItems(Long datasetId)
datasetId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||