Class SapGeocodeShippingAddressAction

java.lang.Object
de.hybris.platform.processengine.action.AbstractAction<T>
de.hybris.platform.processengine.action.AbstractProceduralAction<OrderProcessModel>
com.sap.hybris.ysaprcomsfulfillment.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, processParameterHelper

    Fields inherited from interface de.hybris.platform.processengine.spring.Action

    ERROR_RETURN_CODE, RETRY_RETURN_CODE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeAction(OrderProcessModel orderProcessModel)
     
    protected de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,de.hybris.platform.storelocator.data.AddressData>
     
    protected de.hybris.platform.storelocator.GeoWebServiceWrapper
     
    void
    setAddressConverter(de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel,de.hybris.platform.storelocator.data.AddressData> addressConverter)
     
    void
    setGeoWebServiceWrapper(de.hybris.platform.storelocator.GeoWebServiceWrapper geoWebServiceWrapper)
     

    Methods inherited from class de.hybris.platform.processengine.action.AbstractProceduralAction

    execute, getTransitions

    Methods inherited from class de.hybris.platform.processengine.action.AbstractAction

    createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.hybris.platform.processengine.spring.Action

    getCurrentActionDefinitionContext
  • Constructor Details

    • SapGeocodeShippingAddressAction

      public SapGeocodeShippingAddressAction()
  • Method Details

    • executeAction

      public void executeAction(OrderProcessModel orderProcessModel)
      Specified by:
      executeAction in class de.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()