Class MessageListPopulator
java.lang.Object
de.hybris.platform.messagecentercsfacades.populators.MessageListPopulator
- All Implemented Interfaces:
Populator<List<ConversationMessageData>,ConversationMessageListData>
public class MessageListPopulator
extends Object
implements Populator<List<ConversationMessageData>,ConversationMessageListData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(List<ConversationMessageData> source, ConversationMessageListData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
MessageListPopulator
public MessageListPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<List<ConversationMessageData>,ConversationMessageListData> - Parameters:
source- the source objecttarget- the target to fill
-