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>
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.