Uses of Class
com.bytedesk.service.visitor_thread.VisitorThreadEntity
Packages that use VisitorThreadEntity
-
Uses of VisitorThreadEntity in com.bytedesk.service.visitor_thread
Methods in com.bytedesk.service.visitor_thread that return VisitorThreadEntityModifier and TypeMethodDescriptionprotected VisitorThreadEntity
VisitorThreadService.doSave
(VisitorThreadEntity entity) VisitorThreadService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, VisitorThreadEntity entity) VisitorThreadService.update
(ThreadEntity thread) Methods in com.bytedesk.service.visitor_thread that return types with arguments of type VisitorThreadEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<VisitorThreadEntity>
VisitorThreadService.createSpecification
(VisitorThreadRequest request) protected org.springframework.data.domain.Page<VisitorThreadEntity>
VisitorThreadService.executePageQuery
(org.springframework.data.jpa.domain.Specification<VisitorThreadEntity> spec, org.springframework.data.domain.Pageable pageable) VisitorThreadRepository.findFirstByTopic
(String topic) VisitorThreadService.findFirstByTopic
(String topic) static org.springframework.data.jpa.domain.Specification<VisitorThreadEntity>
VisitorThreadSpecification.search
(VisitorThreadRequest request, AuthService authService) Methods in com.bytedesk.service.visitor_thread with parameters of type VisitorThreadEntityModifier and TypeMethodDescriptionVisitorThreadService.convertToResponse
(VisitorThreadEntity entity) protected VisitorThreadEntity
VisitorThreadService.doSave
(VisitorThreadEntity entity) VisitorThreadService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, VisitorThreadEntity entity) Method parameters in com.bytedesk.service.visitor_thread with type arguments of type VisitorThreadEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<VisitorThreadEntity>
VisitorThreadService.executePageQuery
(org.springframework.data.jpa.domain.Specification<VisitorThreadEntity> spec, org.springframework.data.domain.Pageable pageable)