Class CxConsumptionLayerSumAffinityStrategy
java.lang.Object
de.hybris.platform.personalizationyprofile.mapper.affinity.impl.CxConsumptionLayerSumAffinityStrategy
- All Implemented Interfaces:
CxConsumptionLayerAffinityStrategy
@Deprecated(since="2011",
forRemoval=true)
public class CxConsumptionLayerSumAffinityStrategy
extends Object
implements CxConsumptionLayerAffinityStrategy
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. Mappers which have used that
strategy are deprecated
Sums current score with recent score to produce affinity
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Extracts value of affinity from provided structure.
-
Constructor Details
-
CxConsumptionLayerSumAffinityStrategy
public CxConsumptionLayerSumAffinityStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
extract
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CxConsumptionLayerAffinityStrategyExtracts value of affinity from provided structure.- Specified by:
extractin interfaceCxConsumptionLayerAffinityStrategy- Parameters:
affinity- structure from which affinity is extracted- Returns:
- single affinity value
-