Class SapRevenueCloudCustomerConversionService
- java.lang.Object
-
- com.sap.hybris.saprevenuecloudcustomer.service.impl.SapRevenueCloudCustomerConversionService
-
- All Implemented Interfaces:
SapCpiCustomerConversionService
public class SapRevenueCloudCustomerConversionService extends java.lang.Object implements SapCpiCustomerConversionService
-
-
Constructor Summary
Constructors Constructor Description SapRevenueCloudCustomerConversionService()
-
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)convertCustomerToSapCpiCustomerCustomerNameStrategygetCustomerNameStrategy()ModelServicegetModelService()protected SAPRevenueCloudConfigurationModelgetRevenueCloudConfiguration()GenericDaogetSapRevenueCloudConfigurationModelGenericDao()voidsetCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)voidsetModelService(ModelService modelService)voidsetSapRevenueCloudConfigurationModelGenericDao(GenericDao sapRevenueCloudConfigurationModelGenericDao)
-
-
-
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
-
getRevenueCloudConfiguration
protected SAPRevenueCloudConfigurationModel getRevenueCloudConfiguration()
-
getModelService
public ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
getCustomerNameStrategy
public CustomerNameStrategy getCustomerNameStrategy()
- Returns:
- the customerNameStrategy
-
setCustomerNameStrategy
public void setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)
- Parameters:
customerNameStrategy- the customerNameStrategy to set
-
getSapRevenueCloudConfigurationModelGenericDao
public GenericDao getSapRevenueCloudConfigurationModelGenericDao()
- Returns:
- the sapRevenueCloudConfigurationModelGenericDao
-
setSapRevenueCloudConfigurationModelGenericDao
public void setSapRevenueCloudConfigurationModelGenericDao(GenericDao sapRevenueCloudConfigurationModelGenericDao)
- Parameters:
sapRevenueCloudConfigurationModelGenericDao- the sapRevenueCloudConfigurationModelGenericDao to set
-
-