|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EffortCertificationReportDefinitionDao
Provides interface for data operations on the EffortCertificationReportDefinition table
Method Summary | |
---|---|
List<EffortCertificationReportDefinition> |
getAll()
Retrieves all EffortCertificationReportDefinition records |
List<EffortCertificationReport> |
getAllByYearAndPositionCode(Integer fiscalYear,
String positionObjectCode)
Retrieves all EffortCertificationReportDefinition records that have a begin or end period fiscal year equal to the given fiscal year, and report on pay given by the position object group code. |
List<EffortCertificationReportDefinition> |
getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
Finds all effort certification report definitions that have the same report type code and are active (excluding the current record) |
Method Detail |
---|
List<EffortCertificationReportDefinition> getAllOtherActiveByType(EffortCertificationReportDefinition effortCertificationReportDefinition)
effortCertificationReportDefinition
-
List<EffortCertificationReportDefinition> getAll()
List<EffortCertificationReport> getAllByYearAndPositionCode(Integer fiscalYear, String positionObjectCode)
fiscalYear
- - fiscal year for being or end periodpositionObjectCode
- - position object group code for report definition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |