Class SapCpiOutboundServiceImpl

java.lang.Object
de.hybris.platform.sap.sapcpiadapter.service.impl.SapCpiOutboundServiceImpl
All Implemented Interfaces:
SapCpiOutboundService
Direct Known Subclasses:
DefaultCentralOrderCpiOutboundServiceImpl, SapCpiOaaOutboundServiceImpl, TestSapCpiOutboundServiceImpl

public class SapCpiOutboundServiceImpl extends Object implements SapCpiOutboundService
  • Constructor Details

    • SapCpiOutboundServiceImpl

      public SapCpiOutboundServiceImpl()
  • Method Details

    • sendCustomer

      public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendCustomer(SAPCpiOutboundCustomerModel sapCpiOutboundCustomerModel)
      Description copied from interface: SapCpiOutboundService
      Send customer
      Specified by:
      sendCustomer in interface SapCpiOutboundService
      Parameters:
      sapCpiOutboundCustomerModel - SAPCpiOutboundCustomerModel
      Returns:
      Observable<ResponseEntity < Map>>
    • sendB2BCustomer

      public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendB2BCustomer(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomerModel)
      Description copied from interface: SapCpiOutboundService
      Send B2B Customer
      Specified by:
      sendB2BCustomer in interface SapCpiOutboundService
      Parameters:
      sapCpiOutboundB2BCustomerModel - SAPCpiOutboundB2BCustomerModel
      Returns:
      Observable<ResponseEntity < Map>>
    • sendOrder

      public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendOrder(SAPCpiOutboundOrderModel sapCpiOutboundOrderModel)
      Description copied from interface: SapCpiOutboundService
      Send order
      Specified by:
      sendOrder in interface SapCpiOutboundService
      Parameters:
      sapCpiOutboundOrderModel - SAPCpiOutboundOrderModel
      Returns:
      Observable<ResponseEntity < Map>>
    • sendOrderCancellation

      public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel)
      Description copied from interface: SapCpiOutboundService
      Send order cancellation
      Specified by:
      sendOrderCancellation in interface SapCpiOutboundService
      Parameters:
      sapCpiOutboundOrderCancellationModel - SAPCpiOutboundOrderCancellationModel
      Returns:
      Observable<ResponseEntity < Map>>
    • getOutboundServiceFacade

      protected de.hybris.platform.outboundservices.facade.OutboundServiceFacade getOutboundServiceFacade()
    • setOutboundServiceFacade

      public void setOutboundServiceFacade(de.hybris.platform.outboundservices.facade.OutboundServiceFacade outboundServiceFacade)