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


Method Summary
 void flush()
           
 void removeAttachmentList(AttachmentList list)
           
 void removeAttachmentsLists(List<Long> attachmentListIds)
           
 void removeEntities(List<Long> entityIds)
           
 void removeEntity(Object entity)
           
 

Method Detail

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.