public interface FaxService
Modifier and Type | Method and Description |
---|---|
void |
faxPurchaseOrderPdf(PurchaseOrderDocument po,
boolean isRetransmit)
Create the Purchase Order Pdf document and send it via
fax to the recipient in the PO
|
void |
faxPurchaseOrderPdf(PurchaseOrderDocument po,
String pdfFileLocation,
String imageTempLocation,
boolean isRetransmit)
Create the Purchase Order Pdf document and send it via
fax to the recipient in the PO
|
void |
faxPurchaseOrderQuotePdf(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq)
Create the Purchase Order Quote Pdf document and send it via
fax to the recipient in the PO Quote
|
void faxPurchaseOrderQuotePdf(PurchaseOrderDocument po, PurchaseOrderVendorQuote povq)
po
- PurchaseOrder that holds the Quotepoqv
- PurchaseOrderQuoteVendor that is being transmitted tovoid faxPurchaseOrderPdf(PurchaseOrderDocument po, boolean isRetransmit)
po
- PurchaseOrder that holds the QuoteisRetransmit
- sends true if PO is being retransmittedvoid faxPurchaseOrderPdf(PurchaseOrderDocument po, String pdfFileLocation, String imageTempLocation, boolean isRetransmit)
po
- PurchaseOrder that holds the QuoteisRetransmit
- if passed true then PO is being retransmittedCopyright © 2004–2015 The Kuali Foundation. All rights reserved.