public interface LibraryNodeDao<NODE extends org.squashtest.tm.domain.library.LibraryNode> extends EntityDao<NODE>
| Modifier and Type | Method and Description |
|---|---|
Long |
findNodeIdByPath(String path) |
List<Long> |
findNodeIdsByPath(List<String> paths)
Returns the ids of the node for each path in list.
|
List<Long> |
getParentsIds(long entityId)
Returns the ids path.
|
List<String> |
getParentsName(long entityId)
Returns the path of the given entity.
|
findAll, findAllByIds, findByIdList<String> getParentsName(long entityId)
entityId - List<Long> getParentsIds(long entityId)
entityId - List<Long> findNodeIdsByPath(List<String> paths)
paths - The paths list. This method expect that the first path of the list is the project.Copyright © 2010–2017 Henix, henix.fr. All rights reserved.