Class SapCpiCustomerOutboundService
- java.lang.Object
-
- com.sap.hybris.sapcustomerb2c.outbound.CustomerExportService
-
- de.hybris.platform.sap.sapcpicustomerexchange.service.impl.SapCpiCustomerOutboundService
-
public class SapCpiCustomerOutboundService extends CustomerExportService
SapCpiCustomerOutboundService
-
-
Constructor Summary
Constructors Constructor Description SapCpiCustomerOutboundService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SapCpiCustomerConversionServicegetSapCpiCustomerConversionService()SapCpiOutboundServicegetSapCpiOutboundService()voidsendCustomerData(CustomerModel customerModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage, AddressModel addressModel)map customer Model and address Model to the target map, set session language and base store name, and send data to the Data HubvoidsetSapCpiCustomerConversionService(SapCpiCustomerConversionService sapCpiCustomerConversionService)voidsetSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService)-
Methods inherited from class com.sap.hybris.sapcustomerb2c.outbound.CustomerExportService
getBatchIdAttributes, getCustomerNameStrategy, getDataHubOutboundService, getFeed, getSapCoreSAPGlobalConfigurationService, getTarget, isClassCustomerModel, isCustomerReplicationEnabled, prepareAddressData, prepareBatchIdAttributes, prepareCustomerData, sendCustomerData, sendCustomerToDataHub, setBatchIdAttributes, setCustomerNameStrategy, setDataHubOutboundService, setFeed, setSapCoreSAPGlobalConfigurationService
-
-
-
-
Method Detail
-
sendCustomerData
public void sendCustomerData(CustomerModel customerModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage, AddressModel addressModel)
Description copied from class:CustomerExportServicemap customer Model and address Model to the target map, set session language and base store name, and send data to the Data Hub- Overrides:
sendCustomerDatain classCustomerExportService- Parameters:
customerModel- Customer modelbaseStoreUid- Base store UIDsessionLanguage- Language of sessionaddressModel- Address model
-
getSapCpiOutboundService
public SapCpiOutboundService getSapCpiOutboundService()
-
setSapCpiOutboundService
public void setSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService)
-
getSapCpiCustomerConversionService
protected SapCpiCustomerConversionService getSapCpiCustomerConversionService()
-
setSapCpiCustomerConversionService
public void setSapCpiCustomerConversionService(SapCpiCustomerConversionService sapCpiCustomerConversionService)
-
-