public interface PrintService
| Modifier and Type | Method and Description |
|---|---|
Collection |
generateBulkReceivingPDF(BulkReceivingDocument blkRecDoc,
ByteArrayOutputStream stream) |
Collection |
generatePurchaseOrderPdf(PurchaseOrderDocument po,
ByteArrayOutputStream byteArrayOutputStream,
String environment,
List<PurchaseOrderItem> retransmitItems)
Create the Purchase Order Pdf document for non-retransmission and send it back to the Action so that it can be dealt with.
|
Collection |
generatePurchaseOrderPdfForRetransmission(PurchaseOrderDocument po,
ByteArrayOutputStream byteArrayOutputStream,
String environment,
List<PurchaseOrderItem> retransmitItems)
Create the Purchase Order Pdf document for retransmission and send it back to the Action so that it can be dealt with.
|
Collection |
generatePurchaseOrderQuotePdf(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq,
ByteArrayOutputStream byteArrayOutputStream,
String environment)
Create the Purchase Order Quote Pdf document and send it back to the Action so that it can be dealt with.
|
Collection |
generatePurchaseOrderQuoteRequestsListPdf(PurchaseOrderDocument po,
ByteArrayOutputStream byteArrayOutputStream)
Create the Purchase Order Quote Requests List Pdf document and send it back to the Action so that it can be dealt with.
|
Collection |
savePurchaseOrderPdf(PurchaseOrderDocument po,
String environment)
Create the Purchase Order Pdf document for non-retransmission and save it so that it can be faxed in a later process.
|
Collection |
savePurchaseOrderPdfForRetransmission(PurchaseOrderDocument po,
String environment)
Create the Purchase Order Pdf document for retransmission and save it so that it can be faxed in a later process.
|
Collection |
savePurchaseOrderQuotePdf(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq,
String environment)
Create the Purchase Order Quote Pdf document and save it so that it can be faxed in a later process.
|
Collection |
savePurchaseOrderQuoteRequestsListPdf(PurchaseOrderDocument po)
Create the Purchase Order Quote Requests List Pdf document and save it so that it can be faxed in a later process.
|
Collection generatePurchaseOrderQuoteRequestsListPdf(PurchaseOrderDocument po, ByteArrayOutputStream byteArrayOutputStream)
po - The PurchaseOrderDocument.byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to.Collection savePurchaseOrderQuoteRequestsListPdf(PurchaseOrderDocument po)
po - The PurchaseOrderDocument.Collection generatePurchaseOrderQuotePdf(PurchaseOrderDocument po, PurchaseOrderVendorQuote povq, ByteArrayOutputStream byteArrayOutputStream, String environment)
po - PurchaseOrderDocument that holds the Quote.povq - PurchaseOrderVendorQuote that is being transmitted to.byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to.environment - The current environment used (e.g. DEV if it is a development environment).Collection savePurchaseOrderQuotePdf(PurchaseOrderDocument po, PurchaseOrderVendorQuote povq, String environment)
po - PurchaseOrderDocument that holds the Quote.povq - PurchaseOrderVendorQuote that is being transmitted to.environment - The current environment used (e.g. DEV if it is a development environment).Collection generatePurchaseOrderPdf(PurchaseOrderDocument po, ByteArrayOutputStream byteArrayOutputStream, String environment, List<PurchaseOrderItem> retransmitItems)
po - The PurchaseOrderDocument.byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to.environment - The current environment used (e.g. DEV if it is a development environment).retransmitItems - The items selected by the user to be retransmitted.Collection generatePurchaseOrderPdfForRetransmission(PurchaseOrderDocument po, ByteArrayOutputStream byteArrayOutputStream, String environment, List<PurchaseOrderItem> retransmitItems)
po - The PurchaseOrderDocument.byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to.environment - The current environment used (e.g. DEV if it is a development environment).retransmitItems - The items selected by the user to be retransmitted.Collection savePurchaseOrderPdf(PurchaseOrderDocument po, String environment)
po - The PurchaseOrderDocument.environment - The current environment used (e.g. DEV if it is a development environment).Collection savePurchaseOrderPdfForRetransmission(PurchaseOrderDocument po, String environment)
po - The PurchaseOrderDocument.environment - The current environment used (e.g. DEV if it is a development environment).Collection generateBulkReceivingPDF(BulkReceivingDocument blkRecDoc, ByteArrayOutputStream stream)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.