public class SapCpiCustomerDefaultConversionService extends java.lang.Object implements SapCpiCustomerConversionService
| Constructor and Description |
|---|
SapCpiCustomerDefaultConversionService() |
| Modifier and Type | Method and Description |
|---|---|
SAPCpiOutboundCustomerModel |
convertCustomerToSapCpiCustomer(CustomerModel customerModel,
AddressModel addressModel,
java.lang.String baseStoreUid,
java.lang.String sessionLanguage)
convertCustomerToSapCpiCustomer
|
protected CustomerNameStrategy |
getCustomerNameStrategy() |
protected SAPGlobalConfigurationDAO |
getGlobalConfigurationDAO() |
protected ModelService |
getModelService() |
void |
setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy) |
void |
setGlobalConfigurationDAO(SAPGlobalConfigurationDAO globalConfigurationDAO) |
void |
setModelService(ModelService modelService) |
public SapCpiCustomerDefaultConversionService()
public SAPCpiOutboundCustomerModel convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)
SapCpiCustomerConversionServiceconvertCustomerToSapCpiCustomer in interface SapCpiCustomerConversionServicecustomerModel - CustomerModeladdressModel - AddressModelbaseStoreUid - StringsessionLanguage - Stringprotected SAPGlobalConfigurationDAO getGlobalConfigurationDAO()
public void setGlobalConfigurationDAO(SAPGlobalConfigurationDAO globalConfigurationDAO)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
protected CustomerNameStrategy getCustomerNameStrategy()
public void setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)
Copyright © 2018 SAP SE. All Rights Reserved.