org.squashtest.tm.service.internal.testcase
Class DatasetModificationServiceImpl
java.lang.Object
org.squashtest.tm.service.internal.testcase.DatasetModificationServiceImpl
- All Implemented Interfaces:
- DatasetModificationService
@Service(value="squashtest.tm.service.DatasetModificationService")
public class DatasetModificationServiceImpl
- extends Object
- implements DatasetModificationService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatasetModificationServiceImpl
public DatasetModificationServiceImpl()
persist
public void persist(org.squashtest.tm.domain.testcase.Dataset dataset,
long testCaseId)
- Specified by:
persist in interface DatasetModificationService
remove
public void remove(org.squashtest.tm.domain.testcase.Dataset dataset)
- Specified by:
remove in interface DatasetModificationService
removeById
public void removeById(long datasetId)
- Specified by:
removeById in interface DatasetModificationService
removeAllByTestCaseIds
public void removeAllByTestCaseIds(List<Long> testCaseIds)
- Specified by:
removeAllByTestCaseIds in interface DatasetModificationService
changeName
public void changeName(long datasetId,
String newName)
- Specified by:
changeName in interface DatasetModificationService
changeParamValue
public void changeParamValue(long datasetParamValueId,
String value)
- Specified by:
changeParamValue in interface DatasetModificationService
getAllDatasetByTestCase
public List<org.squashtest.tm.domain.testcase.Dataset> getAllDatasetByTestCase(long testCaseId)
updateDatasetParameters
public void updateDatasetParameters(long testCaseId)
- Specified by:
updateDatasetParameters in interface DatasetModificationService
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.