Class DefaultSapServiceOrderUpdateFSMHook

java.lang.Object
de.hybris.platform.sap.sapfsmserviceorder.hook.impl.DefaultSapServiceOrderUpdateFSMHook
All Implemented Interfaces:
SapServiceOrderUpdateHook

public class DefaultSapServiceOrderUpdateFSMHook extends Object implements SapServiceOrderUpdateHook
  • Field Details

    • OUTBOUND_SERVICE_ORDER_UPDATE_OBJECT

      protected static final String OUTBOUND_SERVICE_ORDER_UPDATE_OBJECT
      See Also:
    • OUTBOUND_SERVICE_ORDER_UPDATE_FSM_DESTINATION

      protected static final String OUTBOUND_SERVICE_ORDER_UPDATE_FSM_DESTINATION
      See Also:
  • Constructor Details

    • DefaultSapServiceOrderUpdateFSMHook

      public DefaultSapServiceOrderUpdateFSMHook()
  • Method Details

    • execute

      public boolean execute(SAPCpiOutboundServiceOrderModel outboundOrder)
      Specified by:
      execute in interface SapServiceOrderUpdateHook
    • isServiceCallReleasedToFSM

      protected boolean isServiceCallReleasedToFSM(SAPCpiOutboundServiceOrderModel outboundOrder)
    • isFSMintegrationEnabled

      protected boolean isFSMintegrationEnabled()
    • getOutboundServiceFacade

      public de.hybris.platform.outboundservices.facade.OutboundServiceFacade getOutboundServiceFacade()
    • setOutboundServiceFacade

      public void setOutboundServiceFacade(de.hybris.platform.outboundservices.facade.OutboundServiceFacade outboundServiceFacade)
    • getConfigurationService

      public de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()
    • setConfigurationService

      public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService)