org.squashtest.tm.service.internal.repository
public interface TestCaseDeletionDao extends DeletionDao
| 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 |
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) |
flush, removeAttachmentList, removeAttachmentsLists, removeEntities, removeEntityList<Long> findTestCaseFolderAttachmentListIds(List<Long> folderIds)
void removeCampaignTestPlanInboundReferences(List<Long> testCaseIds)
void removeOrSetIterationTestPlanInboundReferencesToNull(List<Long> testCaseIds)
void setExecutionInboundReferencesToNull(List<Long> testCaseIds)
void removeFromVerifyingTestStepsList(List<Long> testStepIds)
testStepIds - List<Long>[] separateFolderFromTestCaseIds(List<Long> originalIds)
originalIds - the requirement library node ids we want to sort out.Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.