Class CxConsumptionLayerCurrentAffinityStrategy
java.lang.Object
de.hybris.platform.personalizationyprofile.mapper.affinity.impl.CxConsumptionLayerCurrentAffinityStrategy
- All Implemented Interfaces:
CxConsumptionLayerAffinityStrategy
@Deprecated(since="2011",
forRemoval=true)
public class CxConsumptionLayerCurrentAffinityStrategy
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
Returns recent score as current 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
-
CxConsumptionLayerCurrentAffinityStrategy
public CxConsumptionLayerCurrentAffinityStrategy()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
-