Uses of Interface
at.jku.dke.etutor.task_app.data.entities.TaskGroup
Packages that use TaskGroup
Package
Description
This package contains controller interfaces that task apps should implement.
This package contains the base-classes for database entities used to store task groups, tasks and submissions.
Contains the database entity repositories.
This package contains base classes of services that can be used to manage tasks, ...
-
Uses of TaskGroup in at.jku.dke.etutor.task_app.controllers
Classes in at.jku.dke.etutor.task_app.controllers with type parameters of type TaskGroupModifier and TypeClassDescriptionclass
BaseTaskGroupController<E extends TaskGroup,
D, A> Base implementation ofTaskGroupController
with predefined request mapping base.class
BaseTaskGroupControllerWithoutRequestMapping<E extends TaskGroup,
D, A> Base implementation ofTaskGroupController
. -
Uses of TaskGroup in at.jku.dke.etutor.task_app.data.entities
Classes in at.jku.dke.etutor.task_app.data.entities with type parameters of type TaskGroupModifier and TypeClassDescriptionclass
BaseTaskInGroup<T extends TaskGroup>
Represents a task belonging to a task group.interface
TaskInGroup<T extends TaskGroup>
Interface for task entity in a task group.Classes in at.jku.dke.etutor.task_app.data.entities that implement TaskGroup -
Uses of TaskGroup in at.jku.dke.etutor.task_app.data.repositories
Classes in at.jku.dke.etutor.task_app.data.repositories with type parameters of type TaskGroupModifier and TypeInterfaceDescriptioninterface
TaskGroupRepository<T extends TaskGroup>
Repository for entityTaskGroup
. -
Uses of TaskGroup in at.jku.dke.etutor.task_app.services
Classes in at.jku.dke.etutor.task_app.services with type parameters of type TaskGroupModifier and TypeClassDescriptionclass
BaseTaskGroupService<G extends TaskGroup,
S> This class provides methods for managingTaskGroup
s.class
BaseTaskInGroupService<T extends TaskInGroup<G>,
G extends TaskGroup, S> This class provides methods for managingTask
s.interface
TaskGroupService<G extends TaskGroup,
S> Interface for classes that manageTaskGroup
s.