Class DefaultSapCpiOrderMapperService
java.lang.Object
de.hybris.platform.sap.sapcpiorderexchange.service.impl.SapCpiOmmOrderMapperService
de.hybris.platform.sap.sapcpiorderexchange.service.impl.DefaultSapCpiOrderMapperService
- All Implemented Interfaces:
SapCpiOrderMapperService<OrderModel,SAPCpiOutboundOrderModel>
This class contains the wrapper definition of overridden methods.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T extends SapCpiOrderMapperService>
TgetBeanById(String beanId) voidmap(OrderModel orderModel, SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Performs mapping from source to target.voidsetSapBeanConfigurationFactory(SapBeanConfigurationFactory sapBeanConfigurationFactory) voidsetSapCpiOrderMapperServiceHooks(List<SapBeanConfigurationHook> sapCpiOrderMapperServiceHooks) Methods inherited from class de.hybris.platform.sap.sapcpiorderexchange.service.impl.SapCpiOmmOrderMapperService
getSapCpiOrderConversionService, mapCreditCards, mapOrderAddresses, mapOrderConfigInfo, mapOrderItems, mapOrderPartners, mapOrderPrices, mapSapCpiOrderToSAPCpiOrderOutbound, setSapCpiOrderConversionService
-
Field Details
-
SAP_CPI_OMM_ORDER_MAPPER_SERVICE
- See Also:
-
-
Constructor Details
-
DefaultSapCpiOrderMapperService
public DefaultSapCpiOrderMapperService()
-
-
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
-
getBeanById
-
getSapCpiOrderMapperServiceHooks
-
setSapCpiOrderMapperServiceHooks
public void setSapCpiOrderMapperServiceHooks(List<SapBeanConfigurationHook> sapCpiOrderMapperServiceHooks) -
getSapBeanConfigurationFactory
-
setSapBeanConfigurationFactory
-