Uses of Interface
at.jku.dke.etutor.task_app.services.TaskGroupService
Packages that use TaskGroupService
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 TaskGroupService in at.jku.dke.etutor.task_app.controllers
Fields in at.jku.dke.etutor.task_app.controllers declared as TaskGroupServiceModifier and TypeFieldDescriptionprotected final TaskGroupService
<E, A> BaseTaskGroupControllerWithoutRequestMapping.taskGroupService
The task group service.Constructors in at.jku.dke.etutor.task_app.controllers with parameters of type TaskGroupServiceModifierConstructorDescriptionprotected
BaseTaskGroupController
(TaskGroupService<E, A> taskGroupService) Creates a new instance of classBaseTaskGroupController
.protected
BaseTaskGroupControllerWithoutRequestMapping
(TaskGroupService<E, A> taskGroupService) Creates a new instance of classBaseTaskGroupControllerWithoutRequestMapping
. -
Uses of TaskGroupService in at.jku.dke.etutor.task_app.services
Classes in at.jku.dke.etutor.task_app.services that implement TaskGroupServiceModifier and TypeClassDescriptionclass
BaseTaskGroupService<G extends TaskGroup,
S> This class provides methods for managingTaskGroup
s.