Uses of Class
de.hybris.platform.messagecentercsfacades.data.ConversationMessageListData
-
-
Uses of ConversationMessageListData in de.hybris.platform.messagecentercsfacades
Methods in de.hybris.platform.messagecentercsfacades that return ConversationMessageListData Modifier and Type Method Description ConversationMessageListDataConversationFacade. getConversationMessageList(java.util.List<ConversationMessageData> messages)Get all history messages for conversation intoMethods in de.hybris.platform.messagecentercsfacades with parameters of type ConversationMessageListData Modifier and Type Method Description ConversationDataConversationFacade. sendMessage(ConversationMessageListData conversationMessage)Send message -
Uses of ConversationMessageListData in de.hybris.platform.messagecentercsfacades.impl
Methods in de.hybris.platform.messagecentercsfacades.impl that return ConversationMessageListData Modifier and Type Method Description ConversationMessageListDataDefaultConversationFacade. getConversationMessageList(java.util.List<ConversationMessageData> messages)Methods in de.hybris.platform.messagecentercsfacades.impl that return types with arguments of type ConversationMessageListData Modifier and Type Method Description protected Converter<java.util.List<ConversationMessageData>,ConversationMessageListData>DefaultConversationFacade. getMessageListConverter()Methods in de.hybris.platform.messagecentercsfacades.impl with parameters of type ConversationMessageListData Modifier and Type Method Description ConversationDataDefaultConversationFacade. sendMessage(ConversationMessageListData conversationMessage)Method parameters in de.hybris.platform.messagecentercsfacades.impl with type arguments of type ConversationMessageListData Modifier and Type Method Description voidDefaultConversationFacade. setMessageListConverter(Converter<java.util.List<ConversationMessageData>,ConversationMessageListData> messageListConverter) -
Uses of ConversationMessageListData in de.hybris.platform.messagecentercsfacades.populators
Methods in de.hybris.platform.messagecentercsfacades.populators with parameters of type ConversationMessageListData Modifier and Type Method Description voidMessageListPopulator. populate(java.util.List<ConversationMessageData> source, ConversationMessageListData target)
-