org.kuali.kfs.module.purap.document.service
Interface FaxService

All Known Implementing Classes:
FaxServiceImpl

public interface FaxService

Defines methods that must be implemented by classes providing a PrintService.


Method Summary
 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
 

Method Detail

faxPurchaseOrderQuotePdf

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

Parameters:
po - PurchaseOrder that holds the Quote
poqv - PurchaseOrderQuoteVendor that is being transmitted to

faxPurchaseOrderPdf

void faxPurchaseOrderPdf(PurchaseOrderDocument po,
                         boolean isRetransmit)
Create the Purchase Order Pdf document and send it via fax to the recipient in the PO

Parameters:
po - PurchaseOrder that holds the Quote
isRetransmit - sends true if PO is being retransmitted

faxPurchaseOrderPdf

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

Parameters:
po - PurchaseOrder that holds the Quote
isRetransmit - if passed true then PO is being retransmitted


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.