Class DefaultSapCpqCpiOutboundQuoteService
java.lang.Object
com.sap.hybris.sapcpqquoteintegration.outbound.service.impl.DefaultSapCpqCpiOutboundQuoteService
- All Implemented Interfaces:
SapCpqCpiOutboundQuoteService
public class DefaultSapCpqCpiOutboundQuoteService
extends Object
implements SapCpqCpiOutboundQuoteService
Default Implementation of SapCpqCpiOutboundQuoteService
-
Field Summary
Fields inherited from interface com.sap.hybris.sapcpqquoteintegration.outbound.service.SapCpqCpiOutboundQuoteService
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(SAPCPQOutboundQuoteModel sapCPQOutboundQuoteModel) Method to send a quoterx.Observable<org.springframework.http.ResponseEntity<Map>>sendQuoteStatus(SAPCPQOutboundQuoteStatusModel sapCPQOutboundQuoteStatusModel) Method to send quote statusvoidsetOutboundServiceFacade(de.hybris.platform.outboundservices.facade.OutboundServiceFacade outboundServiceFacade)
-
Constructor Details
-
DefaultSapCpqCpiOutboundQuoteService
public DefaultSapCpqCpiOutboundQuoteService()
-
-
Method Details
-
sendQuote
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendQuote(SAPCPQOutboundQuoteModel sapCPQOutboundQuoteModel) Description copied from interface:SapCpqCpiOutboundQuoteServiceMethod to send a quote- Specified by:
sendQuotein interfaceSapCpqCpiOutboundQuoteService- Parameters:
sapCPQOutboundQuoteModel- the Outbound Quote Model- Returns:
- a matching quote
-
sendQuoteStatus
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendQuoteStatus(SAPCPQOutboundQuoteStatusModel sapCPQOutboundQuoteStatusModel) Description copied from interface:SapCpqCpiOutboundQuoteServiceMethod to send quote status- Specified by:
sendQuoteStatusin interfaceSapCpqCpiOutboundQuoteService- Parameters:
sapCPQOutboundQuoteStatusModel- the Outbound Quote Status Model- Returns:
- status of the quote
-
getOutboundServiceFacade
public de.hybris.platform.outboundservices.facade.OutboundServiceFacade getOutboundServiceFacade() -
setOutboundServiceFacade
public void setOutboundServiceFacade(de.hybris.platform.outboundservices.facade.OutboundServiceFacade outboundServiceFacade)
-