Class CustomerSegmentationWithCustomerPopulator
java.lang.Object
de.hybris.platform.personalizationfacades.customersegmentation.converters.populator.CustomerSegmentationWithCustomerPopulator
- All Implemented Interfaces:
Populator<CxUserToSegmentModel,CustomerSegmentationData>
public class CustomerSegmentationWithCustomerPopulator
extends Object
implements Populator<CxUserToSegmentModel,CustomerSegmentationData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<UserModel,CustomerData> voidpopulate(CxUserToSegmentModel source, CustomerSegmentationData target) Populate the target instance with values from the source instance.voidsetCustomerConverter(Converter<UserModel, CustomerData> customerConverter)
-
Constructor Details
-
CustomerSegmentationWithCustomerPopulator
public CustomerSegmentationWithCustomerPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CxUserToSegmentModel,CustomerSegmentationData> - Parameters:
source- the source objecttarget- the target to fill
-
getCustomerConverter
-
setCustomerConverter
-