com.projectdarkstar.tools.dtc.beans
Class ConfigTestsServiceBean

java.lang.Object
  extended by 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.


Constructor Summary
ConfigTestsServiceBean()
           
 
Method Summary
 Long addTestSpec(TestSpecDTO testSpec)
           
 Long addTestSuite(TestSuiteDTO testSuite)
           
 void deleteTestSpec(Long id)
           
 void deleteTestSuite(Long id)
           
 void updateTestSpec(Long id, Map<String,Object> updates)
           
 void updateTestSuite(Long id, Map<String,Object> updates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigTestsServiceBean

public ConfigTestsServiceBean()
Method Detail

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.