org.squashtest.tm.service.internal.repository
Interface AttachmentListDao

All Superinterfaces:
EntityDao<org.squashtest.tm.domain.attachment.AttachmentList>, GenericDao<org.squashtest.tm.domain.attachment.AttachmentList>
All Known Implementing Classes:
HibernateAttachmentListDao

public interface AttachmentListDao
extends EntityDao<org.squashtest.tm.domain.attachment.AttachmentList>


Method Summary
 org.squashtest.tm.domain.requirement.RequirementVersion findAssociatedRequirementVersionIfExists(Long attachmentListId)
           
 org.squashtest.tm.domain.testcase.TestCase findAssociatedTestCaseIfExists(Long attachmentListId)
           
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.EntityDao
findAll, findAllByIds, findById
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.GenericDao
clearFromCache, clearFromCache, flush, persist, persist, remove, removeAll
 

Method Detail

findAssociatedTestCaseIfExists

org.squashtest.tm.domain.testcase.TestCase findAssociatedTestCaseIfExists(Long attachmentListId)

findAssociatedRequirementVersionIfExists

org.squashtest.tm.domain.requirement.RequirementVersion findAssociatedRequirementVersionIfExists(Long attachmentListId)


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