Class QualificationUpdateTreeModel
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.tree.QualificationUpdateTreeModel
- All Implemented Interfaces:
TreeModel
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Constructor Summary
ConstructorDescriptionQualificationUpdateTreeModel
(QueryBuilderFactory queryBuilderFactory, Context context, QualificationService qualificationService, DefaultDisplayService defaultDisplayService, TimezoneResolverService timezoneResolverService) -
Method Summary
Modifier and TypeMethodDescriptiongetChildren
(String key, @Nullable TreeContext treeContext) getPath
(String key, @Nullable TreeContext context) getType()
move
(String movedNodeKey, String targetNodeKey, String point, @Nullable TreeContext context)
-
Constructor Details
-
QualificationUpdateTreeModel
public QualificationUpdateTreeModel(QueryBuilderFactory queryBuilderFactory, Context context, QualificationService qualificationService, DefaultDisplayService defaultDisplayService, TimezoneResolverService timezoneResolverService)
-
-
Method Details
-
getType
-
getChildren
public List<TreeNode> getChildren(String key, @Nullable @Nullable TreeContext treeContext) throws TreeModelException - Specified by:
getChildren
in interfaceTreeModel
- Throws:
TreeModelException
-
getPath
-
move
public MoveResult move(String movedNodeKey, String targetNodeKey, String point, @Nullable @Nullable TreeContext context) throws TreeModelException - Specified by:
move
in interfaceTreeModel
- Throws:
TreeModelException
-