Uses of Class
com.hybris.cis.client.geolocation.models.CisLocationRequest
-
Packages that use CisLocationRequest Package Description com.hybris.cis.client.geolocation com.hybris.cis.client.mock com.hybris.cis.service com.hybris.cis.service.impl -
-
Uses of CisLocationRequest in com.hybris.cis.client.geolocation
Methods in com.hybris.cis.client.geolocation with parameters of type CisLocationRequest Modifier and Type Method Description GeoLocationResultGeolocationClient. getGeolocation(java.lang.String xCisClientRef, java.lang.String tenantId, CisLocationRequest location)Get geolocations of the different addresses contained in request. -
Uses of CisLocationRequest in com.hybris.cis.client.mock
Methods in com.hybris.cis.client.mock with parameters of type CisLocationRequest Modifier and Type Method Description GeoLocationResultGeolocationClientMock. getGeolocation(java.lang.String xCisClientRef, java.lang.String tenantId, CisLocationRequest location) -
Uses of CisLocationRequest in com.hybris.cis.service
Methods in com.hybris.cis.service with parameters of type CisLocationRequest Modifier and Type Method Description GeoLocationResultCisClientGeolocationService. getGeolocation(java.lang.String xCisClientRef, java.lang.String tenantId, CisLocationRequest location)Rest client to look up geolocations. -
Uses of CisLocationRequest in com.hybris.cis.service.impl
Methods in com.hybris.cis.service.impl with parameters of type CisLocationRequest Modifier and Type Method Description GeoLocationResultDefaultCisClientGeolocationService. getGeolocation(java.lang.String xCisClientRef, java.lang.String tenantId, CisLocationRequest location)
-