Uses of Class
org.squashtest.csp.tm.domain.testcase.TestCaseLibrary

Packages that use TestCaseLibrary
org.squashtest.csp.tm.domain.project   
org.squashtest.csp.tm.internal.infrastructure.strategy   
org.squashtest.csp.tm.internal.repository   
org.squashtest.csp.tm.internal.repository.hibernate This file contains Hibernate named queries used by DAOs. 
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.service   
 

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

Methods in org.squashtest.csp.tm.domain.project that return TestCaseLibrary
 TestCaseLibrary Project.getTestCaseLibrary()
           
 

Methods in org.squashtest.csp.tm.domain.project with parameters of type TestCaseLibrary
 void Project.setTestCaseLibrary(TestCaseLibrary testCaseLibrary)
           
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.internal.infrastructure.strategy
 

Methods in org.squashtest.csp.tm.internal.infrastructure.strategy that return types with arguments of type TestCaseLibrary
 List<TestCaseLibrary> TestCaseLibrarySelectionStrategyImpl.getSpecificLibraries(List<Project> givenProjectList)
           
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository with parameters of type TestCaseLibrary
 void TestCaseLibraryDao.persist(TestCaseLibrary library)
           
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.internal.repository.hibernate
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate with parameters of type TestCaseLibrary
 void HibernateTestCaseLibraryDao.persist(TestCaseLibrary testCaseLibrary)
           
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type TestCaseLibrary
 List<TestCaseLibrary> TestCaseLibrariesCrudServiceImpl.findAllLibraries()
          Deprecated.  
 List<TestCaseLibrary> CampaignTestPlanManagerServiceImpl.findLinkableTestCaseLibraries()
           
 List<TestCaseLibrary> IterationTestPlanManagerServiceImpl.findLinkableTestCaseLibraries()
           
 List<TestCaseLibrary> VerifyingTestCaseManagerServiceImpl.findLinkableTestCaseLibraries()
           
 List<TestCaseLibrary> CallStepManagerServiceImpl.findLinkableTestCaseLibraries()
           
protected  LibraryDao<TestCaseLibrary,TestCaseLibraryNode> TestCaseLibraryNavigationServiceImpl.getLibraryDao()
           
 

Uses of TestCaseLibrary in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service that return types with arguments of type TestCaseLibrary
 List<TestCaseLibrary> TestCaseLibrariesCrudService.findAllLibraries()
          Deprecated.  
 List<TestCaseLibrary> IterationTestPlanManagerService.findLinkableTestCaseLibraries()
          Returns a collection of TestCaseLibrary, the test cases of which may be added to the campaign
 List<TestCaseLibrary> VerifyingTestCaseManagerService.findLinkableTestCaseLibraries()
          Returns the collection of RequirementLibrarys which Requirements can be linked by a TestCase
 List<TestCaseLibrary> CallStepManagerService.findLinkableTestCaseLibraries()
          Returns the collection of TestCaseLibrarys which TestCases can be linked by a TestCase via a CallTestStep
 List<TestCaseLibrary> CampaignTestPlanManagerService.findLinkableTestCaseLibraries()
          Returns a collection of TestCaseLibrary, the test cases of which may be added to the campaign
 



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