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 TaskEntityTaskRestService.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 TaskEntityTaskRestService.doSave(TaskEntity entity) TaskRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TaskEntity entity) private voidTaskRestService.handleTodoListAssociation(TaskRequest request, TaskEntity savedEntity) 处理与TodoList的关联关系voidTaskEntityListener.onPostPersist(TaskEntity task) voidTaskEntityListener.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 TaskEntityTaskCreateEvent.taskprivate TaskEntityTaskDeleteEvent.taskprivate TaskEntityTaskUpdateEvent.taskConstructors 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.tasksTasks associated with this todo list