@Repository(value="CustomCustomReportLibraryNodeDao") public class HibernateCustomCustomReportLibraryNodeDao extends HibernateEntityDao<org.squashtest.tm.domain.customreport.CustomReportLibraryNode> implements CustomCustomReportLibraryNodeDao
entityType| Constructor and Description |
|---|
HibernateCustomCustomReportLibraryNodeDao() |
| Modifier and Type | Method and Description |
|---|---|
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> |
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) |
collectFromMapList, collectFromMapList, collectFromMapListToSet, collectFromMapListToSet, findAll, findAllByIds, findById, findDescendantIds, findSorted, findSorted, getIdPropertyNameclearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAll, findAllByIds, findByIdclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllpublic HibernateCustomCustomReportLibraryNodeDao()
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 CustomCustomReportLibraryNodeDaoCopyright © 2010-2016 Henix, henix.fr. All Rights Reserved.