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 QueueEntityQueueRestService.doSave(QueueEntity entity) private QueueEntityQueueService.getAgentOrRobotQueue(UserProtobuf user, String orgUid) private QueueEntityQueueService.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 QueueEntityQueueRestService.doSave(QueueEntity entity) QueueRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QueueEntity entity) voidQueueListener.postPersist(QueueEntity queue) voidQueueListener.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 QueueEntityQueueMemberEntity.agentQueueprivate QueueEntityQueueMemberEntity.robotQueueprivate QueueEntityQueueMemberEntity.workgroupQueue -
Uses of QueueEntity in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils with parameters of type QueueEntityModifier and TypeMethodDescriptionstatic QueueResponseServiceConvertUtils.convertToQueueResponse(QueueEntity entity)