Uses of Class
org.squashtest.csp.tm.domain.campaign.TestSuiteStatistics

Packages that use TestSuiteStatistics
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 TestSuiteStatistics in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository that return TestSuiteStatistics
 TestSuiteStatistics CustomTestSuiteDao.getTestSuiteStatistics(long testSuitId)
           
 

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

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return TestSuiteStatistics
 TestSuiteStatistics HibernateTestSuiteDao.getTestSuiteStatistics(long testSuiteId)
           
 

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

Methods in org.squashtest.csp.tm.internal.service that return TestSuiteStatistics
 TestSuiteStatistics CustomTestSuiteModificationServiceImpl.findTestSuiteStatistics(long suiteId)
           
 

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

Methods in org.squashtest.csp.tm.service that return TestSuiteStatistics
 TestSuiteStatistics CustomTestSuiteModificationService.findTestSuiteStatistics(long suiteId)
          That method will retrieve the data and fill the testSuiteStatistics DTO.
 



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