Interface SapCpqQuoteFacade

All Known Implementing Classes:
DefaultSapCpqQuoteFacadeImpl

public interface SapCpqQuoteFacade
Interface that provides an API for actions on Quote
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Makes a call to external system to fetch the document
  • Method Details

    • downloadQuoteProposalDocument

      byte[] downloadQuoteProposalDocument(String quoteCode)
      Makes a call to external system to fetch the document
      Parameters:
      quoteCode - Quote Code
      Returns:
      document as a byte array