|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PurchaseOrderParameters | |
---|---|
org.kuali.kfs.module.purap.document.service.impl | |
org.kuali.kfs.module.purap.pdf |
Uses of PurchaseOrderParameters in org.kuali.kfs.module.purap.document.service.impl |
---|
Methods in org.kuali.kfs.module.purap.document.service.impl that return PurchaseOrderParameters | |
---|---|
PurchaseOrderParameters |
PrintServiceImpl.getPurchaseOrderParameters()
|
PurchaseOrderParameters |
FaxServiceImpl.getPurchaseOrderParameters()
|
Methods in org.kuali.kfs.module.purap.document.service.impl with parameters of type PurchaseOrderParameters | |
---|---|
protected void |
FaxServiceImpl.faxPDF(String[] files,
PurchaseOrderParameters transmitParameters)
Here is where the PDF is actually faxed, needs to be implemented at each institution |
void |
PrintServiceImpl.setPurchaseOrderParameters(PurchaseOrderParameters purchaseOrderParameters)
|
Uses of PurchaseOrderParameters in org.kuali.kfs.module.purap.pdf |
---|
Classes in org.kuali.kfs.module.purap.pdf that implement PurchaseOrderParameters | |
---|---|
class |
PurchaseOrderTransmitParameters
Contains the parameters needed for creating a purchase order pdf document. |
Methods in org.kuali.kfs.module.purap.pdf with parameters of type PurchaseOrderParameters | |
---|---|
void |
PurchaseOrderPdf.savePdf(PurchaseOrderDocument po,
PurchaseOrderParameters pdfParameters,
boolean isRetransmit,
String environment)
Invokes the createPdf method to create a pdf document and saves it into a file which name and location are specified in the pdfParameters. |
void |
PurchaseOrderQuotePdf.savePOQuotePDF(PurchaseOrderDocument po,
PurchaseOrderVendorQuote poqv,
PurchaseOrderParameters transmitParameters,
String environment)
Invokes the createPOQuotePDF method to create a purchase order quote pdf document and saves it into a file which name and location are specified in the pdfParameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |