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.library   
org.squashtest.csp.tm.domain.project   
org.squashtest.csp.tm.domain.requirement   
org.squashtest.csp.tm.domain.resource   
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 TestSuite.getAttachmentList()
           
 AttachmentList Iteration.getAttachmentList()
           
 AttachmentList CampaignLibrary.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.library
 

Methods in org.squashtest.csp.tm.domain.library that return AttachmentList
 AttachmentList GenericLibraryNode.getAttachmentList()
           
 

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

Methods in org.squashtest.csp.tm.domain.project that return AttachmentList
 AttachmentList GenericProject.getAttachmentList()
           
 

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

Methods in org.squashtest.csp.tm.domain.requirement that return AttachmentList
 AttachmentList RequirementLibrary.getAttachmentList()
           
 AttachmentList RequirementLibraryNode.getAttachmentList()
           
 

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

Methods in org.squashtest.csp.tm.domain.resource that return AttachmentList
 AttachmentList Resource.getAttachmentList()
           
 

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

Methods in org.squashtest.csp.tm.domain.testcase that return AttachmentList
 AttachmentList TestCaseLibrary.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 Henix, henix.fr. All Rights Reserved.