|
Deprecated Methods |
org.squashtest.tm.service.internal.testcase.CustomTestCaseModificationServiceImpl.changeTestStepPosition(long, long, int)
|
org.squashtest.tm.service.testcase.CustomTestCaseModificationService.changeTestStepPosition(long, long, int)
|
org.squashtest.tm.service.testcase.CallStepManagerService.checkForCyclicStepCallBeforePaste(long, String[])
|
org.squashtest.tm.service.internal.repository.CustomTestSuiteDao.findAllTestPlanItemsPaged(long, Paging)
|
org.squashtest.tm.service.campaign.CampaignLibraryNavigationService.findCampaign(long)
use CampaignFinder.findById(long) instead |
org.squashtest.tm.service.campaign.CampaignLibraryNavigationService.findIteration(long)
use IterationFinder.findById(long) instead |
org.squashtest.tm.service.testcase.TestCaseLibraryNavigationService.findTestCase(long)
use TestCaseFinder.findById(long) instead |
org.squashtest.tm.service.library.SearchService.findTestCaseByName(String, boolean)
|
org.squashtest.tm.service.internal.campaign.IterationTestPlanManagerServiceImpl.findTestPlanItemByTestCaseId(long, long)
method used only in Integration tests should be removed |
org.squashtest.tm.service.campaign.IterationTestPlanFinder.findTestPlanItemByTestCaseId(long, long)
used only in IntegrationTests |
org.squashtest.tm.service.internal.repository.DeletionDao.flush()
caller uses SF.currentSession.flush() instead |
org.squashtest.tm.service.internal.repository.GenericDao.flush()
|
org.squashtest.tm.service.internal.library.AbstractLibraryNavigationService.renameFolder(long, String)
|
org.squashtest.tm.service.library.LibraryNavigationService.renameFolder(long, String)
|