public interface CustomDatasetDao
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testcase.Dataset> |
findAllDelegateDatasets(Long testCaseId)
Given a test case TC, will return all the datasets
that inherits directly and transitively some parameters from TC.
|
List<org.squashtest.tm.domain.testcase.Dataset> |
findOwnDatasetsByTestCases(List<Long> testCaseIds)
Will return all datasets found for the given test cases ids.
|
void |
removeDatasetFromTestPlanItems(Long datasetId)
TODO
|
List<org.squashtest.tm.domain.testcase.Dataset> findOwnDatasetsByTestCases(List<Long> testCaseIds)
testCaseIds - : the concerned test cases ids.List<org.squashtest.tm.domain.testcase.Dataset> findAllDelegateDatasets(Long testCaseId)
testCaseId - void removeDatasetFromTestPlanItems(Long datasetId)
datasetId - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.