| org.kuali.module.purap.service.PrintService
All known Subclasses: org.kuali.module.purap.service.impl.PrintServiceImpl,
PrintService | public interface PrintService (Code) | | Defines methods that must be implemented by classes providing a PrintService.
|
Method Summary | |
public 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.
Parameters: po - The PurchaseOrderDocument. Parameters: byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to. Parameters: environment - The current environment used (e.g. | public 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.
Parameters: po - The PurchaseOrderDocument. Parameters: byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to. Parameters: environment - The current environment used (e.g. | public Collection | generatePurchaseOrderQuotePdf(PurchaseOrderDocument po, PurchaseOrderVendorQuote povq, ByteArrayOutputStream byteArrayOutputStream, String environment) THIS CODE IS NOT USED IN RELEASE 2 BUT THE CODE WAS LEFT IN TO
FACILITATE TURNING IT BACK ON EARLY IN THE DEVELOPMENT CYCLE OF RELEASE 3.
Create the Purchase Order Quote Pdf document and send it back to the Action so that it can be dealt with.
Parameters: po - PurchaseOrderDocument that holds the Quote. Parameters: povq - PurchaseOrderVendorQuote that is being transmitted to. Parameters: byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to. Parameters: environment - The current environment used (e.g. | public 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.
Parameters: po - The PurchaseOrderDocument. Parameters: byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to. | public 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.
Parameters: po - The PurchaseOrderDocument. Parameters: environment - The current environment used (e.g. | public 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.
Parameters: po - The PurchaseOrderDocument. Parameters: environment - The current environment used (e.g. | public Collection | savePurchaseOrderQuotePdf(PurchaseOrderDocument po, PurchaseOrderVendorQuote povq, String environment) THIS CODE IS NOT USED IN RELEASE 2 BUT THE CODE WAS LEFT IN TO
FACILITATE TURNING IT BACK ON EARLY IN THE DEVELOPMENT CYCLE OF RELEASE 3.
Create the Purchase Order Quote Pdf document and save it so that it can be faxed in a later process.
Parameters: po - PurchaseOrderDocument that holds the Quote. Parameters: povq - PurchaseOrderVendorQuote that is being transmitted to. Parameters: environment - The current environment used (e.g. | public 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.
Parameters: po - The PurchaseOrderDocument. |
generatePurchaseOrderPdf | public Collection generatePurchaseOrderPdf(PurchaseOrderDocument po, ByteArrayOutputStream byteArrayOutputStream, String environment, List<PurchaseOrderItem> retransmitItems)(Code) | | Create the Purchase Order Pdf document for non-retransmission and send it back to the Action so that it can be dealt with.
Parameters: po - The PurchaseOrderDocument. Parameters: byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to. Parameters: environment - The current environment used (e.g. DEV if it is a development environment). Parameters: retransmitItems - The items selected by the user to be retransmitted. Collection of error strings. |
generatePurchaseOrderPdfForRetransmission | public Collection generatePurchaseOrderPdfForRetransmission(PurchaseOrderDocument po, ByteArrayOutputStream byteArrayOutputStream, String environment, List<PurchaseOrderItem> retransmitItems)(Code) | | Create the Purchase Order Pdf document for retransmission and send it back to the Action so that it can be dealt with.
Parameters: po - The PurchaseOrderDocument. Parameters: byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to. Parameters: environment - The current environment used (e.g. DEV if it is a development environment). Parameters: retransmitItems - The items selected by the user to be retransmitted. Collection of error strings. |
generatePurchaseOrderQuotePdf | public Collection generatePurchaseOrderQuotePdf(PurchaseOrderDocument po, PurchaseOrderVendorQuote povq, ByteArrayOutputStream byteArrayOutputStream, String environment)(Code) | | THIS CODE IS NOT USED IN RELEASE 2 BUT THE CODE WAS LEFT IN TO
FACILITATE TURNING IT BACK ON EARLY IN THE DEVELOPMENT CYCLE OF RELEASE 3.
Create the Purchase Order Quote Pdf document and send it back to the Action so that it can be dealt with.
Parameters: po - PurchaseOrderDocument that holds the Quote. Parameters: povq - PurchaseOrderVendorQuote that is being transmitted to. Parameters: byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to. Parameters: environment - The current environment used (e.g. DEV if it is a development environment). Collection of error strings. |
generatePurchaseOrderQuoteRequestsListPdf | public Collection generatePurchaseOrderQuoteRequestsListPdf(PurchaseOrderDocument po, ByteArrayOutputStream byteArrayOutputStream)(Code) | | Create the Purchase Order Quote Requests List Pdf document and send it back to the Action so that it can be dealt with.
Parameters: po - The PurchaseOrderDocument. Parameters: byteArrayOutputStream - ByteArrayOutputStream that the action is using, where the pdf will be printed to. Collection of error strings |
savePurchaseOrderPdf | public Collection savePurchaseOrderPdf(PurchaseOrderDocument po, String environment)(Code) | | Create the Purchase Order Pdf document for non-retransmission and save it so that it can be faxed in a later process.
Parameters: po - The PurchaseOrderDocument. Parameters: environment - The current environment used (e.g. DEV if it is a development environment). Collection of error strings. |
savePurchaseOrderPdfForRetransmission | public Collection savePurchaseOrderPdfForRetransmission(PurchaseOrderDocument po, String environment)(Code) | | Create the Purchase Order Pdf document for retransmission and save it so that it can be faxed in a later process.
Parameters: po - The PurchaseOrderDocument. Parameters: environment - The current environment used (e.g. DEV if it is a development environment). Collection of error strings. |
savePurchaseOrderQuotePdf | public Collection savePurchaseOrderQuotePdf(PurchaseOrderDocument po, PurchaseOrderVendorQuote povq, String environment)(Code) | | THIS CODE IS NOT USED IN RELEASE 2 BUT THE CODE WAS LEFT IN TO
FACILITATE TURNING IT BACK ON EARLY IN THE DEVELOPMENT CYCLE OF RELEASE 3.
Create the Purchase Order Quote Pdf document and save it so that it can be faxed in a later process.
Parameters: po - PurchaseOrderDocument that holds the Quote. Parameters: povq - PurchaseOrderVendorQuote that is being transmitted to. Parameters: environment - The current environment used (e.g. DEV if it is a development environment). Collection of error strings. |
savePurchaseOrderQuoteRequestsListPdf | public Collection savePurchaseOrderQuoteRequestsListPdf(PurchaseOrderDocument po)(Code) | | Create the Purchase Order Quote Requests List Pdf document and save it so that it can be faxed in a later process.
Parameters: po - The PurchaseOrderDocument. Collection of error strings. |
|
|