Package ch.tocco.nice2.netui.api.tree
Interface TreeService
- All Known Implementing Classes:
TreeServiceImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetPath
(String key, String type, @Nullable TreeContext context) Deprecated.load
(String key, String type, @Nullable TreeContext context) Deprecated.move
(String movedNodeKey, String targetNodeKey, String point, String type, @Nullable TreeContext context) Deprecated.
-
Method Details
-
load
TreeData load(String key, String type, @Nullable @Nullable TreeContext context) throws TreeServiceException Deprecated.- Throws:
TreeServiceException
-
getPath
List<String> getPath(String key, String type, @Nullable @Nullable TreeContext context) throws TreeServiceException Deprecated.- Throws:
TreeServiceException
-
move
MoveResult move(String movedNodeKey, String targetNodeKey, String point, String type, @Nullable @Nullable TreeContext context) throws TreeServiceException Deprecated.- Throws:
TreeServiceException
-