|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ec.service.impl.EffortCertificationModuleServiceImpl
@Transactional public class EffortCertificationModuleServiceImpl
org.kuali.kfs.integration.service.EffortCertificationService
Constructor Summary | |
---|---|
EffortCertificationModuleServiceImpl()
|
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. |
EffortCertificationReportDefinitionDao |
getEffortCertificationReportDefinitionDao()
Gets the effortCertificationReportDefinitionDao attribute. |
EffortCertificationReportDefinitionService |
getEffortCertificationReportDefinitionService()
Gets the effortCertificationReportDefinitionService attribute. |
org.kuali.rice.kns.service.ParameterService |
getParameterService()
Gets the parameterService attribute. |
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 |
---|
public EffortCertificationModuleServiceImpl()
Method Detail |
---|
public List<EffortCertificationReport> findReportDefinitionsForPeriod(Integer fiscalYear, String periodCode, String positionObjectGroupCode)
EffortCertificationModuleService
findReportDefinitionsForPeriod
in interface EffortCertificationModuleService
fiscalYear
- - fiscal year of accounting periodperiodCode
- - month of accounting period
org.kuali.kfs.integration.service.EffortCertificationService#findReportDefinitionsForPeriod(java.lang.Integer,
java.lang.String, java.lang.String)
public EffortCertificationReport isEmployeeWithOpenCertification(List<EffortCertificationReport> effortCertificationReports, String emplid)
EffortCertificationModuleService
isEmployeeWithOpenCertification
in interface EffortCertificationModuleService
effortCertificationReports
- - report periods to check for employee certificationemplid
- - employee id of certification
org.kuali.kfs.integration.service.EffortCertificationService#isEmployeeWithOpenCertification(java.util.List,
java.lang.String)
public List<String> getCostShareSubAccountTypeCodes()
EffortCertificationModuleService
getCostShareSubAccountTypeCodes
in interface EffortCertificationModuleService
org.kuali.kfs.integration.service.EffortCertificationService#getCostShareSubAccountTypeCodes()
public EffortCertificationReportDefinitionService getEffortCertificationReportDefinitionService()
public EffortCertificationReportDefinitionDao getEffortCertificationReportDefinitionDao()
public org.kuali.rice.kns.service.ParameterService getParameterService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |