Uses of Class
de.hybris.platform.messagecentercsoccaddon.dto.conversation.ConversationWsDTO
-
Packages that use ConversationWsDTO Package Description de.hybris.platform.messagecentercsoccaddon.controllers.messagecenter de.hybris.platform.messagecentercsoccaddon.dto.conversation -
-
Uses of ConversationWsDTO in de.hybris.platform.messagecentercsoccaddon.controllers.messagecenter
Methods in de.hybris.platform.messagecentercsoccaddon.controllers.messagecenter that return ConversationWsDTO Modifier and Type Method Description ConversationWsDTOMessageCenterCSController. closeConversation(java.lang.String conversationId)ConversationWsDTOMessageCenterCSController. pickConversation(java.lang.String conversationId)ConversationWsDTOMessageCenterCSController. sendMessage(ConversationMessageListWsDTO conversationMessageList) -
Uses of ConversationWsDTO in de.hybris.platform.messagecentercsoccaddon.dto.conversation
Methods in de.hybris.platform.messagecentercsoccaddon.dto.conversation that return types with arguments of type ConversationWsDTO Modifier and Type Method Description java.util.List<ConversationWsDTO>ConversationListWsDTO. getConversations()Method parameters in de.hybris.platform.messagecentercsoccaddon.dto.conversation with type arguments of type ConversationWsDTO Modifier and Type Method Description voidConversationListWsDTO. setConversations(java.util.List<ConversationWsDTO> conversations)
-