public class DatasetDaoImpl extends Object implements CustomDatasetDao
| Constructor and Description |
|---|
DatasetDaoImpl() |
| 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
|
public List<org.squashtest.tm.domain.testcase.Dataset> findOwnDatasetsByTestCases(List<Long> testCaseIds)
CustomDatasetDaofindOwnDatasetsByTestCases in interface CustomDatasetDaotestCaseIds - : the concerned test cases ids.public List<org.squashtest.tm.domain.testcase.Dataset> findAllDelegateDatasets(Long testCaseId)
CustomDatasetDaofindAllDelegateDatasets in interface CustomDatasetDaopublic void removeDatasetFromTestPlanItems(Long datasetId)
CustomDatasetDaoremoveDatasetFromTestPlanItems in interface CustomDatasetDaoCopyright © 2010–2017 Henix, henix.fr. All rights reserved.