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 Constructor Description DefaultCxFixedSegmentsConsumptionLayerMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getRequiredFields()Method 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
-
-
-
-
Method Detail
-
getRequiredFields
public java.util.Set<java.lang.String> 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]
-
-