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 Details

    • SapCpiCustomerOutboundService

      public SapCpiCustomerOutboundService()
  • Method Details

    • sendCustomerData

      public void sendCustomerData(CustomerModel customerModel, String baseStoreUid, String sessionLanguage, AddressModel addressModel)
      Description copied from class: CustomerExportService
      map customer Model and address Model to the target map, set session language and base store name, and send data to the Data Hub
      Overrides:
      sendCustomerData in class CustomerExportService
      Parameters:
      customerModel - Customer model
      baseStoreUid - Base store UID
      sessionLanguage - Language of session
      addressModel - Address model
    • getSapCpiOutboundService

      public SapCpiOutboundService getSapCpiOutboundService()
    • setSapCpiOutboundService

      public void setSapCpiOutboundService(SapCpiOutboundService sapCpiOutboundService)
    • getSapCpiCustomerConversionService

      protected SapCpiCustomerConversionService getSapCpiCustomerConversionService()
    • setSapCpiCustomerConversionService

      public void setSapCpiCustomerConversionService(SapCpiCustomerConversionService sapCpiCustomerConversionService)