Class DefaultSapCpiOutboundQuoteService
java.lang.Object
com.sap.hybris.sapquoteintegration.outbound.service.impl.DefaultSapCpiOutboundQuoteService
- All Implemented Interfaces:
SapCpiOutboundQuoteService
Default class to provide Quote Outbound Service
-
Field Summary
Fields inherited from interface com.sap.hybris.sapquoteintegration.outbound.service.SapCpiOutboundQuoteService
OK, RESPONSE_MESSAGE, RESPONSE_STATUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.outboundservices.facade.OutboundServiceFacaderx.Observable<org.springframework.http.ResponseEntity<Map>>sendQuote(SAPCpiOutboundQuoteModel sapCpiOutboundQuoteModel) rx.Observable<org.springframework.http.ResponseEntity<Map>>sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel) voidsetOutboundServiceFacade(de.hybris.platform.outboundservices.facade.OutboundServiceFacade outboundServiceFacade)
-
Constructor Details
-
DefaultSapCpiOutboundQuoteService
public DefaultSapCpiOutboundQuoteService()
-
-
Method Details
-
sendQuote
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendQuote(SAPCpiOutboundQuoteModel sapCpiOutboundQuoteModel) - Specified by:
sendQuotein interfaceSapCpiOutboundQuoteService
-
sendQuoteStatus
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel) - Specified by:
sendQuoteStatusin interfaceSapCpiOutboundQuoteService
-
getOutboundServiceFacade
public de.hybris.platform.outboundservices.facade.OutboundServiceFacade getOutboundServiceFacade() -
setOutboundServiceFacade
public void setOutboundServiceFacade(de.hybris.platform.outboundservices.facade.OutboundServiceFacade outboundServiceFacade)
-