Interface SapCpiOutboundReturnService
- All Known Implementing Classes:
SapCpiOutboundReturnServiceImpl
public interface SapCpiOutboundReturnService
SapCpiOutboundReturnService
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPropertyValue(org.springframework.http.ResponseEntity<Map> responseEntityMap, String property) getPropertyValuestatic booleanisSentSuccessfully(org.springframework.http.ResponseEntity<Map> responseEntityMap) isSentSuccessfullyrx.Observable<org.springframework.http.ResponseEntity<Map>>sendReturnOrder(SAPCpiOutboundReturnOrderModel sapCpiOutboundReturnOrderModel) Send Return Orderrx.Observable<org.springframework.http.ResponseEntity<Map>>sendReturnOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel) Send Return Order Cancellation
-
Method Details
-
sendReturnOrder
rx.Observable<org.springframework.http.ResponseEntity<Map>> sendReturnOrder(SAPCpiOutboundReturnOrderModel sapCpiOutboundReturnOrderModel) Send Return Order- Parameters:
sapCpiOutboundReturnOrderModel- SAPCpiOutboundReturnOrderModel- Returns:
- Observable<ResponseEntity
-
sendReturnOrderCancellation
rx.Observable<org.springframework.http.ResponseEntity<Map>> sendReturnOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel) Send Return Order Cancellation- Parameters:
sapCpiOutboundOrderCancellationModel- SAPCpiOutboundOrderCancellationModel- Returns:
- Observable<ResponseEntity
-
isSentSuccessfully
isSentSuccessfully- Parameters:
responseEntityMap- ResponseEntity- Returns:
- boolean
-
getPropertyValue
static String getPropertyValue(org.springframework.http.ResponseEntity<Map> responseEntityMap, String property) getPropertyValue- Parameters:
responseEntityMap- ResponseEntityproperty- String- Returns:
- String
-