org.squashtest.tm.service.requirement
Interface RequirementLibraryFinderService

All Known Subinterfaces:
RequirementLibraryNavigationService
All Known Implementing Classes:
RequirementLibraryNavigationServiceImpl

public interface RequirementLibraryFinderService

Author:
Gregory Fouquet

Method Summary
 List<org.squashtest.tm.domain.requirement.RequirementLibrary> findLinkableRequirementLibraries()
          Returns the collection of RequirementLibrary which Requirements can be linked by a TestCase
 String getPathAsString(long entityId)
          Returns the path of a RequirementLibraryNode given its id.
 

Method Detail

findLinkableRequirementLibraries

List<org.squashtest.tm.domain.requirement.RequirementLibrary> findLinkableRequirementLibraries()
Returns the collection of RequirementLibrary which Requirements can be linked by a TestCase

Returns:

getPathAsString

String getPathAsString(long entityId)
Returns the path of a RequirementLibraryNode given its id. The format is standard, beginning with /<project-name>

Parameters:
entityId - the id of the node.
Returns:
the path of that node.


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