@Transactional(readOnly=true)
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.springframework.data.domain.Page<org.squashtest.tm.domain.attachment.Attachment> |
findPagedAttachments(org.squashtest.tm.domain.attachment.AttachmentHolder attached,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<org.squashtest.tm.domain.attachment.Attachment> |
findPagedAttachments(long attachmentListId,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<org.squashtest.tm.domain.attachment.Attachment> findPagedAttachments(long attachmentListId,
org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<org.squashtest.tm.domain.attachment.Attachment> findPagedAttachments(org.squashtest.tm.domain.attachment.AttachmentHolder attached,
org.springframework.data.domain.Pageable pageable)
org.squashtest.tm.domain.attachment.Attachment findAttachment(Long attachmentId)
Set<org.squashtest.tm.domain.attachment.Attachment> findAttachments(Long attachmentListId)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.