Class CxProductConsumptionLayerMapper
- java.lang.Object
-
- de.hybris.platform.personalizationyprofile.mapper.impl.AbstractBaseMapper
-
- de.hybris.platform.personalizationyprofile.mapper.impl.AbstractAffinityMapper<Affinity>
-
- de.hybris.platform.personalizationyprofile.mapper.impl.CxProductConsumptionLayerMapper
-
- All Implemented Interfaces:
Populator<Profile,MappingData>,CxConsumptionLayerProfileMapper
@Deprecated(since="2011", forRemoval=true) public class CxProductConsumptionLayerMapper extends AbstractAffinityMapper<Affinity>Deprecated, for removal: This API element is subject to removal in a future version.since 2011, Profile structure has changed and code is no longer valid. Recommended mapper to use isCxSegmentMapper
-
-
Constructor Summary
Constructors Constructor Description CxProductConsumptionLayerMapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.util.Optional<java.util.Map<java.lang.String,Affinity>>getAffinityMap(Profile profile)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Set<java.lang.String>getDefaultRequiredFields()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetEnabledProperty()Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.personalizationyprofile.mapper.impl.AbstractAffinityMapper
createSegmentMapping, createSegmentMappingList, getAffinityStrategy, normalizeAffinity, populateAfterValidation, setAffinityStrategy
-
Methods inherited from class de.hybris.platform.personalizationyprofile.mapper.impl.AbstractBaseMapper
getConfigurationService, getPrefix, getRequiredFields, getSegmentCode, getSeparator, isEnabled, isSourceValid, isTargetValid, populate, setConfigurationService, setPrefix, setSeparator
-
-
-
-
Method Detail
-
getDefaultRequiredFields
protected java.util.Set<java.lang.String> getDefaultRequiredFields()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultRequiredFieldsin classAbstractBaseMapper
-
getEnabledProperty
protected java.lang.String getEnabledProperty()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEnabledPropertyin classAbstractBaseMapper
-
getAffinityMap
protected java.util.Optional<java.util.Map<java.lang.String,Affinity>> getAffinityMap(Profile profile)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAffinityMapin classAbstractAffinityMapper<Affinity>
-
-