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