org.squashtest.tm.service.internal.library
Interface LibrarySelectionStrategy<LIBRARY extends org.squashtest.tm.domain.library.Library<NODE>,NODE extends org.squashtest.tm.domain.library.LibraryNode>

All Known Implementing Classes:
CampaignLibrarySelectionStrategyImpl, RequirementLibrarySelectionStrategyImpl, TestCaseLibrarySelectionStrategyImpl

public interface LibrarySelectionStrategy<LIBRARY extends org.squashtest.tm.domain.library.Library<NODE>,NODE extends org.squashtest.tm.domain.library.LibraryNode>


Method Summary
 List<LIBRARY> getSpecificLibraries(List<org.squashtest.tm.domain.project.Project> givenProjectList)
          This method returns the list of filtered libraries
 

Method Detail

getSpecificLibraries

List<LIBRARY> getSpecificLibraries(List<org.squashtest.tm.domain.project.Project> givenProjectList)
This method returns the list of filtered libraries

Parameters:
givenProjectList - the project list
Returns:
the list of associated libraries depending on the implementation


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