org.squashtest.csp.tm.internal.repository
Interface AttachmentDao
- All Superinterfaces:
- EntityDao<Attachment>
- All Known Implementing Classes:
- HibernateAttachmentDao
public interface AttachmentDao
- extends EntityDao<Attachment>
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.