Package com.bytedesk.service.utils
Class ServiceConvertUtils
java.lang.Object
com.bytedesk.service.utils.ServiceConvertUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AgentResponsestatic MessageLeaveResponsestatic MessageProtobufconvertToMessageProtobuf(MessageEntity lastMessage, ThreadEntity thread) static MessageResponsestatic MessageResponseconvertToMessageResponse(MessageEntity lastMessage) static QueueMemberResponsestatic QueueResponseconvertToQueueResponse(QueueEntity entity) convertToServiceSettingsResponseVisitor(ServiceSettings serviceSettings) static StringconvertToServiceSettingsResponseVisitorJSONString(ServiceSettings serviceSettings) static UserProtobufconvertToUserProtobuf(AgentEntity agent) static UserProtobufconvertToUserProtobuf(WorkgroupEntity workgroup) static Stringstatic StringconvertToUserProtobufJSONString(WorkgroupEntity workgroup) static VisitorProtobufconvertToVisitorProtobuf(VisitorEntity visitor) static VisitorProtobufconvertToVisitorProtobuf(VisitorRequest visitorRequest) static VisitorProtobufconvertToVisitorProtobuf(VisitorResponse visitor) static StringconvertToVisitorProtobufJSONString(VisitorRequest visitorRequest) static VisitorResponseconvertToVisitorResponse(VisitorEntity visitor) static WorkgroupResponseconvertToWorkgroupResponse(WorkgroupEntity workgroup) private static org.modelmapper.ModelMapper
-
Constructor Details
-
ServiceConvertUtils
public ServiceConvertUtils()
-
-
Method Details
-
getModelMapper
private static org.modelmapper.ModelMapper getModelMapper() -
convertToVisitorResponse
-
convertToVisitorProtobuf
-
convertToVisitorProtobuf
-
convertToVisitorProtobuf
-
convertToVisitorProtobufJSONString
-
convertToMessageProtobuf
public static MessageProtobuf convertToMessageProtobuf(MessageEntity lastMessage, ThreadEntity thread) -
convertToMessageResponse
-
convertToMessageResponse
-
convertToAgentResponse
-
convertToUserProtobuf
-
convertToUserProtobuf
-
convertToUserProtobufJSONString
-
convertToUserProtobufJSONString
-
convertToWorkgroupResponse
-
convertToServiceSettingsResponseVisitor
public static ServiceSettingsResponseVisitor convertToServiceSettingsResponseVisitor(ServiceSettings serviceSettings) -
convertToServiceSettingsResponseVisitorJSONString
public static String convertToServiceSettingsResponseVisitorJSONString(ServiceSettings serviceSettings) -
convertToQueueResponse
-
convertToMessageLeaveResponse
-
convertToQueueMemberResponse
-