Uses of Class
de.hybris.platform.messagecentercsfacades.data.ConversationMessageListData
Packages that use ConversationMessageListData
Package
Description
-
Uses of ConversationMessageListData in de.hybris.platform.messagecentercsfacades
Methods in de.hybris.platform.messagecentercsfacades that return ConversationMessageListDataModifier and TypeMethodDescriptionConversationFacade.getConversationMessageList(List<ConversationMessageData> messages) Get all history messages for conversation intoMethods in de.hybris.platform.messagecentercsfacades with parameters of type ConversationMessageListDataModifier and TypeMethodDescriptionConversationFacade.sendMessage(ConversationMessageListData conversationMessage) Send message -
Uses of ConversationMessageListData in de.hybris.platform.messagecentercsfacades.impl
Methods in de.hybris.platform.messagecentercsfacades.impl that return ConversationMessageListDataModifier and TypeMethodDescriptionDefaultConversationFacade.getConversationMessageList(List<ConversationMessageData> messages) Methods in de.hybris.platform.messagecentercsfacades.impl that return types with arguments of type ConversationMessageListDataMethods in de.hybris.platform.messagecentercsfacades.impl with parameters of type ConversationMessageListDataModifier and TypeMethodDescriptionDefaultConversationFacade.sendMessage(ConversationMessageListData conversationMessage) Method parameters in de.hybris.platform.messagecentercsfacades.impl with type arguments of type ConversationMessageListDataModifier and TypeMethodDescriptionvoidDefaultConversationFacade.setMessageListConverter(Converter<List<ConversationMessageData>, ConversationMessageListData> messageListConverter) -
Uses of ConversationMessageListData in de.hybris.platform.messagecentercsfacades.populators
Methods in de.hybris.platform.messagecentercsfacades.populators with parameters of type ConversationMessageListDataModifier and TypeMethodDescriptionvoidMessageListPopulator.populate(List<ConversationMessageData> source, ConversationMessageListData target)