Class DefaultCxFixedSegmentsConsumptionLayerMapper
java.lang.Object
de.hybris.platform.personalizationintegration.mapping.mapper.impl.CxFixedSegmentsProfileMapper<Profile>
de.hybris.platform.personalizationyprofile.mapper.impl.DefaultCxFixedSegmentsConsumptionLayerMapper
- All Implemented Interfaces:
Populator<Profile,,MappingData> CxConsumptionLayerProfileMapper
public class DefaultCxFixedSegmentsConsumptionLayerMapper
extends CxFixedSegmentsProfileMapper<Profile>
implements CxConsumptionLayerProfileMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod define which profile attributes are needed by mapper.
They will be send to profile service.Methods inherited from class de.hybris.platform.personalizationintegration.mapping.mapper.impl.CxFixedSegmentsProfileMapper
getConfigurationService, populate, setConfigurationService
-
Constructor Details
-
DefaultCxFixedSegmentsConsumptionLayerMapper
public DefaultCxFixedSegmentsConsumptionLayerMapper()
-
-
Method Details
-
getRequiredFields
Description copied from interface:CxConsumptionLayerProfileMapperMethod define which profile attributes are needed by mapper.
They will be send to profile service.- Specified by:
getRequiredFieldsin interfaceCxConsumptionLayerProfileMapper- Returns:
- set of profile attributes needed by mapper.
Example : [insights.affinities.products, insights.affinities.categories]
-