Uses of Class
de.hybris.platform.messagecentercsfacades.data.ConversationDataList
-
Packages that use ConversationDataList Package Description de.hybris.platform.messagecentercsfacades de.hybris.platform.messagecentercsfacades.impl de.hybris.platform.messagecentercsfacades.populators -
-
Uses of ConversationDataList in de.hybris.platform.messagecentercsfacades
Methods in de.hybris.platform.messagecentercsfacades that return ConversationDataList Modifier and Type Method Description ConversationDataListConversationFacade. getConversationDataList(java.util.List<ConversationData> conversations)get conversation data list -
Uses of ConversationDataList in de.hybris.platform.messagecentercsfacades.impl
Methods in de.hybris.platform.messagecentercsfacades.impl that return ConversationDataList Modifier and Type Method Description ConversationDataListDefaultConversationFacade. getConversationDataList(java.util.List<ConversationData> conversations)Methods in de.hybris.platform.messagecentercsfacades.impl that return types with arguments of type ConversationDataList Modifier and Type Method Description protected Converter<java.util.List<ConversationData>,ConversationDataList>DefaultConversationFacade. getConversationListConverter()Method parameters in de.hybris.platform.messagecentercsfacades.impl with type arguments of type ConversationDataList Modifier and Type Method Description voidDefaultConversationFacade. setConversationListConverter(Converter<java.util.List<ConversationData>,ConversationDataList> conversationListConverter) -
Uses of ConversationDataList in de.hybris.platform.messagecentercsfacades.populators
Methods in de.hybris.platform.messagecentercsfacades.populators with parameters of type ConversationDataList Modifier and Type Method Description voidConversationListPopulator. populate(java.util.List<ConversationData> source, ConversationDataList target)
-