Uses of Class
de.terrestris.shoguncore.model.tree.TreeNode
-
-
Uses of TreeNode in de.terrestris.shoguncore.converter
Classes in de.terrestris.shoguncore.converter with type parameters of type TreeNode Modifier and Type Class Description classTreeNodeIdResolver<E extends TreeNode,D extends TreeNodeDao<E>,S extends TreeNodeService<E,D>> -
Uses of TreeNode in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type TreeNode Modifier and Type Class Description classTreeNodeDao<E extends TreeNode> -
Uses of TreeNode in de.terrestris.shoguncore.model.tree
Subclasses of TreeNode in de.terrestris.shoguncore.model.tree Modifier and Type Class Description classTreeFolderMethods in de.terrestris.shoguncore.model.tree that return types with arguments of type TreeNode Modifier and Type Method Description java.util.List<TreeNode>TreeFolder. getChildren()Method parameters in de.terrestris.shoguncore.model.tree with type arguments of type TreeNode Modifier and Type Method Description voidTreeFolder. setChildren(java.util.List<TreeNode> children) -
Uses of TreeNode in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type TreeNode Modifier and Type Class Description classTreeNodeRestController<E extends TreeNode,D extends TreeNodeDao<E>,S extends TreeNodeService<E,D>> -
Uses of TreeNode in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type TreeNode Modifier and Type Class Description classTreeNodeService<E extends TreeNode,D extends TreeNodeDao<E>>Service class for theTreeNodemodel. -
Uses of TreeNode in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type TreeNode Modifier and Type Class Description classTreeNodeController<E extends TreeNode,D extends TreeNodeDao<E>,S extends TreeNodeService<E,D>>
-