org.squashtest.csp.tm.internal.repository
Interface TestCaseDeletionDao
- All Superinterfaces:
- DeletionDao
- All Known Implementing Classes:
- HibernateTestCaseDeletionDao
public interface TestCaseDeletionDao
- extends DeletionDao
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.