Class SapCpiOaaOmsInboundOrderHelper
java.lang.Object
de.hybris.platform.sap.orderexchange.datahub.inbound.impl.AbstractDataHubInboundHelper
de.hybris.platform.sap.orderexchange.datahub.inbound.impl.DefaultDataHubInboundOrderHelper
de.hybris.platform.sap.saporderexchangeoms.datahub.inbound.impl.SapOmsDataHubInboundOrderHelper
com.sap.hybris.sapcpioaaorderintegration.inbound.helper.SapCpiOaaOmsInboundOrderHelper
- All Implemented Interfaces:
DataHubInboundOrderHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancelOrder(String orderInformation, String sapOrderCode) Trigger the consignment action event to cancel consignment after receiving the cancellation confirmation from SAP backendde.hybris.platform.site.BaseSiteServiceprotected de.hybris.platform.ordercancel.OrderCancelServicevoidprocessOrderConfirmationFromHub(String orderNumber) Trigger the consignment submission confirmation event after receiving the confirmation from SAP backendprotected booleanreservationSuccessful(OrderModel order) voidsetBaseSiteService(de.hybris.platform.site.BaseSiteService baseSiteService) voidsetOrderCancelService(de.hybris.platform.ordercancel.OrderCancelService orderCancelService) voidsetSourcingService(SourcingService sourcingService) Methods inherited from class de.hybris.platform.sap.saporderexchangeoms.datahub.inbound.impl.SapOmsDataHubInboundOrderHelper
processOrderCancellationFromDatahubMethods inherited from class de.hybris.platform.sap.orderexchange.datahub.inbound.impl.DefaultDataHubInboundOrderHelper
getSapOrderCancelService, processOrderCancellationFromHub, setSapOrderCancelServiceMethods inherited from class de.hybris.platform.sap.orderexchange.datahub.inbound.impl.AbstractDataHubInboundHelper
getBusinessProcessService, getFlexibleSearchService, getModelService, readOrder, readSapOrder, setBusinessProcessService, setFlexibleSearchService, setModelService
-
Constructor Details
-
SapCpiOaaOmsInboundOrderHelper
public SapCpiOaaOmsInboundOrderHelper()
-
-
Method Details
-
processOrderConfirmationFromHub
Trigger the consignment submission confirmation event after receiving the confirmation from SAP backend- Specified by:
processOrderConfirmationFromHubin interfaceDataHubInboundOrderHelper- Overrides:
processOrderConfirmationFromHubin classSapOmsDataHubInboundOrderHelper- Parameters:
orderNumber-
-
cancelOrder
Trigger the consignment action event to cancel consignment after receiving the cancellation confirmation from SAP backend- Specified by:
cancelOrderin interfaceDataHubInboundOrderHelper- Overrides:
cancelOrderin classSapOmsDataHubInboundOrderHelper- Parameters:
orderInformation-sapOrderCode-
-
reservationSuccessful
-
getOrderCancelService
protected de.hybris.platform.ordercancel.OrderCancelService getOrderCancelService() -
setOrderCancelService
public void setOrderCancelService(de.hybris.platform.ordercancel.OrderCancelService orderCancelService) -
getSourcingService
- Returns:
- the sourcingService
-
setSourcingService
- Parameters:
sourcingService- the sourcingService to set
-
getBaseSiteService
public de.hybris.platform.site.BaseSiteService getBaseSiteService()- Returns:
- the baseSiteService
-
setBaseSiteService
public void setBaseSiteService(de.hybris.platform.site.BaseSiteService baseSiteService) - Parameters:
baseSiteService- the baseSiteService to set
-