org.squashtest.tm.service.attachment
Interface AttachmentFinderService

All Known Subinterfaces:
AttachmentManagerService
All Known Implementing Classes:
AttachmentManagerServiceImpl

@Transactional
public interface AttachmentFinderService


Method Summary
 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)
           
 

Method Detail

findPagedAttachments

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)

findPagedAttachments

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)

findAttachment

org.squashtest.tm.domain.attachment.Attachment findAttachment(Long attachmentId)

findAttachments

Set<org.squashtest.tm.domain.attachment.Attachment> findAttachments(Long attachmentListId)

findAttachmentShortName

String findAttachmentShortName(Long attachmentId)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.