org.squashtest.tm.service.attachment
@Transactional public interface AttachmentFinderService
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.attachment.Attachment |
findAttachment(Long attachmentId) |
Set<org.squashtest.tm.domain.attachment.Attachment> |
findAttachments(Long attachmentListId) |
String |
findAttachmentShortName(Long attachmentId) |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.attachment.Attachment>> |
findPagedAttachments(org.squashtest.tm.domain.attachment.AttachmentHolder attached,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas) |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.attachment.Attachment>> |
findPagedAttachments(long attachmentListId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas) |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.attachment.Attachment>> findPagedAttachments(long attachmentListId, org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.attachment.Attachment>> findPagedAttachments(org.squashtest.tm.domain.attachment.AttachmentHolder attached, org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
org.squashtest.tm.domain.attachment.Attachment findAttachment(Long attachmentId)
Set<org.squashtest.tm.domain.attachment.Attachment> findAttachments(Long attachmentListId)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.