org.kuali.kfs.module.ec.dataaccess
Interface EffortCertificationReportDefinitionDao

All Known Implementing Classes:
EffortCertificationReportDefinitionDaoOjb

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

getAllOtherActiveByType

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)

Parameters:
effortCertificationReportDefinition -
Returns:

getAll

List<EffortCertificationReportDefinition> getAll()
Retrieves all EffortCertificationReportDefinition records

Returns:
list of EffortCertificationReportDefinition records

getAllByYearAndPositionCode

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.

Parameters:
fiscalYear - - fiscal year for being or end period
positionObjectCode - - position object group code for report definition
Returns:
effort report definitions with a period in the given year and report for given position code


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