Modifier and Type | Method and Description |
---|---|
List<AutoClosePurchaseOrderView> |
PurchaseOrderDao.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> |
PurchaseOrderDao.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.
|
Modifier and Type | Method and Description |
---|---|
List<AutoClosePurchaseOrderView> |
PurchaseOrderDaoOjb.getAllOpenPurchaseOrders(List<String> excludedVendorChoiceCodes) |
List<AutoClosePurchaseOrderView> |
PurchaseOrderDaoOjb.getAutoCloseRecurringPurchaseOrders(List<String> excludedVendorChoiceCodes) |
Modifier and Type | Method and Description |
---|---|
protected List<AutoClosePurchaseOrderView> |
PurchaseOrderServiceImpl.filterDocumentsForAppDocStatusOpen(List<AutoClosePurchaseOrderView> autoClosePurchaseOrderViews)
Filter out the auto close purchase order view documents for the appDocStatus with status open
For each document in the list, check if there is workflowdocument whose appdocstatus is open
add add to the return list.
|
Modifier and Type | Method and Description |
---|---|
protected List<AutoClosePurchaseOrderView> |
PurchaseOrderServiceImpl.filterDocumentsForAppDocStatusOpen(List<AutoClosePurchaseOrderView> autoClosePurchaseOrderViews)
Filter out the auto close purchase order view documents for the appDocStatus with status open
For each document in the list, check if there is workflowdocument whose appdocstatus is open
add add to the return list.
|
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.