Class LocationsAffinity
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,java.lang.Object>
-
- de.hybris.platform.personalizationyprofile.yaas.Affinity
-
- de.hybris.platform.personalizationyprofile.yaas.LocationsAffinity
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
@Deprecated public class LocationsAffinity extends Affinity implements java.util.Map<java.lang.String,java.lang.Object>
Deprecated.Deprecated because Profile structure has changed- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocationsAffinity.LocationsAffinityBuilderDeprecated.-
Nested classes/interfaces inherited from class de.hybris.platform.personalizationyprofile.yaas.Affinity
Affinity.AffinityBuilder
-
-
Constructor Summary
Constructors Constructor Description LocationsAffinity()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LocationgetLocation()Deprecated.java.lang.IntegergetRecentCount()Deprecated.voidsetLocation(Location location)Deprecated.Generated property forLocationsAffinity.locationproperty defined at extensionpersonalizationyprofile.voidsetRecentCount(java.lang.Integer recentCount)Deprecated.Generated property forLocationsAffinity.recentCountproperty defined at extensionpersonalizationyprofile.-
Methods inherited from class de.hybris.platform.personalizationyprofile.yaas.Affinity
getRecentScore, getRecentViewCount, getScore, setRecentScore, setRecentViewCount, setScore
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
setRecentCount
public void setRecentCount(java.lang.Integer recentCount)
Deprecated.Generated property forLocationsAffinity.recentCountproperty defined at extensionpersonalizationyprofile.
-
getRecentCount
public java.lang.Integer getRecentCount()
Deprecated.
-
setLocation
public void setLocation(Location location)
Deprecated.Generated property forLocationsAffinity.locationproperty defined at extensionpersonalizationyprofile.
-
getLocation
public Location getLocation()
Deprecated.
-
-