Interface SapCpiOutboundReturnService
-
- All Known Implementing Classes:
SapCpiOutboundReturnServiceImpl
public interface SapCpiOutboundReturnService
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static java.lang.StringgetPropertyValue(org.springframework.http.ResponseEntity<java.util.Map> responseEntityMap, java.lang.String property)static booleanisSentSuccessfully(org.springframework.http.ResponseEntity<java.util.Map> responseEntityMap)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>sendReturnOrder(SAPCpiOutboundReturnOrderModel sapCpiOutboundReturnOrderModel)rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>sendReturnOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel)
-
-
-
Method Detail
-
sendReturnOrder
rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> sendReturnOrder(SAPCpiOutboundReturnOrderModel sapCpiOutboundReturnOrderModel)
-
sendReturnOrderCancellation
rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> sendReturnOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel)
-
isSentSuccessfully
static boolean isSentSuccessfully(org.springframework.http.ResponseEntity<java.util.Map> responseEntityMap)
-
getPropertyValue
static java.lang.String getPropertyValue(org.springframework.http.ResponseEntity<java.util.Map> responseEntityMap, java.lang.String property)
-
-