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

Packages that use AttachmentList
org.squashtest.csp.tm.domain.attachment   
org.squashtest.csp.tm.domain.campaign   
org.squashtest.csp.tm.domain.execution   
org.squashtest.csp.tm.domain.requirement   
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. 
 

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

Methods in org.squashtest.csp.tm.domain.attachment that return AttachmentList
 AttachmentList AttachmentHolder.getAttachmentList()
          Should return the container for this object's attachments.
 

Uses of AttachmentList in org.squashtest.csp.tm.domain.campaign
 

Methods in org.squashtest.csp.tm.domain.campaign that return AttachmentList
 AttachmentList Iteration.getAttachmentList()
           
 AttachmentList Campaign.getAttachmentList()
           
 

Uses of AttachmentList in org.squashtest.csp.tm.domain.execution
 

Methods in org.squashtest.csp.tm.domain.execution that return AttachmentList
 AttachmentList Execution.getAttachmentList()
           
 AttachmentList ExecutionStep.getAttachmentList()
           
 

Uses of AttachmentList in org.squashtest.csp.tm.domain.requirement
 

Methods in org.squashtest.csp.tm.domain.requirement that return AttachmentList
 AttachmentList Requirement.getAttachmentList()
           
 AttachmentList RequirementVersion.getAttachmentList()
           
 

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

Methods in org.squashtest.csp.tm.domain.testcase that return AttachmentList
 AttachmentList TestCase.getAttachmentList()
           
 AttachmentList ActionTestStep.getAttachmentList()
           
 

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

Methods in org.squashtest.csp.tm.internal.repository with parameters of type AttachmentList
 void DeletionDao.removeAttachmentList(AttachmentList list)
           
 

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

Methods in org.squashtest.csp.tm.internal.repository.hibernate with parameters of type AttachmentList
 void HibernateDeletionDao.removeAttachmentList(AttachmentList list)
           
 



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