Interface SapCpiOutboundQuoteService
-
- All Known Implementing Classes:
DefaultSapCpiOutboundQuoteService
public interface SapCpiOutboundQuoteService
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
OK
static java.lang.String
RESPONSE_MESSAGE
static java.lang.String
RESPONSE_STATUS
-
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>>
sendQuote(SAPCpiOutboundQuoteModel sapCpiOutboundQuoteModel)
rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>
sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel)
-
-
-
Field Detail
-
OK
static final java.lang.String OK
- See Also:
- Constant Field Values
-
RESPONSE_STATUS
static final java.lang.String RESPONSE_STATUS
- See Also:
- Constant Field Values
-
RESPONSE_MESSAGE
static final java.lang.String RESPONSE_MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
sendQuote
rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> sendQuote(SAPCpiOutboundQuoteModel sapCpiOutboundQuoteModel)
-
sendQuoteStatus
rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel)
-
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)
-
-