Uses of Class
de.hybris.platform.storelocator.data.AddressData
-
-
Uses of AddressData in de.hybris.platform.acceleratorservices.customer.impl
Methods in de.hybris.platform.acceleratorservices.customer.impl that return AddressData Modifier and Type Method Description protected AddressDataDefaultCustomerLocationService. generateGeoAddressForSearchQuery(BaseStoreModel baseStore, java.lang.String locationText) -
Uses of AddressData in de.hybris.platform.basecommerce.backoffice.editor
Methods in de.hybris.platform.basecommerce.backoffice.editor with parameters of type AddressData Modifier and Type Method Description protected booleanGeoCodePosSectionRenderer. geoCodeAddress(AddressData address, PointOfServiceModel pos, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of AddressData in de.hybris.platform.chinesestoreservices.map.impl
Methods in de.hybris.platform.chinesestoreservices.map.impl with parameters of type AddressData Modifier and Type Method Description GPSBaiduMapsServiceWrapper. geocodeAddress(AddressData address)GPSBaiduMapTools. geocodeAddress(AddressData addressData)geo-codes the given address datajava.lang.StringBaiduMapTools. getAddressQuery(AddressData addressData)parses the given address dataprotected java.lang.StringBaiduMapTools. getUrlAddressFromAddress(AddressData addressData) -
Uses of AddressData in de.hybris.platform.commerceservices.storefinder.impl
Methods in de.hybris.platform.commerceservices.storefinder.impl that return AddressData Modifier and Type Method Description protected AddressDataDefaultStoreFinderService. generateGeoAddressForSearchQuery(BaseStoreModel baseStore, java.lang.String locationText)This method generates anAddressDataobject based on a search location text. -
Uses of AddressData in de.hybris.platform.commercewebservicestests.storelocator.impl
Methods in de.hybris.platform.commercewebservicestests.storelocator.impl with parameters of type AddressData Modifier and Type Method Description GPSMockedGeoServiceWrapper. geocodeAddress(AddressData address) -
Uses of AddressData in de.hybris.platform.storelocator
Methods in de.hybris.platform.storelocator with parameters of type AddressData Modifier and Type Method Description GPSGeoWebServiceWrapper. geocodeAddress(AddressData address)Translate AddressData to IGPS using 3rd party service -
Uses of AddressData in de.hybris.platform.storelocator.impl
Methods in de.hybris.platform.storelocator.impl with parameters of type AddressData Modifier and Type Method Description GPSCommerceMockGeoWebServiceWrapper. geocodeAddress(AddressData address)GPSGoogleMapsServiceWrapper. geocodeAddress(AddressData address)GPSGoogleMapTools. geocodeAddress(AddressData addressData)geo-codes the given address datajava.lang.StringGoogleMapTools. getGoogleQuery(AddressData addressData) -
Uses of AddressData in de.hybris.platform.storelocator.location
Methods in de.hybris.platform.storelocator.location that return AddressData Modifier and Type Method Description AddressDataLocation. getAddressData()Get AddressData object -
Uses of AddressData in de.hybris.platform.storelocator.location.impl
Methods in de.hybris.platform.storelocator.location.impl that return AddressData Modifier and Type Method Description protected AddressDataAbstractAddress. extractAddressData(PointOfServiceModel pos)AddressDataAbstractAddress. getAddressData()AddressDataDistanceUnawareLocation. getAddressData()AddressDataLocationDtoWrapper. getAddressData()Constructors in de.hybris.platform.storelocator.location.impl with parameters of type AddressData Constructor Description LocationDtoWrapper(AddressData addressData, GPS gps) -
Uses of AddressData in de.hybris.platform.storelocator.route
Methods in de.hybris.platform.storelocator.route with parameters of type AddressData Modifier and Type Method Description java.lang.StringGeolocationDirectionsUrlBuilder. getWebServiceUrl(java.lang.String baseUrl, AddressData startAddress, AddressData destinationAddress, java.util.Map params)Builds url for web service serving directions from start address to destination address. -
Uses of AddressData in de.hybris.platform.storelocator.route.impl
Methods in de.hybris.platform.storelocator.route.impl with parameters of type AddressData Modifier and Type Method Description protected java.lang.StringDefaultGeolocationDirectionsUrlBuilder. addressData2String(AddressData addressData)java.lang.StringDefaultGeolocationDirectionsUrlBuilder. getWebServiceUrl(java.lang.String baseUrl, AddressData startAddress, AddressData destinationAddress, java.util.Map params) -
Uses of AddressData in de.hybris.platform.yacceleratorordermanagement.actions.order
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order that return types with arguments of type AddressData Modifier and Type Method Description protected Converter<AddressModel,AddressData>GeocodeShippingAddressAction. getAddressConverter()Method parameters in de.hybris.platform.yacceleratorordermanagement.actions.order with type arguments of type AddressData Modifier and Type Method Description voidGeocodeShippingAddressAction. setAddressConverter(Converter<AddressModel,AddressData> addressConverter) -
Uses of AddressData in de.hybris.platform.yacceleratorordermanagement.converters
Methods in de.hybris.platform.yacceleratorordermanagement.converters with parameters of type AddressData Modifier and Type Method Description voidAddressPopulator. populate(AddressModel source, AddressData target) -
Uses of AddressData in de.hybris.platform.ycommercewebservicestest.storelocator.impl
Methods in de.hybris.platform.ycommercewebservicestest.storelocator.impl with parameters of type AddressData Modifier and Type Method Description GPSMockedGeoServiceWrapper. geocodeAddress(AddressData address)
-