Class SapCpiCustomerDefaultConversionService
java.lang.Object
de.hybris.platform.sap.sapcpicustomerexchange.service.impl.SapCpiCustomerDefaultConversionService
- All Implemented Interfaces:
SapCpiCustomerConversionService
- Direct Known Subclasses:
SapCpiMDMCustomerDefaultConversionService
public class SapCpiCustomerDefaultConversionService
extends Object
implements SapCpiCustomerConversionService
SapCpiCustomerDefaultConversionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, String baseStoreUid, String sessionLanguage) convertCustomerToSapCpiCustomerprotected de.hybris.platform.commerceservices.strategies.CustomerNameStrategyprotected de.hybris.platform.servicelayer.model.ModelServiceprotected SapCpiCustomerDestinationServicevoidsetCustomerNameStrategy(de.hybris.platform.commerceservices.strategies.CustomerNameStrategy customerNameStrategy) voidsetModelService(de.hybris.platform.servicelayer.model.ModelService modelService) voidsetSapCpiCustomerDestinationService(SapCpiCustomerDestinationService sapCpiCustomerDestinationService)
-
Constructor Details
-
SapCpiCustomerDefaultConversionService
public SapCpiCustomerDefaultConversionService()
-
-
Method Details
-
convertCustomerToSapCpiCustomer
public SAPCpiOutboundCustomerModel convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, String baseStoreUid, String sessionLanguage) Description copied from interface:SapCpiCustomerConversionServiceconvertCustomerToSapCpiCustomer- Specified by:
convertCustomerToSapCpiCustomerin interfaceSapCpiCustomerConversionService- Parameters:
customerModel- CustomerModeladdressModel- AddressModelbaseStoreUid- StringsessionLanguage- String- Returns:
- SAPCpiOutboundCustomerModel
-
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService() -
setModelService
public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService) -
getCustomerNameStrategy
protected de.hybris.platform.commerceservices.strategies.CustomerNameStrategy getCustomerNameStrategy() -
setCustomerNameStrategy
public void setCustomerNameStrategy(de.hybris.platform.commerceservices.strategies.CustomerNameStrategy customerNameStrategy) -
getSapCpiCustomerDestinationService
-
setSapCpiCustomerDestinationService
public void setSapCpiCustomerDestinationService(SapCpiCustomerDestinationService sapCpiCustomerDestinationService)
-