Class SapCpiB2BCustomerDefaultConversionService
- java.lang.Object
-
- de.hybris.platform.sap.sapcpicustomerexchangeb2b.outbound.services.impl.SapCpiB2BCustomerDefaultConversionService
-
- All Implemented Interfaces:
SapCpiB2BCustomerConversionService
public class SapCpiB2BCustomerDefaultConversionService extends java.lang.Object implements SapCpiB2BCustomerConversionService
Class to convert Hybris B2B Customer to SCPI B2B Customer.
-
-
Constructor Summary
Constructors Constructor Description SapCpiB2BCustomerDefaultConversionService()
-
Method Summary
-
-
-
Method Detail
-
convertB2BCustomerToSapCpiBb2BCustomer
public SAPCpiOutboundB2BCustomerModel convertB2BCustomerToSapCpiBb2BCustomer(B2BCustomerModel b2bCustomerModel, java.lang.String sessionLanguage)
Description copied from interface:SapCpiB2BCustomerConversionServiceConvert Hybris B2B Customer to SCPI B2B Customers.- Specified by:
convertB2BCustomerToSapCpiBb2BCustomerin interfaceSapCpiB2BCustomerConversionService- Parameters:
b2bCustomerModel- B2BCustomerModelsessionLanguage- String- Returns:
- SAPCpiOutboundB2BCustomerModel
-
readSapAddressUUID
protected java.lang.String readSapAddressUUID(B2BUnitModel rootB2BUnit)
-
convertB2BContactToSapCpiBb2BContact
protected SAPCpiOutboundB2BContactModel convertB2BContactToSapCpiBb2BContact(B2BUnitModel b2bUnitModel, B2BCustomerModel b2bCustomerModel, java.lang.String sessionLanguage)
-
mapOutboundDestination
protected void mapOutboundDestination(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomer)
-
mapB2BContactInfo
protected void mapB2BContactInfo(B2BCustomerModel b2bCustomer, java.lang.String sessionLanguage, SAPCpiOutboundB2BContactModel sapCpiOutboundB2BContact)
-
mapB2BContactAddress
protected void mapB2BContactAddress(B2BCustomerModel b2bCustomer, SAPCpiOutboundB2BContactModel sapCpiOutboundB2BContact)
-
readLogicalSystem
protected SAPLogicalSystemModel readLogicalSystem()
-
getCustomerNameStrategy
protected CustomerNameStrategy getCustomerNameStrategy()
-
setCustomerNameStrategy
public void setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)
-
getB2bUnitService
protected B2BUnitService<B2BUnitModel,B2BCustomerModel> getB2bUnitService()
-
setB2bUnitService
public void setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)
-
getBaseStoreService
protected BaseStoreService getBaseStoreService()
-
setBaseStoreService
public void setBaseStoreService(BaseStoreService baseStoreService)
-
getGlobalConfigurationDAO
protected SAPGlobalConfigurationDAO getGlobalConfigurationDAO()
-
setGlobalConfigurationDAO
public void setGlobalConfigurationDAO(SAPGlobalConfigurationDAO globalConfigurationDAO)
-
-