Class DefaultCxScriptConsumptionLayerMapper
- java.lang.Object
-
- de.hybris.platform.personalizationintegration.mapping.mapper.impl.CxScriptProfileMapper<Profile>
-
- de.hybris.platform.personalizationyprofile.mapper.impl.DefaultCxScriptConsumptionLayerMapper
-
- All Implemented Interfaces:
Populator<Profile,MappingData>,CxConsumptionLayerProfileMapper
public class DefaultCxScriptConsumptionLayerMapper extends CxScriptProfileMapper<Profile> implements CxConsumptionLayerProfileMapper
-
-
Constructor Summary
Constructors Constructor Description DefaultCxScriptConsumptionLayerMapper()
-
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.CxScriptProfileMapper
createInputParameters, executeMapperScrip, findMapperScripts, getFlexibleSearchService, getScriptGroup, getScriptingLanguagesService, populate, setFlexibleSearchService, setScriptGroup, setScriptingLanguagesService
-
-
-
-
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]
-
-