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