Class DefaultCustomerLocationFacade
java.lang.Object
de.hybris.platform.acceleratorfacades.customerlocation.impl.DefaultCustomerLocationFacade
- All Implemented Interfaces:
CustomerLocationFacade
Default implementation of
CustomerLocationFacade-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CustomerLocationServiceGets the user's location data which consists of the searchQuery of the preferred location and/or the geoPoint of the uservoidsetCustomerLocationService(CustomerLocationService customerLocationService) voidsetUserLocationData(UserLocationData userLocationData) Sets the user's location data which consists of the searchQuery of the preferred location and/or the geoPoint of the user If the searchQuery is null or only consists of spaces, it will be set as a blank string instead.
-
Constructor Details
-
DefaultCustomerLocationFacade
public DefaultCustomerLocationFacade()
-
-
Method Details
-
setUserLocationData
Description copied from interface:CustomerLocationFacadeSets the user's location data which consists of the searchQuery of the preferred location and/or the geoPoint of the user If the searchQuery is null or only consists of spaces, it will be set as a blank string instead.- Specified by:
setUserLocationDatain interfaceCustomerLocationFacade- Parameters:
userLocationData- user's location data
-
getUserLocationData
Description copied from interface:CustomerLocationFacadeGets the user's location data which consists of the searchQuery of the preferred location and/or the geoPoint of the user- Specified by:
getUserLocationDatain interfaceCustomerLocationFacade- Returns:
- the user's location data
-
getCustomerLocationService
-
setCustomerLocationService
-