Class SapCpiB2BCustomerOutboundService
- java.lang.Object
-
- com.sap.hybris.sapcustomerb2b.outbound.B2BCustomerExportService
-
- de.hybris.platform.sap.sapcpicustomerexchangeb2b.outbound.services.impl.SapCpiB2BCustomerOutboundService
-
public class SapCpiB2BCustomerOutboundService extends B2BCustomerExportService
Class to enable sending outbound B2B Customer to SCPI.
-
-
Constructor Summary
Constructors Constructor Description SapCpiB2BCustomerOutboundService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SapCpiB2BCustomerConversionServicegetSapCpiB2BCustomerConversionService()protected SapCpiOutboundServicegetSapCpiOutboundService()voidprepareAndSend(B2BCustomerModel b2bCustomerModel, java.lang.String language)Prepare and send outbound B2B Customer to SCPI.protected voidsendB2BCustomerToSCPI(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomer)voidsetSapCpiB2BCustomerConversionService(SapCpiB2BCustomerConversionService sapCpiB2BCustomerConversionService)voidsetSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService)-
Methods inherited from class com.sap.hybris.sapcustomerb2b.outbound.B2BCustomerExportService
getB2bUnitService, getBaseStoreService, getBatchIdAttributes, getCustomerNameStrategy, getDataHubOutboundService, getFeed, isB2BCustomerReplicationEnabled, prepareAddressData, prepareB2BCustomerData, prepareBatchIdAttributes, sendRawItemsToDataHub, setB2bUnitService, setBaseStoreService, setBatchIdAttributes, setCustomerNameStrategy, setDataHubOutboundService, setFeed
-
-
-
-
Method Detail
-
prepareAndSend
public void prepareAndSend(B2BCustomerModel b2bCustomerModel, java.lang.String language)
Prepare and send outbound B2B Customer to SCPI.- Overrides:
prepareAndSendin classB2BCustomerExportService- Parameters:
b2bCustomerModel- B2BCustomerModellanguage- String
-
sendB2BCustomerToSCPI
protected void sendB2BCustomerToSCPI(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomer)
-
getSapCpiB2BCustomerConversionService
protected SapCpiB2BCustomerConversionService getSapCpiB2BCustomerConversionService()
-
setSapCpiB2BCustomerConversionService
public void setSapCpiB2BCustomerConversionService(SapCpiB2BCustomerConversionService sapCpiB2BCustomerConversionService)
-
getSapCpiOutboundService
protected SapCpiOutboundService getSapCpiOutboundService()
-
setSapCpiOutboundService
public void setSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService)
-
-