public interface LocalStorePreferencesService
| Modifier and Type | Method and Description |
|---|---|
void |
addToFavouritePointOfServices(PointOfServiceModel favorite)
Adds given point of service to favorite
|
java.util.List<PointOfServiceDistanceData> |
getAllPointsOfService()
Returns all the points of service with the distance from the session's stored search location for the current base
store.
|
java.util.List<PointOfServiceModel> |
getFavoritePointOfServices()
Returns user's favourite stores list
|
void |
removeFromFavoritePointOfServices(PointOfServiceModel pointOfServiceModel)
Removes given point of service from favorite
|
void |
setFavoritesPointOfServices(java.util.List<PointOfServiceModel> storesList)
Stores user's favourite stores list
|
java.util.List<PointOfServiceDistanceData> getAllPointsOfService()
StoreFinderService.positionSearch(de.hybris.platform.store.BaseStoreModel,
de.hybris.platform.commerceservices.store.data.GeoPoint,
de.hybris.platform.commerceservices.search.pagedata.PageableData)java.util.List<PointOfServiceModel> getFavoritePointOfServices()
void setFavoritesPointOfServices(java.util.List<PointOfServiceModel> storesList)
storesList - - list of favourite storesvoid addToFavouritePointOfServices(PointOfServiceModel favorite)
favorite - void removeFromFavoritePointOfServices(PointOfServiceModel pointOfServiceModel)
pointOfServiceModel - Copyright © 2018 SAP SE. All Rights Reserved.