Class CxProviderSegmentsMapper
- java.lang.Object
-
- de.hybris.platform.personalizationyprofile.mapper.impl.CxProviderSegmentsMapper
-
- All Implemented Interfaces:
Populator<Segment,BaseSegmentData>,CxConsumptionLayerSegmentsMapper
public class CxProviderSegmentsMapper extends java.lang.Object implements CxConsumptionLayerSegmentsMapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_CODEstatic java.lang.StringFIELD_DESCRITPION
-
Constructor Summary
Constructors Constructor Description CxProviderSegmentsMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationServicegetConfigurationService()protected booleanisEnabled()voidpopulate(Segment source, BaseSegmentData target)Populate the target instance with values from the source instance.voidsetConfigurationService(ConfigurationService configurationService)
-
-
-
Field Detail
-
FIELD_CODE
public static final java.lang.String FIELD_CODE
- See Also:
- Constant Field Values
-
FIELD_DESCRITPION
public static final java.lang.String FIELD_DESCRITPION
- See Also:
- Constant Field Values
-
-
Method Detail
-
populate
public void populate(Segment source, BaseSegmentData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<Segment,BaseSegmentData>- Parameters:
source- the source objecttarget- the target to fill
-
isEnabled
protected boolean isEnabled()
-
getConfigurationService
public ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-