org.squashtest.csp.tm.internal.repository
Interface AttachmentDao

All Superinterfaces:
EntityDao<Attachment>
All Known Implementing Classes:
HibernateAttachmentDao

public interface AttachmentDao
extends EntityDao<Attachment>


Method Summary
 Set<Attachment> findAllAttachments(Long attachmentListId)
           
 List<Attachment> findAllAttachmentsFiltered(Long attachmentListId, CollectionSorting filter)
           
 Attachment findAttachmentWithContent(Long attachmentId)
           
 void removeAttachment(Long attachmentId)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findAllByIdList, findById, flush, persist, persist, remove
 

Method Detail

findAttachmentWithContent

Attachment findAttachmentWithContent(Long attachmentId)

findAllAttachments

Set<Attachment> findAllAttachments(Long attachmentListId)

removeAttachment

void removeAttachment(Long attachmentId)

findAllAttachmentsFiltered

List<Attachment> findAllAttachmentsFiltered(Long attachmentListId,
                                            CollectionSorting filter)


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.