Uses of Class
com.bytedesk.core.thread.ThreadEntity
Packages that use ThreadEntity
Package
Description
Robot message package contains classes for handling robot communication.
Configuration package containing Spring configuration classes and properties
Message handling package containing message models and processors
Thread package containing thread models and handlers
Utility classes package containing helper methods and common functionality
工作组服务包
管理客服工作组相关功能
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of ThreadEntity in com.bytedesk.ai.robot_message
Methods in com.bytedesk.ai.robot_message with parameters of type ThreadEntityModifier and TypeMethodDescriptionstatic MessageProtobuf
RobotMessageUtils.createRobotMessage
(ThreadEntity thread, ThreadProtobuf threadProtobuf, RobotProtobuf robot, MessageProtobuf messageProtobuf) -
Uses of ThreadEntity in com.bytedesk.core.config
Methods in com.bytedesk.core.config with parameters of type ThreadEntityModifier and TypeMethodDescriptionvoid
BytedeskEventPublisher.publishThreadCreateEvent
(ThreadEntity thread) void
BytedeskEventPublisher.publishThreadUpdateEvent
(ThreadEntity thread) -
Uses of ThreadEntity in com.bytedesk.core.message
Methods in com.bytedesk.core.message with parameters of type ThreadEntityModifier and TypeMethodDescriptionstatic MessageProtobuf
MessageUtils.createAgentCloseMessage
(ThreadEntity thread, String content) static MessageProtobuf
MessageUtils.createAutoCloseMessage
(ThreadEntity thread, String content) static MessageProtobuf
MessageUtils.createRateInviteMessage
(ThreadEntity thread, String content) static MessageProtobuf
MessageUtils.createSystemMessage
(ThreadEntity thread, String content) static MessageProtobuf
MessageUtils.createThreadMessage
(String messageUid, ThreadEntity thread, MessageTypeEnum type, String content) -
Uses of ThreadEntity in com.bytedesk.core.quality
Methods in com.bytedesk.core.quality with parameters of type ThreadEntityModifier and TypeMethodDescriptionint
QualityServiceImpl.applyRule
(QualityRuleEntity rule, ThreadEntity thread) private long
QualityServiceImpl.calculateResponseTime
(ThreadEntity thread) -
Uses of ThreadEntity in com.bytedesk.core.thread
Methods in com.bytedesk.core.thread that return ThreadEntityModifier and TypeMethodDescriptionThreadRestService.save
(ThreadEntity thread) ThreadEntity.setClose()
ThreadEntity.setOffline()
ThreadEntity.setQueuing()
ThreadEntity.setStarted()
Methods in com.bytedesk.core.thread that return types with arguments of type ThreadEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ThreadEntity>
ThreadRestService.findByOwner
(UserEntity user, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ThreadEntity>
ThreadRepository.findByOwnerAndHideAndDeleted
(UserEntity owner, Boolean hide, Boolean deleted, org.springframework.data.domain.Pageable pageable) ThreadRepository.findByStateAndDeleted
(String state, Boolean deleted) ThreadRepository.findByStatesAndDeleted
(List<String> states, Boolean deleted) ThreadRepository.findByTopicAndDeleted
(String topic, Boolean deleted) ThreadRepository.findByTypesInAndStateAndDeletedFalse
(List<String> types, String state) ThreadRepository.findByTypesInAndStateNotAndDeletedFalse
(List<String> types, String state) ThreadRepository.findByTypesInAndStatesNotInAndDeleted
(List<String> types, List<String> states, Boolean deleted) ThreadRepository.findFirstByTopic
(String topic) ThreadRestService.findFirstByTopic
(String topic) ThreadRepository.findFirstByTopicAndDeletedOrderByCreatedAtDesc
(String topic, Boolean deleted) ThreadRestService.findFirstByTopicAndOwner
(String topic, UserEntity user) ThreadRepository.findFirstByTopicAndOwnerAndDeletedOrderByUpdatedAtDesc
(String topic, UserEntity owner, Boolean deleted) used for member thread typeThreadRepository.findFirstByTopicAndStateNotContainingAndDeleted
(String topic, String state, Boolean deleted) ThreadRestService.findFirstByTopicNotClosed
(String topic) ThreadRestService.findListByTopic
(String topic) ThreadRestService.findServiceThreadStateStarted()
ThreadRepository.findTopicAndStatesNotInAndDeleted
(String topicWithWildcard, List<String> states, Boolean deleted) static org.springframework.data.jpa.domain.Specification<ThreadEntity>
ThreadSpecification.search
(ThreadRequest request) Methods in com.bytedesk.core.thread with parameters of type ThreadEntityModifier and TypeMethodDescriptionThreadRestService.autoClose
(ThreadEntity thread) ThreadRestService.convertToResponse
(ThreadEntity thread) ThreadRestService.createGroupMemberThread
(ThreadEntity thread, UserEntity owner) void
ThreadRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ThreadEntity entity) void
ThreadEntityListener.postPersist
(ThreadEntity thread) void
ThreadEntityListener.postUpdate
(ThreadEntity thread) ThreadRestService.save
(ThreadEntity thread) -
Uses of ThreadEntity in com.bytedesk.core.thread.event
Fields in com.bytedesk.core.thread.event declared as ThreadEntityModifier and TypeFieldDescriptionprivate ThreadEntity
ThreadAcceptEvent.thread
private ThreadEntity
ThreadCloseEvent.thread
private ThreadEntity
ThreadCreateEvent.thread
private ThreadEntity
ThreadUpdateEvent.thread
Constructors in com.bytedesk.core.thread.event with parameters of type ThreadEntityModifierConstructorDescriptionThreadAcceptEvent
(ThreadEntity thread) ThreadCloseEvent
(ThreadEntity thread) ThreadCreateEvent
(Object source, ThreadEntity thread) ThreadUpdateEvent
(Object source, ThreadEntity thread) -
Uses of ThreadEntity in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils with parameters of type ThreadEntityModifier and TypeMethodDescriptionstatic ThreadProtobuf
ConvertUtils.convertToThreadProtobuf
(ThreadEntity thread) static ThreadResponse
ConvertUtils.convertToThreadResponse
(ThreadEntity thread) -
Uses of ThreadEntity in com.bytedesk.service.queue
Methods in com.bytedesk.service.queue with parameters of type ThreadEntityModifier and TypeMethodDescriptionQueueService.enqueueAgent
(ThreadEntity threadEntity, AgentEntity agentEntity, VisitorRequest visitorRequest) QueueService.enqueueRobot
(ThreadEntity threadEntity, RobotEntity robotEntity, VisitorRequest visitorRequest) QueueService.enqueueWorkgroup
(ThreadEntity threadEntity, AgentEntity agentEntity, WorkgroupEntity workgroupEntity, VisitorRequest visitorRequest) private QueueEntity
QueueService.getOrCreateQueue
(ThreadEntity threadEntity, String queueNickname) QueueService.getOrCreateQueueMember
(ThreadEntity threadEntity, UserProtobuf userProtobuf, VisitorRequest visitorRequest, QueueEntity queue) -
Uses of ThreadEntity in com.bytedesk.service.statistic_thread
Fields in com.bytedesk.service.statistic_thread declared as ThreadEntityModifier and TypeFieldDescriptionprivate ThreadEntity
StatisticThreadCreateEvent.thread
private ThreadEntity
StatisticThreadUpdateStatusEvent.thread
Constructors in com.bytedesk.service.statistic_thread with parameters of type ThreadEntityModifierConstructorDescriptionStatisticThreadCreateEvent
(Object source, ThreadEntity thread) StatisticThreadUpdateStatusEvent
(Object source, ThreadEntity thread) -
Uses of ThreadEntity in com.bytedesk.service.strategy
Methods in com.bytedesk.service.strategy with parameters of type ThreadEntityModifier and TypeMethodDescriptionprivate MessageProtobuf
AgentCsThreadCreationStrategy.getAgentContinueMessage
(VisitorRequest visitorRequest, ThreadEntity thread) private MessageProtobuf
AgentCsThreadCreationStrategy.getAgentQueuingMessage
(VisitorRequest visitorRequest, ThreadEntity thread) WorkgroupCsThreadCreationStrategy.getOfflineMessage
(VisitorRequest visitorRequest, ThreadEntity threadFromRequest, WorkgroupEntity workgroup) private MessageProtobuf
RobotCsThreadCreationStrategy.getRobotContinueMessage
(RobotEntity robot, ThreadEntity thread) private MessageProtobuf
WorkgroupCsThreadCreationStrategy.getWorkgroupContinueMessage
(VisitorRequest visitorRequest, ThreadEntity thread) private MessageProtobuf
WorkgroupCsThreadCreationStrategy.getWorkgroupQueuingMessage
(VisitorRequest visitorRequest, ThreadEntity thread) private MessageProtobuf
AgentCsThreadCreationStrategy.handleAvailableAgent
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) private MessageProtobuf
WorkgroupCsThreadCreationStrategy.handleAvailableWorkgroup
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) private MessageProtobuf
AgentCsThreadCreationStrategy.handleOfflineAgent
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) private MessageProtobuf
AgentCsThreadCreationStrategy.handleQueuedAgent
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) private MessageProtobuf
WorkgroupCsThreadCreationStrategy.handleQueuedWorkgroup
(ThreadEntity threadFromRequest, AgentEntity agent, QueueMemberEntity queueMemberEntity) WorkgroupCsThreadCreationStrategy.routeToRobot
(VisitorRequest request, ThreadEntity threadFromRequest, RobotEntity robot) -
Uses of ThreadEntity in com.bytedesk.service.unified
Methods in com.bytedesk.service.unified that return ThreadEntityModifier and TypeMethodDescriptionUnifiedRestService.createUnifiedThread
(VisitorRequest visitorRequest, UnifiedEntity unified, String topic) UnifiedRestService.reInitUnifiedThreadExtra
(ThreadEntity thread, UnifiedEntity unified) Methods in com.bytedesk.service.unified with parameters of type ThreadEntityModifier and TypeMethodDescriptionUnifiedRestService.reInitUnifiedThreadExtra
(ThreadEntity thread, UnifiedEntity unified) -
Uses of ThreadEntity in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils with parameters of type ThreadEntityModifier and TypeMethodDescriptionstatic MessageProtobuf
ServiceConvertUtils.convertToMessageProtobuf
(MessageEntity lastMessage, ThreadEntity thread) static MessageResponse
ServiceConvertUtils.convertToMessageResponse
(MessageEntity lastMessage, ThreadEntity thread) static MessageEntity
ThreadMessageUtil.getAgentThreadOfflineMessage
(AgentEntity agent, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getAgentThreadQueueMessage
(AgentEntity agent, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadContinueMessage
(UserProtobuf user, ThreadEntity thread) static MessageEntity
ThreadMessageUtil.getThreadOfflineMessage
(WorkgroupEntity workgroup, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadQueuingMessage
(UserProtobuf user, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadRobotWelcomeMessage
(RobotEntity robot, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadUnifiedWelcomeMessage
(ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadWelcomeMessage
(AgentEntity agent, ThreadEntity thread) -
Uses of ThreadEntity in com.bytedesk.service.visitor_thread
Methods in com.bytedesk.service.visitor_thread that return ThreadEntityModifier and TypeMethodDescriptionVisitorThreadService.createAgentThread
(VisitorRequest visitorRequest, AgentEntity agent, String topic) VisitorThreadService.createRobotThread
(VisitorRequest visitorRequest, RobotEntity robot, String topic) VisitorThreadService.createWorkgroupThread
(VisitorRequest visitorRequest, WorkgroupEntity workgroup, String topic) VisitorThreadService.reInitAgentThreadExtra
(ThreadEntity thread, AgentEntity agent) VisitorThreadService.reInitRobotThreadExtra
(ThreadEntity thread, RobotEntity robot) VisitorThreadService.reInitWorkgroupThreadExtra
(VisitorRequest visitorRequest, ThreadEntity thread, WorkgroupEntity workgroup) Methods in com.bytedesk.service.visitor_thread with parameters of type ThreadEntityModifier and TypeMethodDescriptionVisitorThreadService.reInitAgentThreadExtra
(ThreadEntity thread, AgentEntity agent) VisitorThreadService.reInitRobotThreadExtra
(ThreadEntity thread, RobotEntity robot) VisitorThreadService.reInitWorkgroupThreadExtra
(VisitorRequest visitorRequest, ThreadEntity thread, WorkgroupEntity workgroup) VisitorThreadService.update
(ThreadEntity thread) Method parameters in com.bytedesk.service.visitor_thread with type arguments of type ThreadEntityModifier and TypeMethodDescriptionvoid
VisitorThreadService.autoCloseThread
(List<ThreadEntity> threads) TODO: 座席端25分钟不回复则自动断开,推送满意度 TODO: 客户端2分钟没有回复坐席则自动推送1分钟计时提醒: TODO: 频繁查库,待优化 温馨提示:您已经有2分钟未有操作了,如再有1分钟未有操作,系统将自动结束本次对话,感谢您的支持与谅解 如果1分钟之内无回复,则推送满意度: -
Uses of ThreadEntity in com.bytedesk.service.workgroup
Methods in com.bytedesk.service.workgroup with parameters of type ThreadEntityModifier and TypeMethodDescriptionint
WorkgroupRoutingService.calculatePriority
(ThreadEntity thread) 计算会话优先级WorkgroupRoutingService.selectAgent
(WorkgroupEntity workgroup, ThreadEntity thread, List<AgentEntity> availableAgents) 根据工作组路由模式选择客服 -
Uses of ThreadEntity in com.bytedesk.team.member
Methods in com.bytedesk.team.member that return ThreadEntityModifier and TypeMethodDescriptionMemberRestService.createMemberReverseThread
(ThreadEntity thread) 同事私聊会话:org/member/{self_member_uid}/{other_member_uid}Methods in com.bytedesk.team.member with parameters of type ThreadEntityModifier and TypeMethodDescriptionMemberRestService.createMemberReverseThread
(ThreadEntity thread) 同事私聊会话:org/member/{self_member_uid}/{other_member_uid} -
Uses of ThreadEntity in com.bytedesk.ticket.ticket
Methods in com.bytedesk.ticket.ticket that return ThreadEntity