Class DefaultCentralOrderCpiOutboundServiceImpl
java.lang.Object
de.hybris.platform.sap.sapcpiadapter.service.impl.SapCpiOutboundServiceImpl
com.sap.sapcentralorderservices.services.impl.DefaultCentralOrderCpiOutboundServiceImpl
- All Implemented Interfaces:
SapCpiOutboundService
-
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 TypeMethodDescriptionrx.Observable<org.springframework.http.ResponseEntity<Map>>sendOrder(SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Send orderMethods inherited from class de.hybris.platform.sap.sapcpiadapter.service.impl.SapCpiOutboundServiceImpl
getOutboundServiceFacade, sendB2BCustomer, sendCustomer, sendOrderCancellation, setOutboundServiceFacade
-
Constructor Details
-
DefaultCentralOrderCpiOutboundServiceImpl
public DefaultCentralOrderCpiOutboundServiceImpl()
-
-
Method Details
-
sendOrder
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendOrder(SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Description copied from interface:SapCpiOutboundServiceSend order- Specified by:
sendOrderin interfaceSapCpiOutboundService- Overrides:
sendOrderin classSapCpiOutboundServiceImpl- Parameters:
sapCpiOutboundOrderModel- SAPCpiOutboundOrderModel- Returns:
- Observable<ResponseEntity < Map>>
-