|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EffortCertificationExtractService
The interface defines the methods that extract Labor Ledger records of the employees who were paid on a grant or cost shared during the selected reporting period.
| Method Summary | |
|---|---|
void |
extract()
extract Labor Ledger records of the employees who were paid on a grant or cost shared during a reporting period. |
void |
extract(Integer fiscalYear,
String reportNumber)
extract Labor Ledger records of the employees who were paid on a grant or cost shared during a reporting period. |
EffortCertificationDocumentBuild |
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> |
findEmployeesEligibleForEffortCertification(EffortCertificationReportDefinition reportDefinition)
find the employees who were paid based on a set of specified pay type within the given report periods. |
boolean |
isEmployeeEligibleForEffortCertification(String emplid,
EffortCertificationReportDefinition reportDefinition)
determine whether the given employee is eligible for effort certification within the given report periods. |
| Method Detail |
|---|
void extract()
void extract(Integer fiscalYear,
String reportNumber)
fiscalYear - the given fiscal year with which Labor ledgers can be extracted.reportNumber - the given report number to run.
EffortCertificationDocumentBuild extract(String emplid,
EffortCertificationReportDefinition effortCertificationReportDefiniton)
emplid - the given employee ideffortCertificationReportDefiniton - the given report definition
List<String> findEmployeesEligibleForEffortCertification(EffortCertificationReportDefinition reportDefinition)
reportDefinition - the specified report definition
boolean isEmployeeEligibleForEffortCertification(String emplid,
EffortCertificationReportDefinition reportDefinition)
emplid - the given employee idreportDefinition - the specified report definition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||