public interface B2BPurchaseOrderService
| Modifier and Type | Method and Description |
|---|---|
String |
getCxml(PurchaseOrderDocument purchaseOrder,
String requisitionInitiatorId,
String password,
ContractManager contractManager,
String contractManagerEmail,
String vendorDuns)
Returns the cxml of the Purchase Order for electronic transmission to the vendor
|
String |
sendPurchaseOrder(PurchaseOrderDocument po)
Send the Purchase Order
|
String |
verifyCxmlPOData(PurchaseOrderDocument purchaseOrder,
String requisitionInitiatorId,
String password,
ContractManager contractManager,
String contractManagerEmail,
String vendorDuns)
Verifies that each piece of data required for the PO cXML is present.
|
String sendPurchaseOrder(PurchaseOrderDocument po)
po - String getCxml(PurchaseOrderDocument purchaseOrder, String requisitionInitiatorId, String password, ContractManager contractManager, String contractManagerEmail, String vendorDuns)
purchaseOrder - PurchaseOrderDocument - PO datarequisitionInitiator - Person - user that created the Requisitionpassword - String - password for PO transmissioncontractManager - ContractManager - contract manager for the POcontractManagerEmail - String - email address for the contract managervendorDuns - String - vendor DUNS number for the POString verifyCxmlPOData(PurchaseOrderDocument purchaseOrder, String requisitionInitiatorId, String password, ContractManager contractManager, String contractManagerEmail, String vendorDuns)
purchaseOrder - requisitionInitiator - password - contractManager - contractManagerEmail - vendorDuns - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.