public class PurchaseOrderEdi extends Object
Constructor and Description |
---|
PurchaseOrderEdi() |
Modifier and Type | Method and Description |
---|---|
String |
getBillingDetails(PurchaseOrderDocument po)
This method is to get the billing details
|
org.kuali.rice.core.api.datetime.DateTimeService |
getDateTimeService() |
String |
getDeliveryDetails(PurchaseOrderDocument po)
This method is to get the delivery details
|
String |
getSupplierDetails(PurchaseOrderDocument po)
This method is to get the Supplier details
|
boolean |
saveEdi(PurchaseOrderDocument po,
PurApItem item,
String file)
Invokes the createEdiFile method to create a EDI document and saves it into a file
which name and location are specified in the file.
|
public PurchaseOrderEdi()
public boolean saveEdi(PurchaseOrderDocument po, PurApItem item, String file)
po
- The PurchaseOrderDocument to be used to create the EDI.file
- The file containing some of the parameters information needed by the EDI for example, the EDI file name and EDI file location, purchasing director name, etc.isRetransmit
- The boolean to indicate whether this is for a retransmit purchase order document.environment
- The current environment used (e.g. DEV if it is a development environment).public String getSupplierDetails(PurchaseOrderDocument po)
po
- public String getBillingDetails(PurchaseOrderDocument po)
po
- public String getDeliveryDetails(PurchaseOrderDocument po)
po
- public org.kuali.rice.core.api.datetime.DateTimeService getDateTimeService()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.