org.squashtest.csp.tm.internal.repository
Interface AttachmentDao
- All Superinterfaces:
- EntityDao<Attachment>, GenericDao<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 Henix, henix.fr. All Rights Reserved.