Uses of Class
com.bytedesk.kanban.todo_list.TodoListEntity
Packages that use TodoListEntity
Package
Description
-
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 TypeMethodDescriptionprotected TodoListEntity
TodoListRestService.doSave
(TodoListEntity entity) TodoListRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TodoListEntity entity) Methods in com.bytedesk.kanban.todo_list that return types with arguments of type TodoListEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<TodoListEntity>
TodoListRestService.createSpecification
(TodoListRequest request) protected org.springframework.data.domain.Page<TodoListEntity>
TodoListRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<TodoListEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<TodoListEntity>
TodoListSpecification.search
(TodoListRequest request, AuthService authService) Methods in com.bytedesk.kanban.todo_list with parameters of type TodoListEntityModifier and TypeMethodDescriptionTodoListRestService.convertToResponse
(TodoListEntity entity) protected TodoListEntity
TodoListRestService.doSave
(TodoListEntity entity) private void
TodoListRestService.handleModuleAssociation
(TodoListRequest request, TodoListEntity savedEntity) 处理与Module的关联关系TodoListRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TodoListEntity entity) void
TodoListEntityListener.onPostPersist
(TodoListEntity todo) void
TodoListEntityListener.onPostUpdate
(TodoListEntity todo) Method parameters in com.bytedesk.kanban.todo_list with type arguments of type TodoListEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<TodoListEntity>
TodoListRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<TodoListEntity> spec, org.springframework.data.domain.Pageable pageable) -
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