public interface AttachmentDao extends EntityDao<org.squashtest.tm.domain.attachment.Attachment>
| Modifier and Type | Method and Description |
|---|---|
Set<org.squashtest.tm.domain.attachment.Attachment> |
findAllAttachments(Long attachmentListId) |
List<org.squashtest.tm.domain.attachment.Attachment> |
findAllAttachmentsFiltered(Long attachmentListId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas) |
org.squashtest.tm.domain.attachment.Attachment |
findAttachmentWithContent(Long attachmentId) |
void |
removeAttachment(Long attachmentId) |
findAll, findAllByIds, findByIdclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllorg.squashtest.tm.domain.attachment.Attachment findAttachmentWithContent(Long attachmentId)
Set<org.squashtest.tm.domain.attachment.Attachment> findAllAttachments(Long attachmentListId)
void removeAttachment(Long attachmentId)
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.