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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(SAPCpiOutboundServiceOrderModel outboundOrder) de.hybris.platform.servicelayer.config.ConfigurationServicede.hybris.platform.outboundservices.facade.OutboundServiceFacadeprotected booleanprotected booleanisServiceCallReleasedToFSM(SAPCpiOutboundServiceOrderModel outboundOrder) voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) voidsetOutboundServiceFacade(de.hybris.platform.outboundservices.facade.OutboundServiceFacade outboundServiceFacade)
-
Field Details
-
OUTBOUND_SERVICE_ORDER_UPDATE_OBJECT
- See Also:
-
OUTBOUND_SERVICE_ORDER_UPDATE_FSM_DESTINATION
- See Also:
-
-
Constructor Details
-
DefaultSapServiceOrderUpdateFSMHook
public DefaultSapServiceOrderUpdateFSMHook()
-
-
Method Details
-
execute
- Specified by:
executein interfaceSapServiceOrderUpdateHook
-
isServiceCallReleasedToFSM
-
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)
-