Class ConfigurationOrderMapperImpl
java.lang.Object
de.hybris.platform.sap.productconfig.cpiorderexchange.impl.ConfigurationOrderMapperImpl
- All Implemented Interfaces:
SapCpiOrderMapperService<OrderModel,SAPCpiOutboundOrderModel>
public class ConfigurationOrderMapperImpl
extends Object
implements SapCpiOrderMapperService<OrderModel,SAPCpiOutboundOrderModel>
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationOrderMapperImpl(ConfigurationOrderEntryMapper orderEntryMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected SAPCpiOutboundOrderItemModelfindOutboundItem(SAPCpiOutboundOrderModel target, AbstractOrderEntryModel entry) protected voidprotected booleanisConfigurationMappingNeeded(List<AbstractOrderEntryModel> orderEntries) voidmap(OrderModel source, SAPCpiOutboundOrderModel target) Performs mapping from source to target.voidsetConfigurationOrderEntryHelper(ConfigurationOrderEntryHelper configurationOrderEntryHelper)
-
Constructor Details
-
ConfigurationOrderMapperImpl
-
-
Method Details
-
setConfigurationOrderEntryHelper
public void setConfigurationOrderEntryHelper(ConfigurationOrderEntryHelper configurationOrderEntryHelper) -
map
Description copied from interface:SapCpiOrderMapperServicePerforms mapping from source to target.- Specified by:
mapin interfaceSapCpiOrderMapperService<OrderModel,SAPCpiOutboundOrderModel> - Parameters:
source- Order Modeltarget- SAP CPI Outbound Order Model
-
isConfigurationMappingNeeded
-
initProductConfigSets
-
findOutboundItem
protected SAPCpiOutboundOrderItemModel findOutboundItem(SAPCpiOutboundOrderModel target, AbstractOrderEntryModel entry)
-