Uses of Interface
at.jku.dke.etutor.task_app.services.TaskService
Packages that use TaskService
Package
Description
This package contains controller interfaces that task apps should implement.
This package contains base classes of services that can be used to manage tasks, ...
-
Uses of TaskService in at.jku.dke.etutor.task_app.controllers
Fields in at.jku.dke.etutor.task_app.controllers declared as TaskServiceModifier and TypeFieldDescriptionprotected final TaskService
<E, A> BaseTaskControllerWithoutRequestMapping.taskService
The task group service.Constructors in at.jku.dke.etutor.task_app.controllers with parameters of type TaskServiceModifierConstructorDescriptionprotected
BaseTaskController
(TaskService<E, A> taskService) Creates a new instance of classBaseTaskController
.protected
BaseTaskControllerWithoutRequestMapping
(TaskService<E, A> taskService) Creates a new instance of classBaseTaskControllerWithoutRequestMapping
. -
Uses of TaskService in at.jku.dke.etutor.task_app.services
Classes in at.jku.dke.etutor.task_app.services that implement TaskServiceModifier and TypeClassDescriptionclass
BaseTaskInGroupService<T extends TaskInGroup<G>,
G extends TaskGroup, S> This class provides methods for managingTask
s.class
BaseTaskService<T extends Task,
S> This class provides methods for managingTask
s.