public class PurchasingAccountsPayableModuleServiceImpl extends Object implements PurchasingAccountsPayableModuleService
Constructor and Description |
---|
PurchasingAccountsPayableModuleServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addAssignedAssetNumbers(Integer purchaseOrderNumber,
String principalId,
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 documentTypeCode,
boolean primaryCancel,
boolean disbursedPayment) |
void |
handlePurchasingBatchPaids(String documentNumber,
String documentTypeCode,
Date processDate) |
boolean |
isPurchasingBatchDocument(String documentTypeCode)
This method...
|
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService) |
void |
setPurapService(PurapService purapService) |
void |
setPurchaseOrderService(PurchaseOrderService purchaseOrderService) |
public PurchasingAccountsPayableModuleServiceImpl()
public void addAssignedAssetNumbers(Integer purchaseOrderNumber, String principalId, String noteText)
PurchasingAccountsPayableModuleService
addAssignedAssetNumbers
in interface PurchasingAccountsPayableModuleService
org.kuali.ole.integration.service.PurchasingAccountsPayableModuleService#addAssignedAssetNumbers(java.lang.Integer,
java.util.List)
public String getPurchaseOrderInquiryUrl(Integer purchaseOrderNumber)
PurchasingAccountsPayableModuleService
getPurchaseOrderInquiryUrl
in interface PurchasingAccountsPayableModuleService
org.kuali.ole.integration.service.PurchasingAccountsPayableModuleService#getPurchaseOrderInquiryUrl(java.lang.Integer)
public List<PurchasingAccountsPayableSensitiveData> getAllSensitiveDatas()
PurchasingAccountsPayableModuleService
getAllSensitiveDatas
in interface PurchasingAccountsPayableModuleService
org.kuali.ole.integration.service.PurchasingAccountsPayableModuleService#getAllSensitiveDatas()
public PurchasingAccountsPayableSensitiveData getSensitiveDataByCode(String sensitiveDataCode)
PurchasingAccountsPayableModuleService
getSensitiveDataByCode
in interface PurchasingAccountsPayableModuleService
sensitiveDataCode
- the code of the sensitive dataorg.kuali.ole.integration.service.PurchasingAccountsPayableModuleService#getSensitiveDataByCode(java.lang.String)
public boolean isPurchasingBatchDocument(String documentTypeCode)
PurchasingAccountsPayableModuleService
isPurchasingBatchDocument
in interface PurchasingAccountsPayableModuleService
org.kuali.ole.integration.service.PurchasingAccountsPayableModuleService#isPurchasingBatchDocument(java.lang.String)
public void handlePurchasingBatchCancels(String documentNumber, String documentTypeCode, boolean primaryCancel, boolean disbursedPayment)
handlePurchasingBatchCancels
in interface PurchasingAccountsPayableModuleService
org.kuali.ole.integration.service.PurchasingAccountsPayableModuleService#handlePurchasingBatchCancels(java.lang.String)
public void handlePurchasingBatchPaids(String documentNumber, String documentTypeCode, Date processDate)
handlePurchasingBatchPaids
in interface PurchasingAccountsPayableModuleService
org.kuali.ole.integration.service.PurchasingAccountsPayableModuleService#handlePurchasingBatchPaids(java.lang.String)
public String getB2BUrlString()
PurchasingAccountsPayableModuleService
getB2BUrlString
in interface PurchasingAccountsPayableModuleService
public void setPurchaseOrderService(PurchaseOrderService purchaseOrderService)
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
public void setPurapService(PurapService purapService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.