|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoClosePurchaseOrderView | |
---|---|
org.kuali.kfs.module.purap.document.dataaccess | |
org.kuali.kfs.module.purap.document.dataaccess.impl |
Uses of AutoClosePurchaseOrderView in org.kuali.kfs.module.purap.document.dataaccess |
---|
Methods in org.kuali.kfs.module.purap.document.dataaccess that return types with arguments of type AutoClosePurchaseOrderView | |
---|---|
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. |
Uses of AutoClosePurchaseOrderView in org.kuali.kfs.module.purap.document.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.purap.document.dataaccess.impl that return types with arguments of type AutoClosePurchaseOrderView | |
---|---|
List<AutoClosePurchaseOrderView> |
PurchaseOrderDaoOjb.getAllOpenPurchaseOrders(List<String> excludedVendorChoiceCodes)
|
List<AutoClosePurchaseOrderView> |
PurchaseOrderDaoOjb.getAutoCloseRecurringPurchaseOrders(List<String> excludedVendorChoiceCodes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |