Uses of Class
org.kuali.kfs.module.ec.businessobject.EffortCertificationReportDefinition

Packages that use EffortCertificationReportDefinition
org.kuali.kfs.module.ec.batch.service   
org.kuali.kfs.module.ec.batch.service.impl   
org.kuali.kfs.module.ec.businessobject   
org.kuali.kfs.module.ec.dataaccess   
org.kuali.kfs.module.ec.dataaccess.impl   
org.kuali.kfs.module.ec.document   
org.kuali.kfs.module.ec.document.service   
org.kuali.kfs.module.ec.document.service.impl   
org.kuali.kfs.module.ec.document.validation.impl   
org.kuali.kfs.module.ec.service   
org.kuali.kfs.module.ec.service.impl   
org.kuali.kfs.module.ec.util   
 

Uses of EffortCertificationReportDefinition in org.kuali.kfs.module.ec.batch.service
 

Methods in org.kuali.kfs.module.ec.batch.service with parameters of type EffortCertificationReportDefinition
 EffortCertificationDocumentBuild EffortCertificationExtractService.extract(String emplid, EffortCertificationReportDefinition effortCertificationReportDefiniton)
          extract Labor Ledger records of the given employee for the given report definition, and create effort certification document build.
 List<String> EffortCertificationExtractService.findEmployeesEligibleForEffortCertification(EffortCertificationReportDefinition reportDefinition)
          find the employees who were paid based on a set of specified pay type within the given report periods.
 boolean EffortCertificationExtractService.isEmployeeEligibleForEffortCertification(String emplid, EffortCertificationReportDefinition reportDefinition)
          determine whether the given employee is eligible for effort certification within the given report periods.
 

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

Methods in org.kuali.kfs.module.ec.batch.service.impl with parameters of type EffortCertificationReportDefinition
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  List<LaborLedgerBalance> EffortCertificationExtractServiceImpl.cosolidateLedgerBalances(List<LaborLedgerBalance> ledgerBalances, EffortCertificationReportDefinition reportDefinition)
          consolidate the given labor ledger balances and determine whether they are qualified for effort reporting
 EffortCertificationDocumentBuild EffortCertificationExtractServiceImpl.extract(String emplid, EffortCertificationReportDefinition reportDefinition)
           
 List<String> EffortCertificationExtractServiceImpl.findEmployeesEligibleForEffortCertification(EffortCertificationReportDefinition reportDefinition)
           
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  ExtractProcessReportDataHolder EffortCertificationExtractServiceImpl.initializeReportData(EffortCertificationReportDefinition reportDefinition)
           
 boolean EffortCertificationExtractServiceImpl.isEmployeeEligibleForEffortCertification(String emplid, EffortCertificationReportDefinition reportDefinition)
           
protected  List<LaborLedgerBalance> EffortCertificationExtractServiceImpl.removeUnqualifiedLedgerBalances(Collection<LaborLedgerBalance> ledgerBalances, EffortCertificationReportDefinition reportDefinition, ExtractProcessReportDataHolder reportDataHolder)
          remove the ledger balances without valid account, and nonzero total amount
protected  Collection<LaborLedgerBalance> EffortCertificationExtractServiceImpl.selectLedgerBalanceForEmployee(String emplid, List<String> positionObjectGroupCodes, EffortCertificationReportDefinition reportDefinition, Map<String,List<String>> parameters)
          select the labor ledger balances for the specifed employee
 

Uses of EffortCertificationReportDefinition in org.kuali.kfs.module.ec.businessobject
 

Methods in org.kuali.kfs.module.ec.businessobject that return EffortCertificationReportDefinition
 EffortCertificationReportDefinition DuplicateCertificationsReport.getEffortCertificationReportDefinition()
          Gets the effort certification report definition
 EffortCertificationReportDefinition OutstandingCertificationsByReport.getEffortCertificationReportDefinition()
          Gets the effort certification report definition
 EffortCertificationReportDefinition EffortCertificationReportPosition.getEffortCertificationReportDefinition()
          Gets the effortCertificationReportDefinition attribute.
 

Methods in org.kuali.kfs.module.ec.businessobject with parameters of type EffortCertificationReportDefinition
 void DuplicateCertificationsReport.setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
          Sets effort certification report definition
 void OutstandingCertificationsByReport.setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
          Sets effort certification report definition
 void EffortCertificationReportPosition.setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
          Sets the effortCertificationReportDefinition attribute value.
 

Uses of EffortCertificationReportDefinition in org.kuali.kfs.module.ec.dataaccess
 

Methods in org.kuali.kfs.module.ec.dataaccess that return types with arguments of type EffortCertificationReportDefinition
 List<EffortCertificationReportDefinition> EffortCertificationReportDefinitionDao.getAll()
          Retrieves all EffortCertificationReportDefinition records
 List<EffortCertificationReportDefinition> EffortCertificationReportDefinitionDao.getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
          Finds all effort certification report definitions that have the same report type code and are active (excluding the current record)
 

Methods in org.kuali.kfs.module.ec.dataaccess with parameters of type EffortCertificationReportDefinition
 List<EffortCertificationReportDefinition> EffortCertificationReportDefinitionDao.getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
          Finds all effort certification report definitions that have the same report type code and are active (excluding the current record)
 

Uses of EffortCertificationReportDefinition in org.kuali.kfs.module.ec.dataaccess.impl
 

Methods in org.kuali.kfs.module.ec.dataaccess.impl that return types with arguments of type EffortCertificationReportDefinition
 List<EffortCertificationReportDefinition> EffortCertificationReportDefinitionDaoOjb.getAll()
           
 List<EffortCertificationReportDefinition> EffortCertificationReportDefinitionDaoOjb.getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
           
 

Methods in org.kuali.kfs.module.ec.dataaccess.impl with parameters of type EffortCertificationReportDefinition
 List<EffortCertificationReportDefinition> EffortCertificationReportDefinitionDaoOjb.getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
           
 

Uses of EffortCertificationReportDefinition in org.kuali.kfs.module.ec.document
 

Fields in org.kuali.kfs.module.ec.document declared as EffortCertificationReportDefinition
protected  EffortCertificationReportDefinition EffortCertificationDocument.effortCertificationReportDefinition
           
 

Methods in org.kuali.kfs.module.ec.document that return EffortCertificationReportDefinition
 EffortCertificationReportDefinition EffortCertificationDocument.getEffortCertificationReportDefinition()
          Gets the effortCertificationReportDefinition attribute.
 

Methods in org.kuali.kfs.module.ec.document with parameters of type EffortCertificationReportDefinition
 void EffortCertificationDocument.setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
          Deprecated. 
 

Uses of EffortCertificationReportDefinition in org.kuali.kfs.module.ec.document.service
 

Methods in org.kuali.kfs.module.ec.document.service that return types with arguments of type EffortCertificationReportDefinition
 List<EffortCertificationReportDefinition> EffortCertificationAutomaticReportPeriodUpdateService.getAllReportDefinitions()
          gets all EffortCertificationReportDefinition records
 

Methods in org.kuali.kfs.module.ec.document.service with parameters of type EffortCertificationReportDefinition
 boolean EffortCertificationAutomaticReportPeriodUpdateService.isAnOverlappingReportDefinition(EffortCertificationReportDefinition reportDefinition)
          Checks if this report definition will overlap an already existing report definition
 

Uses of EffortCertificationReportDefinition in org.kuali.kfs.module.ec.document.service.impl
 

Methods in org.kuali.kfs.module.ec.document.service.impl that return types with arguments of type EffortCertificationReportDefinition
 List<EffortCertificationReportDefinition> EffortCertificationAutomaticReportPeriodUpdateServiceImpl.getAllReportDefinitions()
           
 

Methods in org.kuali.kfs.module.ec.document.service.impl with parameters of type EffortCertificationReportDefinition
 boolean EffortCertificationAutomaticReportPeriodUpdateServiceImpl.isAnOverlappingReportDefinition(EffortCertificationReportDefinition reportDefinition)
           
protected  boolean EffortCertificationAutomaticReportPeriodUpdateServiceImpl.isOverlapping(EffortCertificationReportDefinition existingReportDefinition, EffortCertificationReportDefinition newReportDefiniton)
          Compares existingRecord and newRecord to see if they are overlapping (years and periods).
 

Uses of EffortCertificationReportDefinition in org.kuali.kfs.module.ec.document.validation.impl
 

Methods in org.kuali.kfs.module.ec.document.validation.impl with parameters of type EffortCertificationReportDefinition
protected  boolean EffortCertificationReportDefinitionMaintenanceDocumentPreRules.checkOverlappingReportPeriods(EffortCertificationReportDefinition reportDefinition)
          Checks for exisiting report definitions whoose periods overlap this report definition and warns the user.
 

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

Methods in org.kuali.kfs.module.ec.service that return EffortCertificationReportDefinition
 EffortCertificationReportDefinition EffortCertificationReportDefinitionService.findReportDefinitionByPrimaryKey(Map<String,String> fieldValues)
          find a report definition by the primary key.
 

Methods in org.kuali.kfs.module.ec.service with parameters of type EffortCertificationReportDefinition
 List<String> EffortCertificationReportDefinitionService.findPositionObjectGroupCodes(EffortCertificationReportDefinition reportDefinition)
          find all position object group codes for the given report definition
 Map<String,Set<String>> EffortCertificationReportDefinitionService.findReportEarnCodePayGroups(EffortCertificationReportDefinition reportDefinition)
          store the earn code and pay group combination in a Map for the specified report definition
 Collection<EffortCertificationReportEarnPaygroup> EffortCertificationReportDefinitionService.findReportEarnPay(EffortCertificationReportDefinition reportDefinition)
          find the earn code and pay group combination for the specified report definition
 EffortCertificationDetailBuild EffortCertificationDetailBuildService.generateDetailBuild(Integer postingYear, LaborLedgerBalance ledgerBalance, EffortCertificationReportDefinition reportDefinition)
          generate a detail line (build) for effort certification from the given labor ledger balance
 EffortCertificationDocumentBuild EffortCertificationDocumentBuildService.generateDocumentBuild(Integer postingYear, EffortCertificationReportDefinition reportDefinition, List<LaborLedgerBalance> ledgerBalances)
          generate a document(build) for effort certification from the given collection of labor ledger balance
 List<EffortCertificationDocumentBuild> EffortCertificationDocumentBuildService.generateDocumentBuildList(Integer postingYear, EffortCertificationReportDefinition reportDefinition, List<LaborLedgerBalance> ledgerBalances)
          generate documents(build) for effort certification from the given collection of labor ledger balance
 boolean EffortCertificationReportDefinitionService.hasApprovedEffortCertification(String emplid, EffortCertificationReportDefinition reportDefinition)
          determine whether there is any approved effort certification for the given report definition and employee
 boolean EffortCertificationReportDefinitionService.hasBeenUsedForEffortCertificationGeneration(EffortCertificationReportDefinition reportDefinition)
          determine whether the given report definition has been used to generate effort certification document
 boolean EffortCertificationReportDefinitionService.hasPendingEffortCertification(String emplid, EffortCertificationReportDefinition reportDefinition)
          determine whether there is any pending/temporary effort certification waiting for the given report definition
 String EffortCertificationReportDefinitionService.validateEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
          check if an effort certification report has been defined.
 

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

Methods in org.kuali.kfs.module.ec.service.impl that return EffortCertificationReportDefinition
 EffortCertificationReportDefinition EffortCertificationReportDefinitionServiceImpl.findReportDefinitionByPrimaryKey(Map<String,String> fieldValues)
           
 

Methods in org.kuali.kfs.module.ec.service.impl with parameters of type EffortCertificationReportDefinition
 List<String> EffortCertificationReportDefinitionServiceImpl.findPositionObjectGroupCodes(EffortCertificationReportDefinition reportDefinition)
           
 Map<String,Set<String>> EffortCertificationReportDefinitionServiceImpl.findReportEarnCodePayGroups(EffortCertificationReportDefinition reportDefinition)
           
 Collection<EffortCertificationReportEarnPaygroup> EffortCertificationReportDefinitionServiceImpl.findReportEarnPay(EffortCertificationReportDefinition reportDefinition)
           
 EffortCertificationDetailBuild EffortCertificationDetailBuildServiceImpl.generateDetailBuild(Integer postingYear, LaborLedgerBalance ledgerBalance, EffortCertificationReportDefinition reportDefinition)
           
 EffortCertificationDocumentBuild EffortCertificationDocumentBuildServiceImpl.generateDocumentBuild(Integer postingYear, EffortCertificationReportDefinition reportDefinition, List<LaborLedgerBalance> ledgerBalances)
           
 List<EffortCertificationDocumentBuild> EffortCertificationDocumentBuildServiceImpl.generateDocumentBuildList(Integer postingYear, EffortCertificationReportDefinition reportDefinition, List<LaborLedgerBalance> ledgerBalances)
           
 boolean EffortCertificationReportDefinitionServiceImpl.hasApprovedEffortCertification(String emplid, EffortCertificationReportDefinition reportDefinition)
           
 boolean EffortCertificationReportDefinitionServiceImpl.hasBeenUsedForEffortCertificationGeneration(EffortCertificationReportDefinition reportDefinition)
           
 boolean EffortCertificationReportDefinitionServiceImpl.hasPendingEffortCertification(String emplid, EffortCertificationReportDefinition reportDefinition)
           
protected static EffortCertificationDocumentBuild EffortCertificationDocumentBuildServiceImpl.populateDocument(EffortCertificationReportDefinition reportDefinition, LaborLedgerBalance ledgerBalance)
          populate a dument build object through the given information
 String EffortCertificationReportDefinitionServiceImpl.validateEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
           
 

Uses of EffortCertificationReportDefinition in org.kuali.kfs.module.ec.util
 

Methods in org.kuali.kfs.module.ec.util that return EffortCertificationReportDefinition
 EffortCertificationReportDefinition ExtractProcessReportDataHolder.getReportDefinition()
          Gets the reportDefinition attribute.
 

Methods in org.kuali.kfs.module.ec.util with parameters of type EffortCertificationReportDefinition
 void ExtractProcessReportDataHolder.setReportDefinition(EffortCertificationReportDefinition reportDefinition)
          Sets the reportDefinition attribute value.
 

Constructors in org.kuali.kfs.module.ec.util with parameters of type EffortCertificationReportDefinition
ExtractProcessReportDataHolder(EffortCertificationReportDefinition reportDefinition)
          Constructs a ExtractProcessReportDataHolder.java.
 



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