Uses of Class
de.hybris.platform.personalizationyprofile.yaas.LocationsAffinity
Packages that use LocationsAffinity
Package
Description
-
Uses of LocationsAffinity in de.hybris.platform.personalizationyprofile.mapper.impl
Methods in de.hybris.platform.personalizationyprofile.mapper.impl that return LocationsAffinityModifier and TypeMethodDescriptionprotected LocationsAffinityCxLocationConsumptionLayerMapperTest.createLocationAffinity(String country, String region, String city, Integer count, BigDecimal score, 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 LocationsAffinityModifier and TypeMethodDescriptionprotected Optional<Map<String,LocationsAffinity>> CxLocationConsumptionLayerMapper.getAffinityMap(Profile profile) Deprecated, for removal: This API element is subject to removal in a future version.protected Map<String,LocationsAffinity> CxLocationConsumptionLayerMapper.getMappedLocations(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 LocationsAffinityModifier and TypeMethodDescriptionprotected voidCxLocationConsumptionLayerMapper.addCity(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version.protected voidCxLocationConsumptionLayerMapper.addCountry(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version.protected voidCxLocationConsumptionLayerMapper.addRegion(Map<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 LocationsAffinityModifier and TypeMethodDescriptionprotected voidCxLocationConsumptionLayerMapper.addCity(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version.protected voidCxLocationConsumptionLayerMapper.addCountry(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version.protected voidCxLocationConsumptionLayerMapper.addRegion(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version.protected ProfileCxLocationConsumptionLayerMapperTest.createProfile(Map<String, LocationsAffinity> locationAffinities) protected Map<String,LocationsAffinity> CxLocationConsumptionLayerMapper.getMappedLocations(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 LocationsAffinityMethods in de.hybris.platform.personalizationyprofile.yaas that return types with arguments of type LocationsAffinityMethod parameters in de.hybris.platform.personalizationyprofile.yaas with type arguments of type LocationsAffinityModifier and TypeMethodDescriptionvoidAffinities.setLocations(Map<String, LocationsAffinity> locations) Deprecated.Affinities.AffinitiesBuilder.withLocations(Map<String, LocationsAffinity> locations)