|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigTestsService
This interface exposes the operations that allow creating, updating, and deleting the test suite specifications in the database. It is intended to be a remote interface exposing a stateless session EJB3.0 bean.
| Method Summary | |
|---|---|
Long |
addTestSpec(TestSpecDTO testSpec)
Creates a TestSpec object based on the given testSpec and persists it to the database backed persistent storage. |
Long |
addTestSuite(TestSuiteDTO testSuite)
Creates a TestSuite object based on the given testSuite and persists it to the database backed persistent storage. |
void |
deleteTestSpec(Long id)
Remove the TestSpec object with the given id from persistent storage. |
void |
deleteTestSuite(Long id)
Remove the TestSuite with the given id from persistent storage. |
void |
updateTestSpec(Long id,
Map<String,Object> updates)
Updates a TestSpec object in persistent storage with the given id. |
void |
updateTestSuite(Long id,
Map<String,Object> updates)
Updates a TestSuite object in persistent storage with the given id. |
| Method Detail |
|---|
Long addTestSuite(TestSuiteDTO testSuite)
throws DTCServiceException
testSuite -
com.projectdarkstar.tools.dtc.service.DTCServiceException
DTCServiceException
void updateTestSuite(Long id,
Map<String,Object> updates)
throws DTCServiceException
id - id of the TestSuite to updateupdates - map of updates to update the TestSuite
com.projectdarkstar.tools.dtc.service.DTCServiceException
DTCServiceException
void deleteTestSuite(Long id)
throws DTCServiceException
id - id of the TestSuite to remove
com.projectdarkstar.tools.dtc.service.DTCServiceException
DTCServiceException
Long addTestSpec(TestSpecDTO testSpec)
throws DTCServiceException
testSpec -
com.projectdarkstar.tools.dtc.service.DTCServiceException
DTCServiceException
void updateTestSpec(Long id,
Map<String,Object> updates)
throws DTCServiceException
id - id of the TestSpec to updateupdates - map of updates to update the TestSpec
com.projectdarkstar.tools.dtc.service.DTCServiceException
DTCServiceException
void deleteTestSpec(Long id)
throws DTCServiceException
id - id of the TestSpec object to remove
com.projectdarkstar.tools.dtc.service.DTCServiceException
DTCServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||