com.projectdarkstar.tools.dtc.beans
Class ConfigTestsServiceBean
java.lang.Object
com.projectdarkstar.tools.dtc.beans.ConfigTestsServiceBean
- All Implemented Interfaces:
- ConfigTestsService
public class ConfigTestsServiceBean
- extends Object
- implements ConfigTestsService
This bean implements the ConfigTestsService interface providing operations
to add, remove, and update test suite specifications in the database.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigTestsServiceBean
public ConfigTestsServiceBean()
addTestSpec
public Long addTestSpec(TestSpecDTO testSpec)
throws DTCServiceException
- Specified by:
addTestSpec in interface ConfigTestsService
- Throws:
DTCServiceException
addTestSuite
public Long addTestSuite(TestSuiteDTO testSuite)
throws DTCServiceException
- Specified by:
addTestSuite in interface ConfigTestsService
- Throws:
DTCServiceException
deleteTestSpec
public void deleteTestSpec(Long id)
throws DTCServiceException
- Specified by:
deleteTestSpec in interface ConfigTestsService
- Throws:
DTCServiceException
deleteTestSuite
public void deleteTestSuite(Long id)
throws DTCServiceException
- Specified by:
deleteTestSuite in interface ConfigTestsService
- Throws:
DTCServiceException
updateTestSpec
public void updateTestSpec(Long id,
Map<String,Object> updates)
throws DTCServiceException
- Specified by:
updateTestSpec in interface ConfigTestsService
- Throws:
DTCServiceException
updateTestSuite
public void updateTestSuite(Long id,
Map<String,Object> updates)
throws DTCServiceException
- Specified by:
updateTestSuite in interface ConfigTestsService
- Throws:
DTCServiceException
Copyright © 2013. All Rights Reserved.