org.kuali.kfs.integration.ec
Class EffortCertificationModuleServiceNoOp
java.lang.Object
org.kuali.kfs.integration.ec.EffortCertificationModuleServiceNoOp
- All Implemented Interfaces:
- EffortCertificationModuleService
public class EffortCertificationModuleServiceNoOp
- extends Object
- implements EffortCertificationModuleService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EffortCertificationModuleServiceNoOp
public EffortCertificationModuleServiceNoOp()
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 periodperiodCode
- - 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 certificationemplid
- - employee id of certification
- Returns:
- report definition for which emplid has certification, or null
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.