Uses of Interface
at.jku.dke.etutor.task_app.data.entities.TaskInGroup
Packages that use TaskInGroup
Package
Description
This package contains the base-classes for database entities used to store task groups, tasks and submissions.
This package contains base classes of services that can be used to manage tasks, ...
-
Uses of TaskInGroup in at.jku.dke.etutor.task_app.data.entities
Classes in at.jku.dke.etutor.task_app.data.entities that implement TaskInGroupModifier and TypeClassDescriptionclass
BaseTaskInGroup<T extends TaskGroup>
Represents a task belonging to a task group. -
Uses of TaskInGroup in at.jku.dke.etutor.task_app.services
Classes in at.jku.dke.etutor.task_app.services with type parameters of type TaskInGroupModifier and TypeClassDescriptionclass
BaseTaskInGroupService<T extends TaskInGroup<G>,
G extends TaskGroup, S> This class provides methods for managingTask
s.