Uses of Class
com.bytedesk.call.queue.CallQueueEntity
Packages that use CallQueueEntity
-
Uses of CallQueueEntity in com.bytedesk.call.queue
Methods in com.bytedesk.call.queue that return CallQueueEntityModifier and TypeMethodDescriptionCallQueueService.createQueue(CallQueueEntity queue) 创建队列CallQueueService.updateQueue(CallQueueEntity queue) 更新队列信息CallQueueService.updateQueueStatus(String queueName, CallQueueEntity.QueueStatus status) 更新队列状态Methods in com.bytedesk.call.queue that return types with arguments of type CallQueueEntityModifier and TypeMethodDescriptionCallQueueRepository.findByName(String name) 根据队列名称查找队列CallQueueRepository.findByStatus(CallQueueEntity.QueueStatus status) 根据队列状态查找队列列表CallQueueRepository.findByType(CallQueueEntity.QueueType type) 根据队列类型查找队列列表CallQueueRepository.findByTypeAndStatus(CallQueueEntity.QueueType type, CallQueueEntity.QueueStatus status) 根据队列类型和状态查找队列CallQueueService.getAllQueues()获取所有队列获取队列信息CallQueueService.getQueuesByType(CallQueueEntity.QueueType type) 根据类型获取队列列表Methods in com.bytedesk.call.queue with parameters of type CallQueueEntityModifier and TypeMethodDescriptionCallQueueService.createQueue(CallQueueEntity queue) 创建队列booleanCallQueueService.matchesQueueSkills(CallCallEntity call, CallQueueEntity queue) 检查呼叫是否匹配队列技能要求CallQueueService.updateQueue(CallQueueEntity queue) 更新队列信息 -
Uses of CallQueueEntity in com.bytedesk.call.routing
Methods in com.bytedesk.call.routing that return types with arguments of type CallQueueEntityModifier and TypeMethodDescriptionprivate Optional<CallQueueEntity>CallRoutingService.findQueueForCall(CallCallEntity call) 为呼叫找到合适的队列