Uses of Class
org.kuali.kfs.module.cab.batch.ExtractProcessLog

Packages that use ExtractProcessLog
org.kuali.kfs.module.cab.batch.service   
org.kuali.kfs.module.cab.batch.service.impl   
 

Uses of ExtractProcessLog in org.kuali.kfs.module.cab.batch.service
 

Methods in org.kuali.kfs.module.cab.batch.service with parameters of type ExtractProcessLog
 Collection<Entry> BatchExtractService.findElgibleGLEntries(ExtractProcessLog processLog)
          Returns the list of CAB eligible GL entries, filter parameters are pre-configured
 File BatchExtractReportService.generateMismatchReportPDF(ExtractProcessLog extractProcessLog)
          Generates a PDF report with mismatched record details
 File BatchExtractReportService.generateStatusReportPDF(ExtractProcessLog extractProcessLog)
          Generates a PDF report with status details
 void BatchExtractService.saveFPLines(List<Entry> fpLines, ExtractProcessLog processLog)
          Saves financial transaction lines which dont have Purchase Order number associated with it
 HashSet<PurchasingAccountsPayableDocument> BatchExtractService.savePOLines(List<Entry> poLines, ExtractProcessLog processLog)
          Saved purchasing line transactions, this method implementation internally uses ReconciliationService to QA the data before saving
 

Uses of ExtractProcessLog in org.kuali.kfs.module.cab.batch.service.impl
 

Methods in org.kuali.kfs.module.cab.batch.service.impl with parameters of type ExtractProcessLog
 Collection<Entry> BatchExtractServiceImpl.findElgibleGLEntries(ExtractProcessLog processLog)
           
 File BatchExtractReportServiceImpl.generateMismatchReportPDF(ExtractProcessLog extractProcessLog)
           
 File BatchExtractReportServiceImpl.generateStatusReportPDF(ExtractProcessLog extractProcessLog)
           
 void BatchExtractServiceImpl.saveFPLines(List<Entry> fpLines, ExtractProcessLog processLog)
           
 HashSet<PurchasingAccountsPayableDocument> BatchExtractServiceImpl.savePOLines(List<Entry> poLines, ExtractProcessLog processLog)
           
protected  void BatchExtractServiceImpl.updateProcessLog(ExtractProcessLog processLog, ReconciliationService reconciliationService)
          Updates the entries into process log
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.