public interface CustomTestAutomationServerDao
| Modifier and Type | Method and Description |
|---|---|
void |
deleteServer(long serverId)
Will delete the given TestAutomationServer and dereference it from TM Projects.
|
boolean |
hasBoundProjects(long serverId)
Checks if the
TestAutomationServer is bound to at least one TestAutomationProject |
boolean hasBoundProjects(long serverId)
TestAutomationServer is bound to at least one TestAutomationProjectserverId - : the id of the concernedTestAutomationServervoid deleteServer(long serverId)
Warning : When using this method there is a risk that your Hibernate beans are not up to
date. Use Session#clear() and Session#refresh(Object) to make sure your they are.
serverId - the id of the TestAutomationServer to delete.Copyright © 2010–2017 Henix, henix.fr. All rights reserved.