public interface PurapDocumentsStatusCodeMigrationDao
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getLineItemReceivingDocumentDetails()Method to retrieve the existing Line Item Receiving documents where status code is
 null and putting the document number and status code in a map to be processed. | 
| Map<String,String> | getPaymentRequestDocumentDetails()Method to retrieve the existing payment request documents where status code is
 null and putting the document number and status code in a map to be processed. | 
| Map<String,String> | getPurchaseOrderDocumentDetails()Method to retrieve the existing purchase order documents where status code is null and putting
 the document number and status code in a map to be processed. | 
| Map<String,String> | getRequisitionDocumentDetails()Method to retrieve the existing requisition documents where status code is null and putting
 the document number and status code in a map to be processed. | 
| Map<String,String> | getVendorCreditMemoDocumentDetails()Method to retrieve the existing Vendor Credit Memo documents where status code is
 null and putting the document number and status code in a map to be processed. | 
| boolean | updateAndSaveMigratedApplicationDocumentStatuses(String documentNumber,
                                                                                                String applicationDocumentStatus,
                                                                                                Date applicationDocumentStatusModifiedDate)The workflowdocument is updated with new application document status and
 gets set with new application document status modified date. | 
Map<String,String> getRequisitionDocumentDetails()
Map<String,String> getPurchaseOrderDocumentDetails()
Map<String,String> getPaymentRequestDocumentDetails()
Map<String,String> getVendorCreditMemoDocumentDetails()
Map<String,String> getLineItemReceivingDocumentDetails()
boolean updateAndSaveMigratedApplicationDocumentStatuses(String documentNumber, String applicationDocumentStatus, Date applicationDocumentStatusModifiedDate)
documentNumber - applicationDocumentStatus - applicationDocumentStatusModifiedDate - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.