org.squashtest.csp.tm.internal.repository.hibernate
Class HibernateTestCaseDeletionDao
java.lang.Object
org.squashtest.csp.tm.internal.repository.hibernate.HibernateDeletionDao
org.squashtest.csp.tm.internal.repository.hibernate.HibernateTestCaseDeletionDao
- All Implemented Interfaces:
- DeletionDao, TestCaseDeletionDao
@Repository
public class HibernateTestCaseDeletionDao
- extends HibernateDeletionDao
- implements TestCaseDeletionDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateTestCaseDeletionDao
public HibernateTestCaseDeletionDao()
removeEntities
public void removeEntities(List<Long> entityIds)
- Specified by:
removeEntities in interface DeletionDao
removeAllSteps
public void removeAllSteps(List<Long> testStepIds)
- Specified by:
removeAllSteps in interface TestCaseDeletionDao
findTestSteps
public List<Long> findTestSteps(List<Long> testCaseIds)
- Specified by:
findTestSteps in interface TestCaseDeletionDao
findTestCaseAttachmentListIds
public List<Long> findTestCaseAttachmentListIds(List<Long> testCaseIds)
- Specified by:
findTestCaseAttachmentListIds in interface TestCaseDeletionDao
findTestStepAttachmentListIds
public List<Long> findTestStepAttachmentListIds(List<Long> testStepIds)
- Specified by:
findTestStepAttachmentListIds in interface TestCaseDeletionDao
removeCallingCampaignItemTestPlan
public void removeCallingCampaignItemTestPlan(List<Long> testCaseIds)
- Specified by:
removeCallingCampaignItemTestPlan in interface TestCaseDeletionDao
removeOrSetNullCallingIterationItemTestPlan
public void removeOrSetNullCallingIterationItemTestPlan(List<Long> testCaseIds)
- Specified by:
removeOrSetNullCallingIterationItemTestPlan in interface TestCaseDeletionDao
setNullCallingExecutionSteps
public void setNullCallingExecutionSteps(List<Long> testStepIds)
- Specified by:
setNullCallingExecutionSteps in interface TestCaseDeletionDao
setNullCallingExecutions
public void setNullCallingExecutions(List<Long> testCaseIds)
- Specified by:
setNullCallingExecutions in interface TestCaseDeletionDao
removeFromVerifyingTestCaseLists
public void removeFromVerifyingTestCaseLists(List<Long> testCaseIds)
- Specified by:
removeFromVerifyingTestCaseLists in interface TestCaseDeletionDao
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.