org.squashtest.csp.tm.internal.repository
Interface LibraryNodeDao<NODE extends LibraryNode>

All Superinterfaces:
EntityDao<NODE>
All Known Implementing Classes:
HibernateCampaignLibraryNodeDao, HibernateRequirementLibraryNodeDao, HibernateTestCaseLibraryNodeDao

public interface LibraryNodeDao<NODE extends LibraryNode>
extends EntityDao<NODE>


Method Summary
 List<String> getParentsName(long entityId)
          Returns the path of the given entity.
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findAll, findAllByIds, findById, flush, persist, persist, remove
 

Method Detail

getParentsName

List<String> getParentsName(long entityId)
Returns the path of the given entity. The path is the concatenation of the ancestor names, sorted by ancestry. It does not begin with /<project-name>

Parameters:
entityId -
Returns:


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