Uses of Class
de.hybris.platform.personalizationyprofile.yaas.LocationsAffinity
-
Packages that use LocationsAffinity Package Description de.hybris.platform.personalizationyprofile.mapper.impl de.hybris.platform.personalizationyprofile.yaas -
-
Uses of LocationsAffinity in de.hybris.platform.personalizationyprofile.mapper.impl
Methods in de.hybris.platform.personalizationyprofile.mapper.impl that return LocationsAffinity Modifier and Type Method Description protected LocationsAffinityCxLocationConsumptionLayerMapperTest. createLocationAffinity(java.lang.String country, java.lang.String region, java.lang.String city, java.lang.Integer count, java.math.BigDecimal score, java.math.BigDecimal recentScore)protected LocationsAffinityCxLocationConsumptionLayerMapper. sumLocation(LocationsAffinity a, LocationsAffinity b)Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.personalizationyprofile.mapper.impl that return types with arguments of type LocationsAffinity Modifier and Type Method Description protected java.util.Optional<java.util.Map<java.lang.String,LocationsAffinity>>CxLocationConsumptionLayerMapper. getAffinityMap(Profile profile)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Map<java.lang.String,LocationsAffinity>CxLocationConsumptionLayerMapper. getMappedLocations(java.util.Collection<LocationsAffinity> original)Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.personalizationyprofile.mapper.impl with parameters of type LocationsAffinity Modifier and Type Method Description protected voidCxLocationConsumptionLayerMapper. addCity(java.util.Map<java.lang.String,LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location)Deprecated, for removal: This API element is subject to removal in a future version.protected voidCxLocationConsumptionLayerMapper. addCountry(java.util.Map<java.lang.String,LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location)Deprecated, for removal: This API element is subject to removal in a future version.protected voidCxLocationConsumptionLayerMapper. addRegion(java.util.Map<java.lang.String,LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location)Deprecated, for removal: This API element is subject to removal in a future version.protected LocationsAffinityCxLocationConsumptionLayerMapper. sumLocation(LocationsAffinity a, LocationsAffinity b)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.personalizationyprofile.mapper.impl with type arguments of type LocationsAffinity Modifier and Type Method Description protected voidCxLocationConsumptionLayerMapper. addCity(java.util.Map<java.lang.String,LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location)Deprecated, for removal: This API element is subject to removal in a future version.protected voidCxLocationConsumptionLayerMapper. addCountry(java.util.Map<java.lang.String,LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location)Deprecated, for removal: This API element is subject to removal in a future version.protected voidCxLocationConsumptionLayerMapper. addRegion(java.util.Map<java.lang.String,LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location)Deprecated, for removal: This API element is subject to removal in a future version.protected ProfileCxLocationConsumptionLayerMapperTest. createProfile(java.util.Map<java.lang.String,LocationsAffinity> locationAffinities)protected java.util.Map<java.lang.String,LocationsAffinity>CxLocationConsumptionLayerMapper. getMappedLocations(java.util.Collection<LocationsAffinity> original)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of LocationsAffinity in de.hybris.platform.personalizationyprofile.yaas
Methods in de.hybris.platform.personalizationyprofile.yaas that return LocationsAffinity Modifier and Type Method Description LocationsAffinityLocationsAffinity.LocationsAffinityBuilder. build()Methods in de.hybris.platform.personalizationyprofile.yaas that return types with arguments of type LocationsAffinity Modifier and Type Method Description java.util.Map<java.lang.String,LocationsAffinity>Affinities. getLocations()Deprecated.Method parameters in de.hybris.platform.personalizationyprofile.yaas with type arguments of type LocationsAffinity Modifier and Type Method Description voidAffinities. setLocations(java.util.Map<java.lang.String,LocationsAffinity> locations)Deprecated.Affinities.AffinitiesBuilderAffinities.AffinitiesBuilder. withLocations(java.util.Map<java.lang.String,LocationsAffinity> locations)
-