Class CxLocationConsumptionLayerMapper
java.lang.Object
de.hybris.platform.personalizationyprofile.mapper.impl.AbstractBaseMapper
de.hybris.platform.personalizationyprofile.mapper.impl.AbstractAffinityMapper<LocationsAffinity>
de.hybris.platform.personalizationyprofile.mapper.impl.CxLocationConsumptionLayerMapper
- All Implemented Interfaces:
Populator<Profile,,MappingData> CxConsumptionLayerProfileMapper
@Deprecated(since="2011",
forRemoval=true)
public class CxLocationConsumptionLayerMapper
extends AbstractAffinityMapper<LocationsAffinity>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddCity(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version.protected voidaddCountry(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version.protected voidaddRegion(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version.protected Optional<Map<String,LocationsAffinity>> getAffinityMap(Profile profile) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.protected Map<String,LocationsAffinity> getMappedLocations(Collection<LocationsAffinity> original) Deprecated, for removal: This API element is subject to removal in a future version.protected LocationsAffinityDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.personalizationyprofile.mapper.impl.AbstractAffinityMapper
createSegmentMapping, createSegmentMappingList, getAffinityStrategy, normalizeAffinity, populateAfterValidation, setAffinityStrategyMethods inherited from class de.hybris.platform.personalizationyprofile.mapper.impl.AbstractBaseMapper
getConfigurationService, getPrefix, getRequiredFields, getSegmentCode, getSeparator, isEnabled, isSourceValid, isTargetValid, populate, setConfigurationService, setPrefix, setSeparator
-
Constructor Details
-
CxLocationConsumptionLayerMapper
public CxLocationConsumptionLayerMapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDefaultRequiredFields
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDefaultRequiredFieldsin classAbstractBaseMapper
-
getEnabledProperty
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEnabledPropertyin classAbstractBaseMapper
-
getAffinityMap
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAffinityMapin classAbstractAffinityMapper<LocationsAffinity>
-
getMappedLocations
Deprecated, for removal: This API element is subject to removal in a future version. -
addCountry
protected void addCountry(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version. -
addRegion
protected void addRegion(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version. -
addCity
protected void addCity(Map<String, LocationsAffinity> map, LocationsAffinity locationAffiinity, Location location) Deprecated, for removal: This API element is subject to removal in a future version. -
sumLocation
Deprecated, for removal: This API element is subject to removal in a future version.
-
CxSegmentMapper