Uses of Class
de.hybris.platform.acceleratorservices.store.data.UserLocationData
Packages that use UserLocationData
Package
Description
-
Uses of UserLocationData in de.hybris.platform.acceleratorfacades.customerlocation
Methods in de.hybris.platform.acceleratorfacades.customerlocation that return UserLocationDataModifier and TypeMethodDescriptionCustomerLocationFacade.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 UserLocationDataModifier and TypeMethodDescriptionvoidCustomerLocationFacade.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 UserLocationDataMethods in de.hybris.platform.acceleratorfacades.customerlocation.impl with parameters of type UserLocationDataModifier and TypeMethodDescriptionvoidDefaultCustomerLocationFacade.setUserLocationData(UserLocationData userLocationData) -
Uses of UserLocationData in de.hybris.platform.acceleratorocc.controllers
Methods in de.hybris.platform.acceleratorocc.controllers that return UserLocationDataModifier and TypeMethodDescriptionExtendedCustomersController.getUserLocation()ExtendedCustomersController.setUserLocation(Double latitude, Double longitude) ExtendedCustomersController.setUserLocation(String location) -
Uses of UserLocationData in de.hybris.platform.acceleratorservices.customer
Methods in de.hybris.platform.acceleratorservices.customer that return UserLocationDataModifier and TypeMethodDescriptionCustomerLocationService.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 UserLocationDataModifier and TypeMethodDescriptionvoidCustomerLocationService.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 UserLocationDataMethods in de.hybris.platform.acceleratorservices.customer.impl with parameters of type UserLocationDataModifier and TypeMethodDescriptionvoidDefaultCustomerLocationService.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 UserLocationDataModifier and TypeMethodDescriptionDefaultPickupPointOfServiceConsolidationStrategy.getPOSDistanceDataForUserLocationAndBaseStore(UserLocationData userLocation, PageableData pageableData) protected voidDefaultPickupPointOfServiceConsolidationStrategy.processPageableData(CartModel cartModel, Set<PointOfServiceDistanceData> consolidatedPickupPoints, UserLocationData userLocation, Set<ProductModel> productsForPickup, PageableData pageableData) protected voidDefaultPickupPointOfServiceConsolidationStrategy.processPotentialPickupPoints(CartModel cartModel, Set<PointOfServiceDistanceData> consolidatedPickupPoints, Set<PointOfServiceModel> potentialPickupPoints, UserLocationData userLocation, Set<ProductModel> productsForPickup) -
Uses of UserLocationData in de.hybris.platform.acceleratorwebservicesaddon.controllers
Methods in de.hybris.platform.acceleratorwebservicesaddon.controllers that return UserLocationDataModifier and TypeMethodDescriptionExtendedCustomersController.getUserLocation()ExtendedCustomersController.setUserLocation(Double latitude, Double longitude) ExtendedCustomersController.setUserLocation(String location) -
Uses of UserLocationData in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages with parameters of type UserLocationDataModifier and TypeMethodDescriptionprotected StringPickupInStoreController.generatedUserLocationDataString(UserLocationData userLocationData) -
Uses of UserLocationData in de.hybris.platform.yacceleratorstorefront.filters
Methods in de.hybris.platform.yacceleratorstorefront.filters that return UserLocationDataModifier and TypeMethodDescriptionprotected UserLocationDataCustomerLocationRestorationFilter.decipherUserLocationData(String customerLocationString)