org.squashtest.csp.tm.service.project
Interface CustomGenericProjectFinder
- All Known Subinterfaces:
- CustomGenericProjectManager, GenericProjectFinder, GenericProjectManagerService
- All Known Implementing Classes:
- CustomGenericProjectManagerImpl
public interface CustomGenericProjectFinder
Holder for non dynamically generated find methods for both Project and ProjectTemplate
- Author:
- mpagnon
getLastBoundServerOrDefault
TestAutomationServer getLastBoundServerOrDefault(long projectId)
- Returns a TestAutomationServer instance. Either it is a persisted instance that the tm project was bound to
lastly (through a ta project), either it will be the default server configuration.
findAdministrableProjectById
AdministrableProject findAdministrableProjectById(long projectId)
findBoundTestAutomationProjects
List<TestAutomationProject> findBoundTestAutomationProjects(long projectId)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.