Class SapCpiCustomerOutboundService

    • Constructor Detail

      • SapCpiCustomerOutboundService

        public SapCpiCustomerOutboundService()
    • Method Detail

      • sendCustomerData

        public void sendCustomerData​(CustomerModel customerModel,
                                     java.lang.String baseStoreUid,
                                     java.lang.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
      • setSapCpiOutboundService

        public void setSapCpiOutboundService​(SapCpiOutboundService sapCpiOutboundService)