Class SapOaaCpiOrderMapperService
java.lang.Object
de.hybris.platform.sap.sapcpiorderexchange.service.impl.SapCpiOmmOrderMapperService
com.sap.hybris.sapcpioaaorderintegration.service.impl.SapOaaCpiOrderMapperService
- All Implemented Interfaces:
SapCpiOrderMapperService<OrderModel,SAPCpiOutboundOrderModel>
SapOaaCpiOrderMapperService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmap(OrderModel orderModel, SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Performs mapping from source to target.protected voidmapOrder(SapCpiOrder sapCpiOrder, SAPCpiOutboundOrderModel sapCpiOutboundOrder) protected Set<SAPCpiOutboundOrderItemModel>mapOrderItems(List<SapCpiOrderItem> sapCpiOrderItems) protected voidmapSapCpiOrderToSAPCpiOrderOutbound(SapCpiOrder sapCpiOrder, SAPCpiOutboundOrderModel sapCpiOutboundOrder, OrderModel orderModel) voidsetCommonUtils(CommonUtils commonUtils) voidsetServiceUtils(ServiceUtils serviceUtils) Methods inherited from class de.hybris.platform.sap.sapcpiorderexchange.service.impl.SapCpiOmmOrderMapperService
getSapCpiOrderConversionService, mapCreditCards, mapOrderAddresses, mapOrderConfigInfo, mapOrderPartners, mapOrderPrices, mapSapCpiOrderToSAPCpiOrderOutbound, setSapCpiOrderConversionService
-
Constructor Details
-
SapOaaCpiOrderMapperService
public SapOaaCpiOrderMapperService()
-
-
Method Details
-
map
Description copied from interface:SapCpiOrderMapperServicePerforms mapping from source to target.- Specified by:
mapin interfaceSapCpiOrderMapperService<OrderModel,SAPCpiOutboundOrderModel> - Overrides:
mapin classSapCpiOmmOrderMapperService- Parameters:
orderModel- Order ModelsapCpiOutboundOrderModel- SAP CPI Outbound Order Model
-
mapSapCpiOrderToSAPCpiOrderOutbound
protected void mapSapCpiOrderToSAPCpiOrderOutbound(SapCpiOrder sapCpiOrder, SAPCpiOutboundOrderModel sapCpiOutboundOrder, OrderModel orderModel) -
mapOrder
-
mapOrderItems
- Overrides:
mapOrderItemsin classSapCpiOmmOrderMapperService
-
getCommonUtils
- Returns:
- the commonUtils
-
setCommonUtils
- Parameters:
commonUtils- the commonUtils to set
-
getServiceUtils
- Returns:
- the serviceUtils
-
setServiceUtils
- Parameters:
serviceUtils- the serviceUtils to set
-