Modifier and Type | Method and Description |
---|---|
List<PurchaseOrderVendorQuote> |
PurapDocumentsStatusCodeMigrationDaoOjb.getPurchaseOrderVendorQuoteDocumentsForStatusCodeMigration() |
Modifier and Type | Field and Description |
---|---|
protected List<PurchaseOrderVendorQuote> |
PurchaseOrderDocument.purchaseOrderVendorQuotes |
Modifier and Type | Method and Description |
---|---|
PurchaseOrderVendorQuote |
PurchaseOrderDocument.getAwardedVendorQuote()
Returns the quote from the awarded vendor.
|
PurchaseOrderVendorQuote |
PurchaseOrderDocument.getPurchaseOrderVendorQuote(int index) |
Modifier and Type | Method and Description |
---|---|
List<PurchaseOrderVendorQuote> |
PurchaseOrderDocument.getPurchaseOrderVendorQuotes() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseOrderDocument.setPurchaseOrderVendorQuotes(List<PurchaseOrderVendorQuote> purchaseOrderVendorQuotes) |
Modifier and Type | Method and Description |
---|---|
PurchaseOrderVendorQuote |
PurchaseOrderService.populateQuoteWithVendor(Integer headerId,
Integer detailId,
String documentNumber)
Creates a PurchaseOrderVendorQuote based on the data on the selected vendor and the document number.
|
Modifier and Type | Method and Description |
---|---|
void |
FaxService.faxPurchaseOrderQuotePdf(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq)
Create the Purchase Order Quote Pdf document and send it via
fax to the recipient in the PO Quote
|
Collection |
PrintService.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.
|
boolean |
PurchaseOrderService.printPurchaseOrderQuotePDF(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq,
ByteArrayOutputStream baosPDF) |
Collection |
PrintService.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.
|
Modifier and Type | Method and Description |
---|---|
protected PurchaseOrderVendorQuote |
PurchaseOrderServiceImpl.populateAddressForPOVendorQuote(VendorDetail newVendor,
String documentNumber)
Creates the new PurchaseOrderVendorQuote and populate the address fields for it.
|
PurchaseOrderVendorQuote |
PurchaseOrderServiceImpl.populateQuoteWithVendor(Integer headerId,
Integer detailId,
String documentNumber) |
Modifier and Type | Method and Description |
---|---|
void |
FaxServiceImpl.faxPurchaseOrderQuotePdf(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq) |
Collection |
PrintServiceImpl.generatePurchaseOrderQuotePdf(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq,
ByteArrayOutputStream byteArrayOutputStream,
String environment) |
boolean |
PurchaseOrderServiceImpl.printPurchaseOrderQuotePDF(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq,
ByteArrayOutputStream baosPDF)
TODO RELEASE 3 - QUOTE
|
Collection |
PrintServiceImpl.savePurchaseOrderQuotePdf(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq,
String environment) |
Modifier and Type | Method and Description |
---|---|
PurchaseOrderVendorQuote |
AttributedAddVendorToQuoteEvent.getVendorQuote() |
Modifier and Type | Method and Description |
---|---|
void |
AttributedAddVendorToQuoteEvent.setVendorQuote(PurchaseOrderVendorQuote vendorQuote) |
Constructor and Description |
---|
AttributedAddVendorToQuoteEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
PurchaseOrderVendorQuote vendorQuote)
Constructs an AddVendorToQuoteEvent with the given errorPathPrefix and document.
|
Modifier and Type | Method and Description |
---|---|
PurchaseOrderVendorQuote |
PurchaseOrderAddQuoteToVendorValidation.getVendorQuote() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseOrderAddQuoteToVendorValidation.setVendorQuote(PurchaseOrderVendorQuote vendorQuote) |
protected boolean |
PurchaseOrderAddQuoteToVendorValidation.vendorQuoteHasRequiredFields(PurchaseOrderVendorQuote vendorQuote) |
Modifier and Type | Field and Description |
---|---|
protected PurchaseOrderVendorQuote |
PurchaseOrderForm.newPurchaseOrderVendorQuote |
Modifier and Type | Method and Description |
---|---|
PurchaseOrderVendorQuote |
PurchaseOrderForm.getNewPurchaseOrderVendorQuote() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseOrderForm.setNewPurchaseOrderVendorQuote(PurchaseOrderVendorQuote newPurchaseOrderVendorQuote) |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseOrderQuotePdf.generatePOQuotePDF(PurchaseOrderDocument po,
PurchaseOrderVendorQuote poqv,
String campusName,
String contractManagerCampusCode,
String logoImage,
ByteArrayOutputStream byteArrayOutputStream,
String environment)
Generates the purchase order quote pdf document based on the data in the given input parameters,
creates a pdf writer using the given byteArrayOutputStream then write the pdf document into the writer.
|
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.
|
void |
PurchaseOrderParameters.setPurchaseOrderFaxParameters(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq)
This method returns the purchase order transmit parameters require to send
purchase order and purchase order quote fax.
|
void |
PurchaseOrderTransmitParameters.setPurchaseOrderFaxParameters(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq) |
void |
PurchaseOrderParameters.setPurchaseOrderPdfAndFaxParameters(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq)
This method returns the purchase order transmit parameters require to
generate purchase order and purchase order quote pdf and to send fax.
|
void |
PurchaseOrderTransmitParameters.setPurchaseOrderPdfAndFaxParameters(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq) |
void |
PurchaseOrderParameters.setPurchaseOrderPdfParameters(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq)
This method returns the purchase Order transmit parameters require to generate
purchase order and purchase order quote pdf.
|
void |
PurchaseOrderTransmitParameters.setPurchaseOrderPdfParameters(PurchaseOrderDocument po,
PurchaseOrderVendorQuote povq) |
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.