Package | Description |
---|---|
org.kuali.ole.module.purap.document.service.impl | |
org.kuali.ole.module.purap.pdf |
Modifier and Type | Method and Description |
---|---|
protected PurchaseOrderTransmitParameters |
PrintServiceImpl.getPurchaseOrderQuoteRequestsListPdfParameters(PurchaseOrderDocument po)
Returns the PurchaseOrderPdfParameters given the PurchaseOrderDocument.
|
Modifier and Type | Method and Description |
---|---|
void |
PurchaseOrderPdf.generatePdf(PurchaseOrderDocument po,
PurchaseOrderTransmitParameters pdfParameters,
ByteArrayOutputStream byteArrayOutputStream,
boolean isRetransmit,
String environment,
List<PurchaseOrderItem> retransmitItems)
Generates the pdf document based on the data in the given PurchaseOrderDocument, the pdf parameters,
environment, retransmit items, creates a pdf writer using the given byteArrayOutputStream then
write the pdf document into the writer.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.