Interface SapCpiOmsOutboundReturnService
-
- All Known Implementing Classes:
SapCpiOmsOutboundReturnServiceImpl
public interface SapCpiOmsOutboundReturnService
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static java.lang.String
getPropertyValue(org.springframework.http.ResponseEntity<java.util.Map> responseEntityMap, java.lang.String property)
static boolean
isSentSuccessfully(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)
-
-