org.squashtest.tm.service.internal.testcase
Class DatasetModificationServiceImpl

java.lang.Object
  extended by org.squashtest.tm.service.internal.testcase.DatasetModificationServiceImpl
All Implemented Interfaces:
DatasetModificationService

@Service(value="squashtest.tm.service.DatasetModificationService")
public class DatasetModificationServiceImpl
extends Object
implements DatasetModificationService


Constructor Summary
DatasetModificationServiceImpl()
           
 
Method Summary
 void changeName(long datasetId, String newName)
           
 void changeParamValue(long datasetParamValueId, String value)
           
 List<org.squashtest.tm.domain.testcase.Dataset> getAllDatasetByTestCase(long testCaseId)
           
 void persist(org.squashtest.tm.domain.testcase.Dataset dataset, long testCaseId)
           
 void remove(org.squashtest.tm.domain.testcase.Dataset dataset)
           
 void removeAllByTestCaseIds(List<Long> testCaseIds)
           
 void removeById(long datasetId)
           
 void updateDatasetParameters(long testCaseId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatasetModificationServiceImpl

public DatasetModificationServiceImpl()
Method Detail

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.