Interface NodeStore
- All Known Subinterfaces:
NavigationStorage,NavigationStore
public interface NodeStore
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionNodeData[]createNode(Long parentId, Long previousId, String name, NodeState state) destroyNode(Long targetId) NodeData[]Load all Navigation node which refer to a pageNodeData[]NodeData[]renameNode(Long targetId, Long parentId, String name) updateNode(Long targetId, NodeState state)
-
Method Details
-
loadNode
-
loadNodes
Load all Navigation node which refer to a page- Parameters:
pageRef-- Returns:
-
destroyNode
-
moveNode
-
renameNode
-