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 -
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.CxScriptProfileMapper
createInputParameters, executeMapperScrip, findMapperScripts, getFlexibleSearchService, getScriptGroup, getScriptingLanguagesService, populate, setFlexibleSearchService, setScriptGroup, setScriptingLanguagesService
-
Constructor Details
-
DefaultCxScriptConsumptionLayerMapper
public DefaultCxScriptConsumptionLayerMapper()
-
-
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]
-