Uses of Interface
at.jku.dke.etutor.task_app.data.repositories.TaskGroupRepository
Packages that use TaskGroupRepository
Package
Description
This package contains base classes of services that can be used to manage tasks, ...
-
Uses of TaskGroupRepository in at.jku.dke.etutor.task_app.services
Fields in at.jku.dke.etutor.task_app.services declared as TaskGroupRepositoryModifier and TypeFieldDescriptionprotected final TaskGroupRepository
<G> BaseTaskGroupService.repository
The task group repository.protected final TaskGroupRepository
<G> BaseTaskInGroupService.taskGroupRepository
The task group repository.Constructors in at.jku.dke.etutor.task_app.services with parameters of type TaskGroupRepositoryModifierConstructorDescriptionprotected
BaseTaskGroupService
(TaskGroupRepository<G> repository) Creates a new instance of classBaseTaskGroupService
.protected
BaseTaskInGroupService
(TaskRepository<T> repository, TaskGroupRepository<G> taskGroupRepository) Creates a new instance of classBaseTaskInGroupService
.