Class SapGeocodeShippingAddressAction
java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
de.hybris.platform.sap.ysapomsfulfillment.actions.order.SapGeocodeShippingAddressAction
- All Implemented Interfaces:
de.hybris.platform.processengine.spring.Action<OrderProcessModel>
public class SapGeocodeShippingAddressAction
extends de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
Used to get an address from order.deliveryAddress and find the closest store populating back the
delivery latitude/longitude.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
de.hybris.platform.processengine.action.AbstractProceduralAction.Transition -
Field Summary
Fields inherited from class de.hybris.platform.processengine.action.AbstractAction
modelService, processParameterHelperFields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(OrderProcessModel orderProcessModel) protected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,de.hybris.platform.storelocator.data.AddressData> protected de.hybris.platform.storelocator.GeoWebServiceWrappervoidsetAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, de.hybris.platform.storelocator.data.AddressData> addressConverter) voidsetGeoWebServiceWrapper(de.hybris.platform.storelocator.GeoWebServiceWrapper geoWebServiceWrapper) Methods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction
execute, getTransitionsMethods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.processengine.spring.Action
getCurrentActionDefinitionContext
-
Constructor Details
-
SapGeocodeShippingAddressAction
public SapGeocodeShippingAddressAction()
-
-
Method Details
-
executeAction
- Specified by:
executeActionin classde.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
-
setGeoWebServiceWrapper
public void setGeoWebServiceWrapper(de.hybris.platform.storelocator.GeoWebServiceWrapper geoWebServiceWrapper) -
setAddressConverter
public void setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, de.hybris.platform.storelocator.data.AddressData> addressConverter) -
getGeoWebServiceWrapper
protected de.hybris.platform.storelocator.GeoWebServiceWrapper getGeoWebServiceWrapper() -
getAddressConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,de.hybris.platform.storelocator.data.AddressData> getAddressConverter()
-