Uses of Class
com.bytedesk.core.task_comment.TaskCommentEntity
Packages that use TaskCommentEntity
-
Uses of TaskCommentEntity in com.bytedesk.core.task_comment
Methods in com.bytedesk.core.task_comment that return TaskCommentEntityModifier and TypeMethodDescriptionprotected TaskCommentEntityTaskCommentRestService.doSave(TaskCommentEntity entity) TaskCommentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TaskCommentEntity entity) Methods in com.bytedesk.core.task_comment that return types with arguments of type TaskCommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<TaskCommentEntity>TaskCommentRestService.createSpecification(TaskCommentRequest request) protected org.springframework.data.domain.Page<TaskCommentEntity>TaskCommentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<TaskCommentEntity> spec, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<TaskCommentEntity>TaskCommentRepository.findByTaskUidAndDeletedFalse(String taskUid, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<TaskCommentEntity>TaskCommentRestService.queryByOrgEntity(TaskCommentRequest request) static org.springframework.data.jpa.domain.Specification<TaskCommentEntity>TaskCommentSpecification.search(TaskCommentRequest request, AuthService authService) Methods in com.bytedesk.core.task_comment with parameters of type TaskCommentEntityModifier and TypeMethodDescriptionTaskCommentRestService.convertToExcel(TaskCommentEntity entity) TaskCommentRestService.convertToResponse(TaskCommentEntity entity) protected TaskCommentEntityTaskCommentRestService.doSave(TaskCommentEntity entity) TaskCommentRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, TaskCommentEntity entity) voidTaskCommentEntityListener.onPostPersist(TaskCommentEntity task_comment) voidTaskCommentEntityListener.onPostUpdate(TaskCommentEntity task_comment) Method parameters in com.bytedesk.core.task_comment with type arguments of type TaskCommentEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<TaskCommentEntity>TaskCommentRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<TaskCommentEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of TaskCommentEntity in com.bytedesk.core.task_comment.event
Fields in com.bytedesk.core.task_comment.event declared as TaskCommentEntityModifier and TypeFieldDescriptionprivate final TaskCommentEntityAbstractTaskCommentEvent.task_commentMethods in com.bytedesk.core.task_comment.event that return TaskCommentEntityModifier and TypeMethodDescriptionAbstractTaskCommentEvent.getTaskComment()private TaskCommentEntityAbstractTaskCommentEvent.snapshot(TaskCommentEntity source) Methods in com.bytedesk.core.task_comment.event with parameters of type TaskCommentEntityModifier and TypeMethodDescriptionprivate TaskCommentEntityAbstractTaskCommentEvent.snapshot(TaskCommentEntity source) Constructors in com.bytedesk.core.task_comment.event with parameters of type TaskCommentEntityModifierConstructorDescriptionprotectedAbstractTaskCommentEvent(Object source, TaskCommentEntity task_comment) TaskCommentCreateEvent(TaskCommentEntity task_comment) TaskCommentDeleteEvent(TaskCommentEntity task_comment) TaskCommentUpdateEvent(TaskCommentEntity task_comment)