Uses of Package
at.jku.dke.etutor.task_app.data.entities
Packages that use at.jku.dke.etutor.task_app.data.entities
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, ...
-
Classes in at.jku.dke.etutor.task_app.data.entities used by at.jku.dke.etutor.task_app.controllers
-
Classes in at.jku.dke.etutor.task_app.data.entities used by at.jku.dke.etutor.task_app.data.entitiesClassDescriptionRepresents a task.Interface for submission entity.Interface for task entity.Interface for task group entity.Interface for task entity in a task group.
-
Classes in at.jku.dke.etutor.task_app.data.entities used by at.jku.dke.etutor.task_app.data.repositoriesClassDescriptionInterface for submission entity.Interface for task entity.Interface for task group entity.
-
Classes in at.jku.dke.etutor.task_app.data.entities used by at.jku.dke.etutor.task_app.servicesClassDescriptionInterface for submission entity.Interface for task entity.Interface for task group entity.Interface for task entity in a task group.