org.squashtest.tm.service.internal.repository
public interface CustomDatasetDao
| Modifier and Type | Method and Description |
|---|---|
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
|
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 findnullvoid removeDatasetFromIterationTestPlanItems(Long datasetId)
datasetId - Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.