org.kuali.kfs.integration.ec
Class EffortCertificationModuleServiceNoOp

java.lang.Object
  extended by org.kuali.kfs.integration.ec.EffortCertificationModuleServiceNoOp
All Implemented Interfaces:
EffortCertificationModuleService

public class EffortCertificationModuleServiceNoOp
extends Object
implements EffortCertificationModuleService


Constructor Summary
EffortCertificationModuleServiceNoOp()
           
 
Method Summary
 List<EffortCertificationReport> findReportDefinitionsForPeriod(Integer fiscalYear, String periodCode, String positionObjectGroupCode)
          Returns open or closed report definitions whose reporting period span the given accounting period and report on pay for given position object group code.
 List<String> getCostShareSubAccountTypeCodes()
          Returns sub account type codes defined for cost share.
 EffortCertificationReport isEmployeeWithOpenCertification(List<EffortCertificationReport> effortCertificationReports, String emplid)
          Checks whether the given employee has an certification for one of the given open report periods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffortCertificationModuleServiceNoOp

public EffortCertificationModuleServiceNoOp()
Method Detail

findReportDefinitionsForPeriod

public List<EffortCertificationReport> findReportDefinitionsForPeriod(Integer fiscalYear,
                                                                      String periodCode,
                                                                      String positionObjectGroupCode)
Description copied from interface: EffortCertificationModuleService
Returns open or closed report definitions whose reporting period span the given accounting period and report on pay for given position object group code.

Specified by:
findReportDefinitionsForPeriod in interface EffortCertificationModuleService
Parameters:
fiscalYear - - fiscal year of accounting period
periodCode - - month of accounting period
Returns:
report definitions whose period contain the give period

getCostShareSubAccountTypeCodes

public List<String> getCostShareSubAccountTypeCodes()
Description copied from interface: EffortCertificationModuleService
Returns sub account type codes defined for cost share.

Specified by:
getCostShareSubAccountTypeCodes in interface EffortCertificationModuleService

isEmployeeWithOpenCertification

public EffortCertificationReport isEmployeeWithOpenCertification(List<EffortCertificationReport> effortCertificationReports,
                                                                 String emplid)
Description copied from interface: EffortCertificationModuleService
Checks whether the given employee has an certification for one of the given open report periods.

Specified by:
isEmployeeWithOpenCertification in interface EffortCertificationModuleService
Parameters:
effortCertificationReports - - report periods to check for employee certification
emplid - - employee id of certification
Returns:
report definition for which emplid has certification, or null


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