|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PurchaseOrderDao
Purchase Order DAO Interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Integer getPurchaseOrderIdForCurrentPurchaseOrderByRelatedDocId(Integer accountsPayablePurchasingDocumentLinkIdentifier)
PurchaseOrderDocument getCurrentPurchaseOrder(Integer id)
String getDocumentNumberForPurchaseOrderId(Integer id)
id
- - purapDocument Identifier
String getDocumentNumberForCurrentPurchaseOrder(Integer id)
id
- - purapDocument Identifier
String 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 codes
List<AutoClosePurchaseOrderView> getAutoCloseRecurringPurchaseOrders(List<String> excludedVendorChoiceCodes)
excludedVendorChoiceCodes
- - list of strings of excluded vendor choice codes
List<PurchaseOrderDocument> getPendingPurchaseOrdersForFaxing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |