Uses of Class
com.bytedesk.kanban.task.TaskEntity
Packages that use TaskEntity
Package
Description
-
Uses of TaskEntity in com.bytedesk.kanban.task
Methods in com.bytedesk.kanban.task that return TaskEntityModifier and TypeMethodDescriptionprotected TaskEntity
TaskRestService.doSave
(TaskEntity entity) TaskRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TaskEntity entity) Methods in com.bytedesk.kanban.task that return types with arguments of type TaskEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<TaskEntity>
TaskRestService.createSpecification
(TaskRequest request) protected org.springframework.data.domain.Page<TaskEntity>
TaskRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<TaskEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<TaskEntity>
TaskSpecification.search
(TaskRequest request, AuthService authService) Methods in com.bytedesk.kanban.task with parameters of type TaskEntityModifier and TypeMethodDescriptionTaskRestService.convertToResponse
(TaskEntity entity) protected TaskEntity
TaskRestService.doSave
(TaskEntity entity) TaskRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TaskEntity entity) private void
TaskRestService.handleTodoListAssociation
(TaskRequest request, TaskEntity savedEntity) 处理与TodoList的关联关系void
TaskEntityListener.onPostPersist
(TaskEntity task) void
TaskEntityListener.onPostUpdate
(TaskEntity task) Method parameters in com.bytedesk.kanban.task with type arguments of type TaskEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<TaskEntity>
TaskRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<TaskEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of TaskEntity in com.bytedesk.kanban.task.event
Fields in com.bytedesk.kanban.task.event declared as TaskEntityModifier and TypeFieldDescriptionprivate TaskEntity
TaskCreateEvent.task
private TaskEntity
TaskDeleteEvent.task
private TaskEntity
TaskUpdateEvent.task
Constructors in com.bytedesk.kanban.task.event with parameters of type TaskEntityModifierConstructorDescriptionTaskCreateEvent
(TaskEntity task) TaskDeleteEvent
(TaskEntity task) TaskUpdateEvent
(TaskEntity task) -
Uses of TaskEntity in com.bytedesk.kanban.todo_list
Fields in com.bytedesk.kanban.todo_list with type parameters of type TaskEntityModifier and TypeFieldDescriptionprivate List<TaskEntity>
TodoListEntity.tasks
Tasks associated with this todo list