org.squashtest.csp.tm.internal.repository
Interface TestCaseDeletionDao

All Superinterfaces:
DeletionDao
All Known Implementing Classes:
HibernateTestCaseDeletionDao

public interface TestCaseDeletionDao
extends DeletionDao


Method Summary
 List<Long> findTestCaseAttachmentListIds(List<Long> testCaseIds)
           
 List<Long> findTestStepAttachmentListIds(List<Long> testStepIds)
           
 List<Long> findTestSteps(List<Long> testCaseIds)
           
 void removeAllSteps(List<Long> testStepIds)
           
 void removeCallingCampaignItemTestPlan(List<Long> testCaseIds)
           
 void removeFromVerifyingTestCaseLists(List<Long> testCaseIds)
           
 void removeOrSetNullCallingIterationItemTestPlan(List<Long> testCaseIds)
           
 void setNullCallingExecutions(List<Long> testCaseIds)
           
 void setNullCallingExecutionSteps(List<Long> testStepIds)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.DeletionDao
flush, removeAttachmentList, removeAttachmentsLists, removeEntities, removeEntity
 

Method Detail

findTestSteps

List<Long> findTestSteps(List<Long> testCaseIds)

findTestCaseAttachmentListIds

List<Long> findTestCaseAttachmentListIds(List<Long> testCaseIds)

findTestStepAttachmentListIds

List<Long> findTestStepAttachmentListIds(List<Long> testStepIds)

removeAllSteps

void removeAllSteps(List<Long> testStepIds)

removeCallingCampaignItemTestPlan

void removeCallingCampaignItemTestPlan(List<Long> testCaseIds)

removeOrSetNullCallingIterationItemTestPlan

void removeOrSetNullCallingIterationItemTestPlan(List<Long> testCaseIds)

setNullCallingExecutionSteps

void setNullCallingExecutionSteps(List<Long> testStepIds)

setNullCallingExecutions

void setNullCallingExecutions(List<Long> testCaseIds)

removeFromVerifyingTestCaseLists

void removeFromVerifyingTestCaseLists(List<Long> testCaseIds)


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.