Uses of Class
org.kuali.kfs.module.ec.util.ExtractProcessReportDataHolder

Packages that use ExtractProcessReportDataHolder
org.kuali.kfs.module.ec.batch.service.impl   
org.kuali.kfs.module.ec.service   
org.kuali.kfs.module.ec.service.impl   
 

Uses of ExtractProcessReportDataHolder in org.kuali.kfs.module.ec.batch.service.impl
 

Methods in org.kuali.kfs.module.ec.batch.service.impl that return ExtractProcessReportDataHolder
protected  ExtractProcessReportDataHolder EffortCertificationExtractServiceImpl.initializeReportData(EffortCertificationReportDefinition reportDefinition)
           
 

Methods in org.kuali.kfs.module.ec.batch.service.impl with parameters of type ExtractProcessReportDataHolder
protected  boolean EffortCertificationExtractServiceImpl.checkEmployeeBasedOnLedgerBalances(String emplid, List<LaborLedgerBalance> ledgerBalances, EffortCertificationReportDefinition reportDefinition, ExtractProcessReportDataHolder reportDataHolder, Map<String,List<String>> parameters)
          check all ledger balances of the given employee and see if they can meet certain requiremnets.
protected  void EffortCertificationExtractServiceImpl.generateDocumentBuild(EffortCertificationReportDefinition reportDefinition, List<String> employees, ExtractProcessReportDataHolder reportDataHolder, Map<String,List<String>> parameters)
          generate a document (build) as well as their detail lines for the given employees
protected  EffortCertificationDocumentBuild EffortCertificationExtractServiceImpl.generateDocumentBuildByEmployee(Integer postingYear, String emplid, List<String> positionGroupCodes, EffortCertificationReportDefinition reportDefinition, ExtractProcessReportDataHolder reportDataHolder, Map<String,List<String>> parameters)
           
protected  List<LaborLedgerBalance> EffortCertificationExtractServiceImpl.getQualifiedLedgerBalances(String emplid, List<String> positionGroupCodes, EffortCertificationReportDefinition reportDefinition, ExtractProcessReportDataHolder reportDataHolder, Map<String,List<String>> parameters)
          extract the qualified labor ledger balance records of the given employee with the given report periods.
protected  List<LaborLedgerBalance> EffortCertificationExtractServiceImpl.removeUnqualifiedLedgerBalances(Collection<LaborLedgerBalance> ledgerBalances, EffortCertificationReportDefinition reportDefinition, ExtractProcessReportDataHolder reportDataHolder)
          remove the ledger balances without valid account, and nonzero total amount
 

Uses of ExtractProcessReportDataHolder in org.kuali.kfs.module.ec.service
 

Methods in org.kuali.kfs.module.ec.service with parameters of type ExtractProcessReportDataHolder
 void EffortCertificationReportService.generateReportForExtractProcess(ExtractProcessReportDataHolder reportDataHolder, Date runDate)
          generate report for effort certification extract process witht the given report data and information
 

Uses of ExtractProcessReportDataHolder in org.kuali.kfs.module.ec.service.impl
 

Methods in org.kuali.kfs.module.ec.service.impl with parameters of type ExtractProcessReportDataHolder
 void EffortCertificationReportServiceImpl.generateReportForExtractProcess(ExtractProcessReportDataHolder reportDataHolder, Date runDate)
           
 



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