Class SapCpiCustomerDefaultConversionService
- java.lang.Object
-
- de.hybris.platform.sap.sapcpicustomerexchange.service.impl.SapCpiCustomerDefaultConversionService
-
- All Implemented Interfaces:
SapCpiCustomerConversionService
public class SapCpiCustomerDefaultConversionService extends java.lang.Object implements SapCpiCustomerConversionService
SapCpiCustomerDefaultConversionService
-
-
Constructor Summary
Constructors Constructor Description SapCpiCustomerDefaultConversionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAPCpiOutboundCustomerModelconvertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)convertCustomerToSapCpiCustomerprotected CustomerNameStrategygetCustomerNameStrategy()protected SAPGlobalConfigurationDAOgetGlobalConfigurationDAO()protected ModelServicegetModelService()voidsetCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)voidsetGlobalConfigurationDAO(SAPGlobalConfigurationDAO globalConfigurationDAO)voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
convertCustomerToSapCpiCustomer
public SAPCpiOutboundCustomerModel convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)
Description copied from interface:SapCpiCustomerConversionServiceconvertCustomerToSapCpiCustomer- Specified by:
convertCustomerToSapCpiCustomerin interfaceSapCpiCustomerConversionService- Parameters:
customerModel- CustomerModeladdressModel- AddressModelbaseStoreUid- StringsessionLanguage- String- Returns:
- SAPCpiOutboundCustomerModel
-
getGlobalConfigurationDAO
protected SAPGlobalConfigurationDAO getGlobalConfigurationDAO()
-
setGlobalConfigurationDAO
public void setGlobalConfigurationDAO(SAPGlobalConfigurationDAO globalConfigurationDAO)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getCustomerNameStrategy
protected CustomerNameStrategy getCustomerNameStrategy()
-
setCustomerNameStrategy
public void setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)
-
-