Uses of Class
com.bytedesk.kanban.todo_list.TodoListEntity
Packages that use TodoListEntity
Package
Description
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
-
Uses of TodoListEntity in com.bytedesk.kanban.module
Fields in com.bytedesk.kanban.module with type parameters of type TodoListEntity -
Uses of TodoListEntity in com.bytedesk.kanban.todo_list
Methods in com.bytedesk.kanban.todo_list that return TodoListEntityModifier and TypeMethodDescriptionTodoListRestService.recover
(Exception e, TodoListEntity entity) 重试失败后的回调方法TodoListRestService.save
(TodoListEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法Methods in com.bytedesk.kanban.todo_list that return types with arguments of type TodoListEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<TodoListEntity>
TodoListSpecification.search
(TodoListRequest request) Methods in com.bytedesk.kanban.todo_list with parameters of type TodoListEntityModifier and TypeMethodDescriptionTodoListRestService.convertToResponse
(TodoListEntity entity) void
TodoListRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TodoListEntity entity) void
TodoListEntityListener.onPostPersist
(TodoListEntity todo) void
TodoListEntityListener.onPostUpdate
(TodoListEntity todo) TodoListRestService.recover
(Exception e, TodoListEntity entity) 重试失败后的回调方法TodoListRestService.save
(TodoListEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法 -
Uses of TodoListEntity in com.bytedesk.kanban.todo_list.event
Fields in com.bytedesk.kanban.todo_list.event declared as TodoListEntityModifier and TypeFieldDescriptionprivate TodoListEntity
TodoListCreateEvent.todo
private TodoListEntity
TodoListDeleteEvent.todo
private TodoListEntity
TodoListUpdateEvent.todo
Constructors in com.bytedesk.kanban.todo_list.event with parameters of type TodoListEntityModifierConstructorDescription