public interface PurchasingAccountsPayableModuleService
Modifier and Type | Method and Description |
---|---|
void |
addAssignedAssetNumbers(Integer purchaseOrderNumber,
String authorId,
String noteText)
Adds asset numbers that were created to a Purchase Order that caused the creation.
|
List<PurchasingAccountsPayableSensitiveData> |
getAllSensitiveDatas()
Returns all sensitive data records known to the module
|
String |
getB2BUrlString()
Returns the string value for the b2b that would be used as part of the urls in the
Actions url column in vendor search for the "shop" link for B2B vendor.
|
String |
getPurchaseOrderInquiryUrl(Integer purchaseOrderNumber)
Provides the inquiry Url for a purchase order.
|
PurchasingAccountsPayableSensitiveData |
getSensitiveDataByCode(String sensitiveDataCode)
Returns a sensitive data record associated with the given code
|
void |
handlePurchasingBatchCancels(String documentNumber,
String financialSystemDocumentTypeCode,
boolean primaryCancel,
boolean disbursedPayment) |
void |
handlePurchasingBatchPaids(String documentNumber,
String financialSystemDocumentTypeCode,
Date processDate) |
boolean |
isPurchasingBatchDocument(String financialSystemDocumentTypeCode)
This method...
|
String getPurchaseOrderInquiryUrl(Integer purchaseOrderNumber)
purchaseOrderNumber
- void addAssignedAssetNumbers(Integer purchaseOrderNumber, String authorId, String noteText)
purchaseOrderNumber
- authorId
- noteText
- PurchasingAccountsPayableSensitiveData getSensitiveDataByCode(String sensitiveDataCode)
sensitiveDataCode
- the code of the sensitive dataList<PurchasingAccountsPayableSensitiveData> getAllSensitiveDatas()
boolean isPurchasingBatchDocument(String financialSystemDocumentTypeCode)
financialSystemDocumentTypeCode
- void handlePurchasingBatchCancels(String documentNumber, String financialSystemDocumentTypeCode, boolean primaryCancel, boolean disbursedPayment)
void handlePurchasingBatchPaids(String documentNumber, String financialSystemDocumentTypeCode, Date processDate)
String getB2BUrlString()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.