Uses of Class
no.ntnu.principes.domain.task.Task
Packages that use Task
Package
Description
-
Uses of Task in no.ntnu.principes.event.task
Methods in no.ntnu.principes.event.task with parameters of type TaskModifier and TypeMethodDescriptionstatic TaskCreatedEventCreates a new TaskCreatedEvent with the specified task.Method parameters in no.ntnu.principes.event.task with type arguments of type TaskModifier and TypeMethodDescriptionstatic TasksCreatedEventCreates a new TasksCreatedEvent with the specified tasks.static TasksDistributedEventCreates a new TasksDistributedEvent with the specified tasks.Constructors in no.ntnu.principes.event.task with parameters of type TaskModifierConstructorDescriptionTaskCreatedEvent(Task task) Constructor for creating a new TaskCreatedEvent.Constructor parameters in no.ntnu.principes.event.task with type arguments of type TaskModifierConstructorDescriptionTasksCreatedEvent(List<Task> task) Constructor for creating a new TaskCreatedEvent.TasksDistributedEvent(List<Task> tasks) Constructor for creating a new TasksDistributedEvent. -
Uses of Task in no.ntnu.principes.mapper
Methods in no.ntnu.principes.mapper with parameters of type TaskMethod parameters in no.ntnu.principes.mapper with type arguments of type Task -
Uses of Task in no.ntnu.principes.repository
Methods in no.ntnu.principes.repository that return TaskModifier and TypeMethodDescriptionprotected TaskMaps a database result set row to a Task object.Saves a task, creating a new record or updating an existing one.Methods in no.ntnu.principes.repository that return types with arguments of type TaskModifier and TypeMethodDescriptionTaskRepository.findAll()Retrieves all tasks.Finds a task by its ID.Finds tasks by multiple IDs in a single query.TaskRepository.findRecurringTasks()Finds all recurring tasks.TaskRepository.findTasksByMember(Long memberId) Finds all tasks assigned to a specific member.TaskRepository.findUnassignedTasks()Methods in no.ntnu.principes.repository with parameters of type Task -
Uses of Task in no.ntnu.principes.service
Methods in no.ntnu.principes.service that return TaskModifier and TypeMethodDescriptionTaskTemplateService.createTask(CreateTaskRequest taskRequest, List<Long> assignToMemberIds) Creates a new task with optional assignments to specific members.TaskTemplateService.createTask(CreateTaskRequest taskRequest, List<Long> assignToMemberIds, boolean pushEvents) Creates a new task with optional assignments to specific members.TaskTemplateService.updateTask(Long taskId, CreateTaskRequest taskRequest, List<Long> assignToMemberIds) Updates an existing task and its assignments.Methods in no.ntnu.principes.service that return types with arguments of type Task -
Uses of Task in no.ntnu.principes.util
Methods in no.ntnu.principes.util that return types with arguments of type Task