Class CxSegmentMapper
- java.lang.Object
-
- de.hybris.platform.personalizationyprofile.mapper.impl.AbstractBaseMapper
-
- de.hybris.platform.personalizationyprofile.mapper.impl.CxSegmentMapper
-
- All Implemented Interfaces:
Populator<Profile,MappingData>,CxConsumptionLayerProfileMapper
public class CxSegmentMapper extends AbstractBaseMapper implements CxConsumptionLayerProfileMapper
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.math.BigDecimalAFFINITY
-
Constructor Summary
Constructors Constructor Description CxSegmentMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SegmentMappingDatabuildSegment(java.util.Map.Entry<java.lang.String,Segment> entry)protected java.math.BigDecimalgetAffinity()protected CxConfigurationServicegetCxConfigurationService()protected java.util.Set<java.lang.String>getDefaultRequiredFields()protected java.lang.StringgetEnabledProperty()protected booleanisSourceValid(Profile source)voidpopulateAfterValidation(Profile source, MappingData target)voidsetCxConfigurationService(CxConfigurationService cxConfigurationService)-
Methods inherited from class de.hybris.platform.personalizationyprofile.mapper.impl.AbstractBaseMapper
getConfigurationService, getPrefix, getRequiredFields, getSegmentCode, getSeparator, isEnabled, isTargetValid, populate, setConfigurationService, setPrefix, setSeparator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.personalizationyprofile.mapper.CxConsumptionLayerProfileMapper
getRequiredFields
-
-
-
-
Method Detail
-
getDefaultRequiredFields
protected java.util.Set<java.lang.String> getDefaultRequiredFields()
- Specified by:
getDefaultRequiredFieldsin classAbstractBaseMapper
-
getEnabledProperty
protected java.lang.String getEnabledProperty()
- Specified by:
getEnabledPropertyin classAbstractBaseMapper
-
populateAfterValidation
public void populateAfterValidation(Profile source, MappingData target)
- Specified by:
populateAfterValidationin classAbstractBaseMapper
-
isSourceValid
protected boolean isSourceValid(Profile source)
- Overrides:
isSourceValidin classAbstractBaseMapper
-
buildSegment
protected SegmentMappingData buildSegment(java.util.Map.Entry<java.lang.String,Segment> entry)
-
getAffinity
protected java.math.BigDecimal getAffinity()
-
getCxConfigurationService
protected CxConfigurationService getCxConfigurationService()
-
setCxConfigurationService
public void setCxConfigurationService(CxConfigurationService cxConfigurationService)
-
-