Uses of Class
de.hybris.platform.acceleratorservices.store.data.UserLocationData
-
-
Uses of UserLocationData in de.hybris.platform.acceleratorfacades.customerlocation
Methods in de.hybris.platform.acceleratorfacades.customerlocation that return UserLocationData Modifier and Type Method Description UserLocationDataCustomerLocationFacade. getUserLocationData()Gets the user's location data which consists of the searchQuery of the preferred location and/or the geoPoint of the userMethods in de.hybris.platform.acceleratorfacades.customerlocation with parameters of type UserLocationData Modifier and Type Method Description voidCustomerLocationFacade. 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. -
Uses of UserLocationData in de.hybris.platform.acceleratorfacades.customerlocation.impl
Methods in de.hybris.platform.acceleratorfacades.customerlocation.impl that return UserLocationData Modifier and Type Method Description UserLocationDataDefaultCustomerLocationFacade. getUserLocationData()Methods in de.hybris.platform.acceleratorfacades.customerlocation.impl with parameters of type UserLocationData Modifier and Type Method Description voidDefaultCustomerLocationFacade. setUserLocationData(UserLocationData userLocationData) -
Uses of UserLocationData in de.hybris.platform.acceleratorservices.customer
Methods in de.hybris.platform.acceleratorservices.customer that return UserLocationData Modifier and Type Method Description UserLocationDataCustomerLocationService. getUserLocation()Returns user stored location or null if no location found for current session user.Methods in de.hybris.platform.acceleratorservices.customer with parameters of type UserLocationData Modifier and Type Method Description voidCustomerLocationService. setUserLocation(UserLocationData userLocationData)Stores the information of user location. -
Uses of UserLocationData in de.hybris.platform.acceleratorservices.customer.impl
Methods in de.hybris.platform.acceleratorservices.customer.impl that return UserLocationData Modifier and Type Method Description UserLocationDataDefaultCustomerLocationService. getUserLocation()Methods in de.hybris.platform.acceleratorservices.customer.impl with parameters of type UserLocationData Modifier and Type Method Description voidDefaultCustomerLocationService. setUserLocation(UserLocationData userLocationData) -
Uses of UserLocationData in de.hybris.platform.acceleratorservices.store.pickup.impl
Methods in de.hybris.platform.acceleratorservices.store.pickup.impl with parameters of type UserLocationData Modifier and Type Method Description protected StoreFinderSearchPageData<PointOfServiceDistanceData>DefaultPickupPointOfServiceConsolidationStrategy. getPOSDistanceDataForUserLocationAndBaseStore(UserLocationData userLocation, PageableData pageableData)protected voidDefaultPickupPointOfServiceConsolidationStrategy. processPageableData(CartModel cartModel, java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints, UserLocationData userLocation, java.util.Set<ProductModel> productsForPickup, PageableData pageableData)protected voidDefaultPickupPointOfServiceConsolidationStrategy. processPotentialPickupPoints(CartModel cartModel, java.util.Set<PointOfServiceDistanceData> consolidatedPickupPoints, java.util.Set<PointOfServiceModel> potentialPickupPoints, UserLocationData userLocation, java.util.Set<ProductModel> productsForPickup) -
Uses of UserLocationData in de.hybris.platform.acceleratorwebservicesaddon.controllers
Methods in de.hybris.platform.acceleratorwebservicesaddon.controllers that return UserLocationData Modifier and Type Method Description UserLocationDataExtendedCustomersController. getUserLocation()UserLocationDataExtendedCustomersController. setUserLocation(java.lang.Double latitude, java.lang.Double longitude)UserLocationDataExtendedCustomersController. setUserLocation(java.lang.String location) -
Uses of UserLocationData in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages with parameters of type UserLocationData Modifier and Type Method Description protected java.lang.StringPickupInStoreController. generatedUserLocationDataString(UserLocationData userLocationData) -
Uses of UserLocationData in de.hybris.platform.yacceleratorstorefront.filters
Methods in de.hybris.platform.yacceleratorstorefront.filters that return UserLocationData Modifier and Type Method Description protected UserLocationDataCustomerLocationRestorationFilter. decipherUserLocationData(java.lang.String customerLocationString)
-