Class CustomerSegmentationWithCustomerPopulator
- java.lang.Object
-
- de.hybris.platform.personalizationfacades.customersegmentation.converters.populator.CustomerSegmentationWithCustomerPopulator
-
- All Implemented Interfaces:
Populator<CxUserToSegmentModel,CustomerSegmentationData>
public class CustomerSegmentationWithCustomerPopulator extends java.lang.Object implements Populator<CxUserToSegmentModel,CustomerSegmentationData>
-
-
Constructor Summary
Constructors Constructor Description CustomerSegmentationWithCustomerPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Converter<UserModel,CustomerData>getCustomerConverter()voidpopulate(CxUserToSegmentModel source, CustomerSegmentationData target)Populate the target instance with values from the source instance.voidsetCustomerConverter(Converter<UserModel,CustomerData> customerConverter)
-
-
-
Method Detail
-
populate
public void populate(CxUserToSegmentModel source, CustomerSegmentationData target)
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
protected Converter<UserModel,CustomerData> getCustomerConverter()
-
setCustomerConverter
public void setCustomerConverter(Converter<UserModel,CustomerData> customerConverter)
-
-