Class SapConsignmentPreFulfillmentStrategy
java.lang.Object
de.hybris.platform.sap.ysapcpiomsfulfillment.strategy.SapConsignmentPreFulfillmentStrategy
- All Implemented Interfaces:
de.hybris.platform.warehousing.externalfulfillment.strategy.ConsignmentPreFulfillmentStrategy
public class SapConsignmentPreFulfillmentStrategy
extends Object
implements de.hybris.platform.warehousing.externalfulfillment.strategy.ConsignmentPreFulfillmentStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanProceedAfterPerform(ConsignmentModel consignment) Check if the consignment can be sent to the external systemprotected SAPGlobalConfigurationServiceprotected booleanisB2BCase(AbstractOrderModel orderModel) protected booleanisGuestUser(CustomerModel customerModel) voidperform(ConsignmentModel consignment) Perform any required action before sending the consignment to the external systemvoidsetSapGlobalConfigurationService(SAPGlobalConfigurationService sapGlobalConfigurationService)
-
Constructor Details
-
SapConsignmentPreFulfillmentStrategy
public SapConsignmentPreFulfillmentStrategy()
-
-
Method Details
-
perform
Perform any required action before sending the consignment to the external system- Specified by:
performin interfacede.hybris.platform.warehousing.externalfulfillment.strategy.ConsignmentPreFulfillmentStrategy- Parameters:
consignment-
-
canProceedAfterPerform
Check if the consignment can be sent to the external system- Specified by:
canProceedAfterPerformin interfacede.hybris.platform.warehousing.externalfulfillment.strategy.ConsignmentPreFulfillmentStrategy- Parameters:
consignment-- Returns:
-
isB2BCase
-
isGuestUser
-
getSapGlobalConfigurationService
-
setSapGlobalConfigurationService
public void setSapGlobalConfigurationService(SAPGlobalConfigurationService sapGlobalConfigurationService)
-