org.squashtest.csp.tm.internal.repository
Interface TestCaseFolderDao

All Superinterfaces:
EntityDao<TestCaseFolder>, FolderDao<TestCaseFolder,TestCaseLibraryNode>
All Known Implementing Classes:
HibernateTestCaseFolderDao

public interface TestCaseFolderDao
extends EntityDao<TestCaseFolder>, FolderDao<TestCaseFolder,TestCaseLibraryNode>


Method Summary
 List<Long> findTestCasesFolderIdsInFolderContent(long folderId)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.FolderDao
findAllContentById, findAllFolders, findByContent, findContentForList, findNamesInFolderStartingWith, findNamesInLibraryStartingWith, findPairedContentForList
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findAllByIdList, findById, flush, persist, persist, remove
 

Method Detail

findTestCasesFolderIdsInFolderContent

List<Long> findTestCasesFolderIdsInFolderContent(long folderId)


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