org.squashtest.tm.service.internal.repository.hibernate
@Repository public class HibernateTestCaseDeletionDao extends HibernateDeletionDao implements TestCaseDeletionDao
| Constructor and Description |
|---|
HibernateTestCaseDeletionDao() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
findTestCaseAttachmentListIds(List<Long> testCaseIds) |
List<Long> |
findTestCaseFolderAttachmentListIds(List<Long> folderIds) |
List<Long> |
findTestStepAttachmentListIds(List<Long> testStepIds) |
List<Long> |
findTestSteps(List<Long> testCaseIds) |
void |
removeAllSteps(List<Long> testStepIds) |
void |
removeCampaignTestPlanInboundReferences(List<Long> testCaseIds) |
void |
removeEntities(List<Long> entityIds) |
void |
removeFromVerifyingTestCaseLists(List<Long> testCaseIds) |
void |
removeFromVerifyingTestStepsList(List<Long> testStepIds) |
void |
removeOrSetIterationTestPlanInboundReferencesToNull(List<Long> testCaseIds) |
List<Long>[] |
separateFolderFromTestCaseIds(List<Long> originalIds)
Given a list of TestCaseLibraryNode ids, will tell which ones are folder ids and which ones are campaigns.
|
void |
setExecStepInboundReferencesToNull(List<Long> testStepIds) |
void |
setExecutionInboundReferencesToNull(List<Long> testCaseIds) |
executeDeleteNamedQuery, executeDeleteSQLQuery, executeSelectNamedQuery, executeSelectSQLQuery, flush, getSession, removeAttachmentList, removeAttachmentsLists, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflush, removeAttachmentList, removeAttachmentsLists, removeEntitypublic void removeEntities(List<Long> entityIds)
removeEntities in interface DeletionDaopublic void removeAllSteps(List<Long> testStepIds)
removeAllSteps in interface TestCaseDeletionDaopublic List<Long> findTestSteps(List<Long> testCaseIds)
findTestSteps in interface TestCaseDeletionDaopublic List<Long> findTestCaseAttachmentListIds(List<Long> testCaseIds)
findTestCaseAttachmentListIds in interface TestCaseDeletionDaopublic List<Long> findTestCaseFolderAttachmentListIds(List<Long> folderIds)
findTestCaseFolderAttachmentListIds in interface TestCaseDeletionDaopublic List<Long> findTestStepAttachmentListIds(List<Long> testStepIds)
findTestStepAttachmentListIds in interface TestCaseDeletionDaopublic void removeCampaignTestPlanInboundReferences(List<Long> testCaseIds)
removeCampaignTestPlanInboundReferences in interface TestCaseDeletionDaopublic void removeOrSetIterationTestPlanInboundReferencesToNull(List<Long> testCaseIds)
removeOrSetIterationTestPlanInboundReferencesToNull in interface TestCaseDeletionDaopublic void setExecStepInboundReferencesToNull(List<Long> testStepIds)
setExecStepInboundReferencesToNull in interface TestCaseDeletionDaopublic void setExecutionInboundReferencesToNull(List<Long> testCaseIds)
setExecutionInboundReferencesToNull in interface TestCaseDeletionDaopublic void removeFromVerifyingTestCaseLists(List<Long> testCaseIds)
removeFromVerifyingTestCaseLists in interface TestCaseDeletionDaopublic void removeFromVerifyingTestStepsList(List<Long> testStepIds)
removeFromVerifyingTestStepsList in interface TestCaseDeletionDaopublic List<Long>[] separateFolderFromTestCaseIds(List<Long> originalIds)
TestCaseDeletionDaoseparateFolderFromTestCaseIds in interface TestCaseDeletionDaooriginalIds - the requirement library node ids we want to sort out.Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.