org.squashtest.tm.service.campaign
Interface TestSuiteFinder

All Known Subinterfaces:
CustomTestSuiteModificationService, TestSuiteModificationService
All Known Implementing Classes:
CustomTestSuiteModificationServiceImpl

public interface TestSuiteFinder


Method Summary
 org.squashtest.tm.domain.campaign.TestSuite findById(long suiteId)
          That method will find the test Suite by its ID
 

Method Detail

findById

@Transactional(readOnly=true)
org.squashtest.tm.domain.campaign.TestSuite findById(long suiteId)
That method will find the test Suite by its ID

Parameters:
suiteId -


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