public interface PurchaseOrderDao
| Modifier and Type | Method and Description | 
|---|---|
| List<AutoClosePurchaseOrderView> | getAllOpenPurchaseOrders(List<String> excludedVendorChoiceCodes)This method gets all the PurchaseOrderView objects that relate to POs
 with no recurring payment type, status of 'OPEN', and total encumbrance
 of 0 that do not have any of the excluded vendor choice codes. | 
| List<AutoClosePurchaseOrderView> | getAutoCloseRecurringPurchaseOrders(List<String> excludedVendorChoiceCodes)This method gets all the PurchaseOrderView objects that relate to POs
 with a recurring payment type, status of 'OPEN', and that do not have any
 of the excluded vendor choice codes. | 
| PurchaseOrderDocument | getCurrentPurchaseOrder(Integer id) | 
| String | getDocumentNumberForCurrentPurchaseOrder(Integer id)Retrieves the current Purchase Order Document's document number by the purapDocumentIdentifier. | 
| String | getDocumentNumberForPurchaseOrderId(Integer id)Retrieves the Purchase Order Document's document number using the purapDocumentIdentifier as criteria | 
| String | getOldestPurchaseOrderDocumentNumber(Integer id)Retrieves the oldest purchase order's (defined by the one having the smallest document number) document number. | 
| List<PurchaseOrderDocument> | getPendingPurchaseOrdersForFaxing()This method gets all the Purchase orders that are waiting for faxing | 
| Integer | getPurchaseOrderIdForCurrentPurchaseOrderByRelatedDocId(Integer accountsPayablePurchasingDocumentLinkIdentifier) | 
| boolean | itemExistsOnPurchaseOrder(Integer poItemLineNumber,
                                                  String docNumber)Determines if the purchase order item exists on the current purchase order. | 
Integer getPurchaseOrderIdForCurrentPurchaseOrderByRelatedDocId(Integer accountsPayablePurchasingDocumentLinkIdentifier)
PurchaseOrderDocument getCurrentPurchaseOrder(Integer id)
String getDocumentNumberForPurchaseOrderId(Integer id)
id - - purapDocument IdentifierString getDocumentNumberForCurrentPurchaseOrder(Integer id)
id - - purapDocument IdentifierString getOldestPurchaseOrderDocumentNumber(Integer id)
id - - the purapDocumentIdentifier.boolean itemExistsOnPurchaseOrder(Integer poItemLineNumber, String docNumber)
poItemLineNumber - docNumber - List<AutoClosePurchaseOrderView> getAllOpenPurchaseOrders(List<String> excludedVendorChoiceCodes)
excludedVendorChoiceCodes - - list of strings of excluded vendor choice codesList<AutoClosePurchaseOrderView> getAutoCloseRecurringPurchaseOrders(List<String> excludedVendorChoiceCodes)
excludedVendorChoiceCodes - - list of strings of excluded vendor choice codesList<PurchaseOrderDocument> getPendingPurchaseOrdersForFaxing()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.