Class CustomerSegmentationPopulator
- java.lang.Object
-
- de.hybris.platform.personalizationfacades.customersegmentation.converters.populator.CustomerSegmentationPopulator
-
- All Implemented Interfaces:
Populator<CxUserToSegmentModel,CustomerSegmentationData>
public class CustomerSegmentationPopulator extends java.lang.Object implements Populator<CxUserToSegmentModel,CustomerSegmentationData>
-
-
Constructor Summary
Constructors Constructor Description CustomerSegmentationPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringcalculateCode(CxUserToSegmentModel source)protected SegmentationHelpergetSegmentationHelper()voidpopulate(CxUserToSegmentModel source, CustomerSegmentationData target)Populate the target instance with values from the source instance.voidsetSegmentationHelper(SegmentationHelper segmentationHelper)
-
-
-
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
-
calculateCode
protected java.lang.String calculateCode(CxUserToSegmentModel source)
-
getSegmentationHelper
protected SegmentationHelper getSegmentationHelper()
-
setSegmentationHelper
public void setSegmentationHelper(SegmentationHelper segmentationHelper)
-
-