Interface SapCpqQuoteFacade
- All Known Implementing Classes:
DefaultSapCpqQuoteFacadeImpl
public interface SapCpqQuoteFacade
Interface that provides an API for actions on Quote
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]downloadQuoteProposalDocument(String quoteCode) Makes a call to external system to fetch the document
-
Method Details
-
downloadQuoteProposalDocument
Makes a call to external system to fetch the document- Parameters:
quoteCode- Quote Code- Returns:
- document as a byte array
-