Class SapCpiOutboundServiceImpl
java.lang.Object
de.hybris.platform.sap.sapcpiadapter.service.impl.SapCpiOutboundServiceImpl
- All Implemented Interfaces:
SapCpiOutboundService
- Direct Known Subclasses:
DefaultCentralOrderCpiOutboundServiceImpl,SapCpiOaaOutboundServiceImpl,TestSapCpiOutboundServiceImpl
-
Field Summary
Fields inherited from interface de.hybris.platform.sap.sapcpiadapter.service.SapCpiOutboundService
RESPONSE_MESSAGE, RESPONSE_STATUS, SUCCESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.outboundservices.facade.OutboundServiceFacaderx.Observable<org.springframework.http.ResponseEntity<Map>>sendB2BCustomer(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomerModel) Send B2B Customerrx.Observable<org.springframework.http.ResponseEntity<Map>>sendCustomer(SAPCpiOutboundCustomerModel sapCpiOutboundCustomerModel) Send customerrx.Observable<org.springframework.http.ResponseEntity<Map>>sendOrder(SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Send orderrx.Observable<org.springframework.http.ResponseEntity<Map>>sendOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel) Send order cancellationvoidsetOutboundServiceFacade(de.hybris.platform.outboundservices.facade.OutboundServiceFacade outboundServiceFacade)
-
Constructor Details
-
SapCpiOutboundServiceImpl
public SapCpiOutboundServiceImpl()
-
-
Method Details
-
sendCustomer
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendCustomer(SAPCpiOutboundCustomerModel sapCpiOutboundCustomerModel) Description copied from interface:SapCpiOutboundServiceSend customer- Specified by:
sendCustomerin interfaceSapCpiOutboundService- Parameters:
sapCpiOutboundCustomerModel- SAPCpiOutboundCustomerModel- Returns:
- Observable<ResponseEntity < Map>>
-
sendB2BCustomer
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendB2BCustomer(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomerModel) Description copied from interface:SapCpiOutboundServiceSend B2B Customer- Specified by:
sendB2BCustomerin interfaceSapCpiOutboundService- Parameters:
sapCpiOutboundB2BCustomerModel- SAPCpiOutboundB2BCustomerModel- Returns:
- Observable<ResponseEntity < Map>>
-
sendOrder
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendOrder(SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Description copied from interface:SapCpiOutboundServiceSend order- Specified by:
sendOrderin interfaceSapCpiOutboundService- Parameters:
sapCpiOutboundOrderModel- SAPCpiOutboundOrderModel- Returns:
- Observable<ResponseEntity < Map>>
-
sendOrderCancellation
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel) Description copied from interface:SapCpiOutboundServiceSend order cancellation- Specified by:
sendOrderCancellationin interfaceSapCpiOutboundService- 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)
-