org.squashtest.csp.tm.internal.repository
Interface DeletionDao
- All Known Subinterfaces:
- CampaignDeletionDao, RequirementDeletionDao, TestCaseDeletionDao
- All Known Implementing Classes:
- HibernateCampaignDeletionDao, HibernateDeletionDao, HibernateRequirementDeletionDao, HibernateTestCaseDeletionDao
public interface DeletionDao
removeAttachmentsLists
void removeAttachmentsLists(List<Long> attachmentListIds)
removeEntities
void removeEntities(List<Long> entityIds)
removeEntity
void removeEntity(Object entity)
removeAttachmentList
void removeAttachmentList(AttachmentList list)
flush
void flush()
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.