Uses of Class
com.bytedesk.service.thread_summary.ThreadSummaryEntity
Packages that use ThreadSummaryEntity
-
Uses of ThreadSummaryEntity in com.bytedesk.service.thread_summary
Methods in com.bytedesk.service.thread_summary that return ThreadSummaryEntityModifier and TypeMethodDescriptionprotected ThreadSummaryEntityThreadSummaryRestService.doSave(ThreadSummaryEntity entity) ThreadSummaryRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ThreadSummaryEntity entity) ThreadSummaryRestService.save(ThreadSummaryEntity entity) Methods in com.bytedesk.service.thread_summary that return types with arguments of type ThreadSummaryEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ThreadSummaryEntity>ThreadSummaryRestService.createSpecification(ThreadSummaryRequest request) protected org.springframework.data.domain.Page<ThreadSummaryEntity>ThreadSummaryRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ThreadSummaryEntity> spec, org.springframework.data.domain.Pageable pageable) ThreadSummaryRepository.findByThreadUid(String threadUid) ThreadSummaryRestService.findByThreadUid(String threadUid) static org.springframework.data.jpa.domain.Specification<ThreadSummaryEntity>ThreadSummarySpecification.search(ThreadSummaryRequest request, AuthService authService) Methods in com.bytedesk.service.thread_summary with parameters of type ThreadSummaryEntityModifier and TypeMethodDescriptionThreadSummaryRestService.convertToExcel(ThreadSummaryEntity entity) ThreadSummaryRestService.convertToResponse(ThreadSummaryEntity entity) protected ThreadSummaryEntityThreadSummaryRestService.doSave(ThreadSummaryEntity entity) ThreadSummaryRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ThreadSummaryEntity entity) voidThreadSummaryEntityListener.onPostPersist(ThreadSummaryEntity threadSummary) voidThreadSummaryEntityListener.onPostUpdate(ThreadSummaryEntity threadSummary) ThreadSummaryRestService.save(ThreadSummaryEntity entity) Method parameters in com.bytedesk.service.thread_summary with type arguments of type ThreadSummaryEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ThreadSummaryEntity>ThreadSummaryRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ThreadSummaryEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ThreadSummaryEntity in com.bytedesk.service.thread_summary.event
Fields in com.bytedesk.service.thread_summary.event declared as ThreadSummaryEntityModifier and TypeFieldDescriptionprivate ThreadSummaryEntityThreadSummaryCreateEvent.threadSummaryprivate ThreadSummaryEntityThreadSummaryDeleteEvent.threadSummaryprivate ThreadSummaryEntityThreadSummaryUpdateEvent.threadSummaryConstructors in com.bytedesk.service.thread_summary.event with parameters of type ThreadSummaryEntityModifierConstructorDescriptionThreadSummaryCreateEvent(Object source, ThreadSummaryEntity threadSummary) ThreadSummaryDeleteEvent(Object source, ThreadSummaryEntity threadSummary) ThreadSummaryUpdateEvent(Object source, ThreadSummaryEntity threadSummary)