|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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 retransmitted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |