public class DefaultCustomerLocationFacade extends java.lang.Object implements CustomerLocationFacade
CustomerLocationFacade| Constructor and Description |
|---|
DefaultCustomerLocationFacade() |
| Modifier and Type | Method and Description |
|---|---|
protected CustomerLocationService |
getCustomerLocationService() |
UserLocationData |
getUserLocationData()
Gets the user's location data which consists of the searchQuery of the preferred location and/or the geoPoint of the user
|
void |
setCustomerLocationService(CustomerLocationService customerLocationService) |
void |
setUserLocationData(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.
|
public void setUserLocationData(UserLocationData userLocationData)
CustomerLocationFacadesetUserLocationData in interface CustomerLocationFacadeuserLocationData - user's location datapublic UserLocationData getUserLocationData()
CustomerLocationFacadegetUserLocationData in interface CustomerLocationFacadeprotected CustomerLocationService getCustomerLocationService()
public void setCustomerLocationService(CustomerLocationService customerLocationService)
Copyright © 2018 SAP SE. All Rights Reserved.