Class CxProviderSegmentsMapper

java.lang.Object
de.hybris.platform.personalizationyprofile.mapper.impl.CxProviderSegmentsMapper
All Implemented Interfaces:
Populator<Segment,BaseSegmentData>, CxConsumptionLayerSegmentsMapper

public class CxProviderSegmentsMapper extends Object implements CxConsumptionLayerSegmentsMapper
  • Field Details

  • Constructor Details

    • CxProviderSegmentsMapper

      public CxProviderSegmentsMapper()
  • Method Details

    • populate

      public void populate(Segment source, BaseSegmentData target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<Segment,BaseSegmentData>
      Parameters:
      source - the source object
      target - the target to fill
    • isEnabled

      protected boolean isEnabled()
    • getConfigurationService

      public ConfigurationService getConfigurationService()
    • setConfigurationService

      public void setConfigurationService(ConfigurationService configurationService)