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 TodoListEntityTodoListRestService.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 TodoListEntityTodoListRestService.doSave(TodoListEntity entity) private voidTodoListRestService.handleModuleAssociation(TodoListRequest request, TodoListEntity savedEntity) 处理与Module的关联关系TodoListRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TodoListEntity entity) voidTodoListEntityListener.onPostPersist(TodoListEntity todo) voidTodoListEntityListener.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 TodoListEntityTodoListCreateEvent.todoprivate TodoListEntityTodoListDeleteEvent.todoprivate TodoListEntityTodoListUpdateEvent.todoConstructors in com.bytedesk.kanban.todo_list.event with parameters of type TodoListEntityModifierConstructorDescription