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

All Superinterfaces:
LibraryDao<TestCaseLibrary,TestCaseLibraryNode>
All Known Implementing Classes:
HibernateTestCaseLibraryDao

public interface TestCaseLibraryDao
extends LibraryDao<TestCaseLibrary,TestCaseLibraryNode>


Method Summary
 void persist(TestCaseLibrary library)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.LibraryDao
findAll, findAllRootContentById, findById, findByRootContent
 

Method Detail

persist

void persist(TestCaseLibrary library)


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