Uses of Class
org.squashtest.csp.tm.domain.attachment.Attachment

Packages that use Attachment
org.squashtest.csp.tm.domain.attachment   
org.squashtest.csp.tm.domain.testcase   
org.squashtest.csp.tm.internal.repository   
org.squashtest.csp.tm.internal.repository.hibernate This file contains Hibernate named queries used by DAOs. 
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.service   
 

Uses of Attachment in org.squashtest.csp.tm.domain.attachment
 

Methods in org.squashtest.csp.tm.domain.attachment that return Attachment
 Attachment AttachmentList.getAttachmentById(long attachmentId)
           
 Attachment Attachment.hardCopy()
          will perform a deep copy of this Attachment.
 

Methods in org.squashtest.csp.tm.domain.attachment that return types with arguments of type Attachment
 Set<Attachment> AttachmentList.getAllAttachments()
           
 

Methods in org.squashtest.csp.tm.domain.attachment with parameters of type Attachment
 void AttachmentList.addAttachment(Attachment attachment)
           
 void AttachmentList.removeAttachment(Attachment attachment)
           
 

Uses of Attachment in org.squashtest.csp.tm.domain.testcase
 

Methods in org.squashtest.csp.tm.domain.testcase that return types with arguments of type Attachment
 Set<Attachment> TestCase.getAllAttachments()
           
 

Uses of Attachment in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository that return Attachment
 Attachment AttachmentDao.findAttachmentWithContent(Long attachmentId)
           
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type Attachment
 Set<Attachment> AttachmentDao.findAllAttachments(Long attachmentListId)
           
 List<Attachment> AttachmentDao.findAllAttachmentsFiltered(Long attachmentListId, CollectionSorting filter)
           
 

Uses of Attachment in org.squashtest.csp.tm.internal.repository.hibernate
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return Attachment
 Attachment HibernateAttachmentDao.findAttachmentWithContent(Long attachmentId)
           
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type Attachment
 Set<Attachment> HibernateAttachmentDao.findAllAttachments(Long attachmentListId)
           
 List<Attachment> HibernateAttachmentDao.findAllAttachmentsFiltered(Long attachmentListId, CollectionSorting filter)
           
 

Uses of Attachment in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that return Attachment
 Attachment AttachmentManagerServiceImpl.findAttachment(Long attachmentId)
           
 

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type Attachment
 Set<Attachment> AttachmentManagerServiceImpl.findAttachments(Long attachmentListId)
           
 FilteredCollectionHolder<List<Attachment>> AttachmentManagerServiceImpl.findFilteredAttachmentForList(long attachmentListId, CollectionSorting filter)
           
 

Methods in org.squashtest.csp.tm.internal.service with parameters of type Attachment
 Long AttachmentManagerServiceImpl.addAttachment(Long attachmentListId, Attachment attachment)
           
 

Uses of Attachment in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service that return Attachment
 Attachment AttachmentManagerService.findAttachment(Long attachmentId)
           
 

Methods in org.squashtest.csp.tm.service that return types with arguments of type Attachment
 Set<Attachment> AttachmentManagerService.findAttachments(Long attachmentListId)
           
 FilteredCollectionHolder<List<Attachment>> AttachmentManagerService.findFilteredAttachmentForList(long attachmentListId, CollectionSorting filter)
           
 

Methods in org.squashtest.csp.tm.service with parameters of type Attachment
 Long AttachmentManagerService.addAttachment(Long attachmentListId, Attachment attachment)
           
 



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.