Interface CxConsumptionLayerProfileMapper

All Superinterfaces:
Populator<Profile,MappingData>
All Known Implementing Classes:
AbstractAffinityMapper, AbstractBaseMapper, ConsumptionLayerUserSegmentsProviderTest.TestCxConsumptionLayerProfileMapper, CxCategoryConsumptionLayerMapper, CxLocationConsumptionLayerMapper, CxOrderMapper, CxProductConsumptionLayerMapper, CxSegmentMapper, DefaultCxFixedSegmentsConsumptionLayerMapper, DefaultCxScriptConsumptionLayerMapper

public interface CxConsumptionLayerProfileMapper extends Populator<Profile,MappingData>
  • Method Summary

    Modifier and Type
    Method
    Description
    Method define which profile attributes are needed by mapper.
    They will be send to profile service.

    Methods inherited from interface de.hybris.platform.converters.Populator

    populate
  • Method Details

    • getRequiredFields

      Set<String> getRequiredFields()
      Method define which profile attributes are needed by mapper.
      They will be send to profile service.
      Returns:
      set of profile attributes needed by mapper.
      Example : [insights.affinities.products, insights.affinities.categories]