Package com.bytedesk.service.utils
Class ServiceConvertUtils
java.lang.Object
com.bytedesk.service.utils.ServiceConvertUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AgentResponse
static MessageProtobuf
convertToMessageProtobuf
(MessageEntity lastMessage, ThreadEntity thread) static MessageResponse
convertToMessageResponse
(MessageEntity lastMessage, ThreadEntity thread) convertToServiceSettingsResponseVisitor
(ServiceSettings serviceSettings) static String
convertToServiceSettingsResponseVisitorJSONString
(ServiceSettings serviceSettings) static UserProtobuf
convertToUserProtobuf
(AgentEntity agent) static UserProtobuf
convertToUserProtobuf
(VisitorEntity visitor) static UserProtobuf
convertToUserProtobuf
(VisitorRequest visitorRequest) static UserProtobuf
convertToUserProtobuf
(VisitorResponse visitor) static UserProtobuf
convertToUserProtobuf
(WorkgroupEntity workgroup) static String
static String
convertToUserProtobufJSONString
(VisitorRequest visitorRequest) static UserProtobuf
convertToUserResponseSimple
(UserProtobuf visitorResponseSimple) static VisitorResponse
convertToVisitorResponse
(VisitorEntity visitor) static WorkgroupResponse
convertToWorkgroupResponse
(WorkgroupEntity workgroup)
-
Field Details
-
modelMapper
private static final org.modelmapper.ModelMapper modelMapper
-
-
Constructor Details
-
ServiceConvertUtils
private ServiceConvertUtils()
-
-
Method Details
-
convertToVisitorResponse
-
convertToUserProtobuf
-
convertToUserProtobuf
-
convertToUserProtobuf
-
convertToUserProtobufJSONString
-
convertToUserResponseSimple
-
convertToMessageProtobuf
public static MessageProtobuf convertToMessageProtobuf(MessageEntity lastMessage, ThreadEntity thread) -
convertToMessageResponse
public static MessageResponse convertToMessageResponse(MessageEntity lastMessage, ThreadEntity thread) -
convertToAgentResponse
-
convertToUserProtobuf
-
convertToUserProtobuf
-
convertToUserProtobufJSONString
-
convertToWorkgroupResponse
-
convertToServiceSettingsResponseVisitor
public static ServiceSettingsResponseVisitor convertToServiceSettingsResponseVisitor(ServiceSettings serviceSettings) -
convertToServiceSettingsResponseVisitorJSONString
public static String convertToServiceSettingsResponseVisitorJSONString(ServiceSettings serviceSettings)
-