org.squashtest.tm.service.internal.repository
Interface DeletionDao

All Known Subinterfaces:
CampaignDeletionDao, CustomFieldDeletionDao, RequirementDeletionDao, TestCaseDeletionDao
All Known Implementing Classes:
HibernateCampaignDeletionDao, HibernateCustomFieldDeletionDao, HibernateDeletionDao, HibernateRequirementDeletionDao, HibernateTestCaseDeletionDao

public interface DeletionDao


Method Summary
 void flush()
          Deprecated. caller uses SF.currentSession.flush() instead
 void removeAttachmentList(org.squashtest.tm.domain.attachment.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(org.squashtest.tm.domain.attachment.AttachmentList list)

flush

@Deprecated
void flush()
Deprecated. caller uses SF.currentSession.flush() instead



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.