Interface SapCpiOutboundQuoteService
- All Known Implementing Classes:
DefaultSapCpiOutboundQuoteService
public interface SapCpiOutboundQuoteService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPropertyValue(org.springframework.http.ResponseEntity<Map> responseEntityMap, String property) static booleanisSentSuccessfully(org.springframework.http.ResponseEntity<Map> responseEntityMap) rx.Observable<org.springframework.http.ResponseEntity<Map>>sendQuote(SAPCpiOutboundQuoteModel sapCpiOutboundQuoteModel) rx.Observable<org.springframework.http.ResponseEntity<Map>>sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel)
-
Field Details
-
OK
- See Also:
-
RESPONSE_STATUS
- See Also:
-
RESPONSE_MESSAGE
- See Also:
-
-
Method Details
-
sendQuote
rx.Observable<org.springframework.http.ResponseEntity<Map>> sendQuote(SAPCpiOutboundQuoteModel sapCpiOutboundQuoteModel) -
sendQuoteStatus
rx.Observable<org.springframework.http.ResponseEntity<Map>> sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel) -
isSentSuccessfully
-
getPropertyValue
-