public class CustomReportLibraryNodeDaoImpl extends Object implements CustomCustomReportLibraryNodeDao
| Constructor and Description |
|---|
CustomReportLibraryNodeDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
countNodeFromEntity(org.squashtest.tm.domain.tree.TreeEntity treeEntity) |
List<org.squashtest.tm.domain.customreport.CustomReportLibraryNode> |
findAllConcreteLibraries() |
List<org.squashtest.tm.domain.customreport.CustomReportLibraryNode> |
findAllConcreteLibraries(List<Long> projectIds) |
List<Long> |
findAllDescendantIds(List<Long> nodesIds) |
List<org.squashtest.tm.domain.customreport.CustomReportLibraryNode> |
findAllDescendants(List<Long> nodesIds) |
List<Long> |
findAllFirstLevelDescendantIds(List<Long> nodesIds) |
List<Long> |
findAllFirstLevelDescendantIds(Long nodeId) |
List<Long> |
findAllNodeIdsForLibraryEntity(Long libraryId) |
List<Long> |
findAncestorIds(Long nodeId) |
List<org.squashtest.tm.domain.tree.TreeLibraryNode> |
findChildren(Long parentId) |
org.squashtest.tm.domain.customreport.CustomReportLibraryNode |
findNodeFromEntity(org.squashtest.tm.domain.tree.TreeEntity treeEntity) |
public List<org.squashtest.tm.domain.tree.TreeLibraryNode> findChildren(Long parentId)
findChildren in interface CustomCustomReportLibraryNodeDaopublic List<Long> findAllDescendantIds(List<Long> nodesIds)
findAllDescendantIds in interface CustomCustomReportLibraryNodeDaopublic List<org.squashtest.tm.domain.customreport.CustomReportLibraryNode> findAllDescendants(List<Long> nodesIds)
findAllDescendants in interface CustomCustomReportLibraryNodeDaopublic List<Long> findAllFirstLevelDescendantIds(List<Long> nodesIds)
findAllFirstLevelDescendantIds in interface CustomCustomReportLibraryNodeDaopublic List<Long> findAncestorIds(Long nodeId)
findAncestorIds in interface CustomCustomReportLibraryNodeDaopublic List<Long> findAllFirstLevelDescendantIds(Long nodeId)
findAllFirstLevelDescendantIds in interface CustomCustomReportLibraryNodeDaopublic List<org.squashtest.tm.domain.customreport.CustomReportLibraryNode> findAllConcreteLibraries(List<Long> projectIds)
findAllConcreteLibraries in interface CustomCustomReportLibraryNodeDaopublic List<org.squashtest.tm.domain.customreport.CustomReportLibraryNode> findAllConcreteLibraries()
findAllConcreteLibraries in interface CustomCustomReportLibraryNodeDaopublic org.squashtest.tm.domain.customreport.CustomReportLibraryNode findNodeFromEntity(org.squashtest.tm.domain.tree.TreeEntity treeEntity)
findNodeFromEntity in interface CustomCustomReportLibraryNodeDaopublic Long countNodeFromEntity(org.squashtest.tm.domain.tree.TreeEntity treeEntity)
countNodeFromEntity in interface CustomCustomReportLibraryNodeDaopublic List<Long> findAllNodeIdsForLibraryEntity(Long libraryId)
findAllNodeIdsForLibraryEntity in interface CustomCustomReportLibraryNodeDaoCopyright © 2010–2017 Henix, henix.fr. All rights reserved.