Class SapCpiOutboundServiceImpl
- java.lang.Object
-
- de.hybris.platform.sap.sapcpiadapter.service.impl.SapCpiOutboundServiceImpl
-
- All Implemented Interfaces:
SapCpiOutboundService
public class SapCpiOutboundServiceImpl extends java.lang.Object implements SapCpiOutboundService
-
-
Field Summary
-
Fields inherited from interface de.hybris.platform.sap.sapcpiadapter.service.SapCpiOutboundService
RESPONSE_MESSAGE, RESPONSE_STATUS, SUCCESS
-
-
Constructor Summary
Constructors Constructor Description SapCpiOutboundServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OutboundServiceFacadegetOutboundServiceFacade()rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>sendB2BCustomer(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomerModel)Send B2B Customerrx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>sendCustomer(SAPCpiOutboundCustomerModel sapCpiOutboundCustomerModel)Send customerrx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>sendOrder(SAPCpiOutboundOrderModel sapCpiOutboundOrderModel)Send orderrx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>sendOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel)Send order cancellationvoidsetOutboundServiceFacade(OutboundServiceFacade outboundServiceFacade)
-
-
-
Method Detail
-
sendCustomer
public rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> sendCustomer(SAPCpiOutboundCustomerModel sapCpiOutboundCustomerModel)
Description copied from interface:SapCpiOutboundServiceSend customer- Specified by:
sendCustomerin interfaceSapCpiOutboundService- Parameters:
sapCpiOutboundCustomerModel- SAPCpiOutboundCustomerModel- Returns:
- Observable
>
-
sendB2BCustomer
public rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> sendB2BCustomer(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomerModel)
Description copied from interface:SapCpiOutboundServiceSend B2B Customer- Specified by:
sendB2BCustomerin interfaceSapCpiOutboundService- Parameters:
sapCpiOutboundB2BCustomerModel- SAPCpiOutboundB2BCustomerModel- Returns:
- Observable
>
-
sendOrder
public rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> sendOrder(SAPCpiOutboundOrderModel sapCpiOutboundOrderModel)
Description copied from interface:SapCpiOutboundServiceSend order- Specified by:
sendOrderin interfaceSapCpiOutboundService- Parameters:
sapCpiOutboundOrderModel- SAPCpiOutboundOrderModel- Returns:
- Observable
>
-
sendOrderCancellation
public rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> sendOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel)
Description copied from interface:SapCpiOutboundServiceSend order cancellation- Specified by:
sendOrderCancellationin interfaceSapCpiOutboundService- Parameters:
sapCpiOutboundOrderCancellationModel- SAPCpiOutboundOrderCancellationModel- Returns:
- Observable
>
-
getOutboundServiceFacade
protected OutboundServiceFacade getOutboundServiceFacade()
-
setOutboundServiceFacade
public void setOutboundServiceFacade(OutboundServiceFacade outboundServiceFacade)
-
-