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

Method Summary
 AdministrableProject findAdministrableProjectById(long projectId)
           
 List<TestAutomationProject> findBoundTestAutomationProjects(long projectId)
           
 TestAutomationServer getLastBoundServerOrDefault(long projectId)
          Returns a TestAutomationServer instance.
 

Method Detail

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.