Uses of Class
com.bytedesk.service.queue.QueueEntity
Packages that use QueueEntity
Package
Description
队列成员包
管理客服系统的排队和会话分配
-
Uses of QueueEntity in com.bytedesk.service.queue
Methods in com.bytedesk.service.queue that return QueueEntityModifier and TypeMethodDescriptionQueueRestService.createQueue
(QueueRequest request) protected QueueEntity
QueueRestService.doSave
(QueueEntity entity) private QueueEntity
QueueService.getAgentOrRobotQueue
(UserProtobuf user, String orgUid) private QueueEntity
QueueService.getQueue
(ThreadEntity threadEntity, String queueNickname) QueueRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, QueueEntity entity) Methods in com.bytedesk.service.queue that return types with arguments of type QueueEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<QueueEntity>
QueueRestService.createSpecification
(QueueRequest request) protected org.springframework.data.domain.Page<QueueEntity>
QueueRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<QueueEntity> spec, org.springframework.data.domain.Pageable pageable) QueueRepository.findByStatus
(String status) QueueRestService.findByTopicAndDay
(String topic, String day) QueueRepository.findByTopicAndDayAndDeletedFalse
(String topic, String day) QueueRepository.findFirstByTopicAndDayAndDeletedFalseOrderByCreatedAtDesc
(String topic, String day) QueueRestService.findLatestByQueueTopicAndDay
(String queueTopic, String day) org.springframework.data.domain.Page<QueueEntity>
QueueRestService.queryByOrgEntity
(QueueRequest request) static org.springframework.data.jpa.domain.Specification<QueueEntity>
QueueSpecification.search
(QueueRequest request, AuthService authService) Methods in com.bytedesk.service.queue with parameters of type QueueEntityModifier and TypeMethodDescriptionQueueRestService.convertToExcel
(QueueEntity entity) QueueRestService.convertToResponse
(QueueEntity entity) protected QueueEntity
QueueRestService.doSave
(QueueEntity entity) QueueRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, QueueEntity entity) void
QueueListener.postPersist
(QueueEntity queue) void
QueueListener.prePersist
(QueueEntity queue) Method parameters in com.bytedesk.service.queue with type arguments of type QueueEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<QueueEntity>
QueueRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<QueueEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of QueueEntity in com.bytedesk.service.queue_member
Fields in com.bytedesk.service.queue_member declared as QueueEntityModifier and TypeFieldDescriptionprivate QueueEntity
QueueMemberEntity.agentQueue
private QueueEntity
QueueMemberEntity.robotQueue
private QueueEntity
QueueMemberEntity.workgroupQueue
-
Uses of QueueEntity in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils with parameters of type QueueEntityModifier and TypeMethodDescriptionstatic QueueResponse
ServiceConvertUtils.convertToQueueResponse
(QueueEntity entity)