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
  • Constructor Details

    • DefaultSapCpqCpiOutboundQuoteService

      public DefaultSapCpqCpiOutboundQuoteService()
  • Method Details

    • sendQuote

      public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendQuote(SAPCPQOutboundQuoteModel sapCPQOutboundQuoteModel)
      Description copied from interface: SapCpqCpiOutboundQuoteService
      Method to send a quote
      Specified by:
      sendQuote in interface SapCpqCpiOutboundQuoteService
      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: SapCpqCpiOutboundQuoteService
      Method to send quote status
      Specified by:
      sendQuoteStatus in interface SapCpqCpiOutboundQuoteService
      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)