Uses of Class
com.bytedesk.core.rbac.user.UserProtobuf
Packages that use UserProtobuf
Package
Description
Message handling package containing message models and processors
Thread package containing thread models and handlers
ByteDesk 文件上传包
提供文件上传、存储管理等功能
Utility classes package containing helper methods and common functionality
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
ByteDesk 文章管理包
提供文章的CRUD、搜索等功能
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
评价服务包
管理客服会话的评价功能
会话转接包
处理会话转接相关功能
工作组服务包
管理客服工作组相关功能
工单核心模块
包含工单实体、仓库、服务等基础组件
-
Uses of UserProtobuf in com.bytedesk.core.action
Fields in com.bytedesk.core.action declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.core.message
Fields in com.bytedesk.core.message declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
MessageProtobuf.user
private UserProtobuf
MessageResponse.user
-
Uses of UserProtobuf in com.bytedesk.core.notice.extra
Fields in com.bytedesk.core.notice.extra declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
NoticeExtraInvite.receiver
private UserProtobuf
NoticeExtraMonitor.receiver
private UserProtobuf
NoticeExtraTransfer.receiver
private UserProtobuf
NoticeExtraInvite.sender
private UserProtobuf
NoticeExtraMonitor.sender
private UserProtobuf
NoticeExtraTransfer.sender
-
Uses of UserProtobuf in com.bytedesk.core.rbac.user
Methods in com.bytedesk.core.rbac.user that return UserProtobufModifier and TypeMethodDescriptionstatic UserProtobuf
UserUtils.getFileAssistantUser()
static UserProtobuf
UserUtils.getSystemChannelUser()
static UserProtobuf
UserProtobuf.parseFromJson
(String user) -
Uses of UserProtobuf in com.bytedesk.core.thread
Fields in com.bytedesk.core.thread declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
ThreadResponse.owner
private UserProtobuf
ThreadProtobuf.user
private UserProtobuf
ThreadRequest.user
private UserProtobuf
ThreadResponse.user
Fields in com.bytedesk.core.thread with type parameters of type UserProtobufModifier and TypeFieldDescriptionprivate List<UserProtobuf>
ThreadResponse.assistants
private List<UserProtobuf>
ThreadResponse.invites
private List<UserProtobuf>
ThreadResponse.monitors
private List<UserProtobuf>
ThreadResponse.ticketors
Methods in com.bytedesk.core.thread that return UserProtobufMethods in com.bytedesk.core.thread with parameters of type UserProtobufModifier and TypeMethodDescriptionstatic ThreadProtobuf
ThreadUtils.getThreadProtobuf
(String topic, ThreadTypeEnum type, UserProtobuf user) -
Uses of UserProtobuf in com.bytedesk.core.upload
Methods in com.bytedesk.core.upload with parameters of type UserProtobufModifier and TypeMethodDescriptionUploadRestService.handleFileUpload
(org.springframework.web.multipart.MultipartFile file, String fileName, String fileType, String kbType, String client, String orgUid, UserProtobuf userProtobuf, String categoryUid, String kbUid) -
Uses of UserProtobuf in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils that return UserProtobufModifier and TypeMethodDescriptionstatic UserProtobuf
ConvertUtils.convertToUserProtobuf
(UserEntity user) -
Uses of UserProtobuf in com.bytedesk.kbase.article
Fields in com.bytedesk.kbase.article declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.kbase.article_archive
Fields in com.bytedesk.kbase.article_archive declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.kbase.kbase
Fields in com.bytedesk.kbase.kbase with type parameters of type UserProtobuf -
Uses of UserProtobuf in com.bytedesk.liangshibao.course
Fields in com.bytedesk.liangshibao.course declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.liangshibao.media
Fields in com.bytedesk.liangshibao.media declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.service.queue
Methods in com.bytedesk.service.queue with parameters of type UserProtobufModifier and TypeMethodDescriptionQueueService.getOrCreateQueueMember
(ThreadEntity threadEntity, UserProtobuf userProtobuf, VisitorRequest visitorRequest, QueueEntity queue) -
Uses of UserProtobuf in com.bytedesk.service.thread_invite
Fields in com.bytedesk.service.thread_invite declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
ThreadInviteRequest.receiver
private UserProtobuf
ThreadInviteResponse.receiver
private UserProtobuf
ThreadInviteRequest.sender
private UserProtobuf
ThreadInviteResponse.sender
-
Uses of UserProtobuf in com.bytedesk.service.thread_rating
Fields in com.bytedesk.service.thread_rating declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
ThreadRatingResponse.agent
private UserProtobuf
ThreadRatingResponse.user
-
Uses of UserProtobuf in com.bytedesk.service.thread_transfer
Fields in com.bytedesk.service.thread_transfer declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
ThreadTransferRequest.receiver
private UserProtobuf
ThreadTransferResponse.receiver
private UserProtobuf
ThreadTransferRequest.sender
private UserProtobuf
ThreadTransferResponse.sender
-
Uses of UserProtobuf in com.bytedesk.service.unified
Fields in com.bytedesk.service.unified with type parameters of type UserProtobuf -
Uses of UserProtobuf in com.bytedesk.service.utils
Methods in com.bytedesk.service.utils that return UserProtobufModifier and TypeMethodDescriptionstatic UserProtobuf
ServiceConvertUtils.convertToUserProtobuf
(AgentEntity agent) static UserProtobuf
ServiceConvertUtils.convertToUserProtobuf
(VisitorEntity visitor) static UserProtobuf
ServiceConvertUtils.convertToUserProtobuf
(VisitorRequest visitorRequest) static UserProtobuf
ServiceConvertUtils.convertToUserProtobuf
(VisitorResponse visitor) static UserProtobuf
ServiceConvertUtils.convertToUserProtobuf
(WorkgroupEntity workgroup) static UserProtobuf
ServiceConvertUtils.convertToUserResponseSimple
(UserProtobuf visitorResponseSimple) Methods in com.bytedesk.service.utils with parameters of type UserProtobufModifier and TypeMethodDescriptionstatic UserProtobuf
ServiceConvertUtils.convertToUserResponseSimple
(UserProtobuf visitorResponseSimple) static MessageProtobuf
ThreadMessageUtil.getThreadContinueMessage
(UserProtobuf user, ThreadEntity thread) static MessageProtobuf
ThreadMessageUtil.getThreadQueuingMessage
(UserProtobuf user, ThreadEntity thread) -
Uses of UserProtobuf in com.bytedesk.service.workgroup
Fields in com.bytedesk.service.workgroup with type parameters of type UserProtobuf -
Uses of UserProtobuf in com.bytedesk.team.group
Fields in com.bytedesk.team.group declared as UserProtobufFields in com.bytedesk.team.group with type parameters of type UserProtobuf -
Uses of UserProtobuf in com.bytedesk.ticket.message.event
Fields in com.bytedesk.ticket.message.event declared as UserProtobuf -
Uses of UserProtobuf in com.bytedesk.ticket.ticket
Fields in com.bytedesk.ticket.ticket declared as UserProtobufModifier and TypeFieldDescriptionprivate UserProtobuf
TicketRequest.assignee
private UserProtobuf
TicketResponse.assignee
private UserProtobuf
TicketRequest.reporter
private UserProtobuf
TicketResponse.reporter
private UserProtobuf
TicketResponse.user
Methods in com.bytedesk.ticket.ticket that return UserProtobuf -
Uses of UserProtobuf in com.bytedesk.ticket.ticket.dto
Fields in com.bytedesk.ticket.ticket.dto declared as UserProtobuf