org.kuali.kfs.module.ec.document.service
Interface EffortCertificationAutomaticReportPeriodUpdateService

All Known Implementing Classes:
EffortCertificationAutomaticReportPeriodUpdateServiceImpl

public interface EffortCertificationAutomaticReportPeriodUpdateService

Contains service methods for the Effort Certification Automatic Period Update Process


Method Summary
 List<EffortCertificationReportDefinition> getAllReportDefinitions()
          gets all EffortCertificationReportDefinition records
 boolean isAnOverlappingReportDefinition(EffortCertificationReportDefinition reportDefinition)
          Checks if this report definition will overlap an already existing report definition
 void setEffortCertificationReportDefinitionDao(EffortCertificationReportDefinitionDao effortCertificationReportDefinitionDao)
          Sets dao to be used by service
 

Method Detail

isAnOverlappingReportDefinition

boolean isAnOverlappingReportDefinition(EffortCertificationReportDefinition reportDefinition)
Checks if this report definition will overlap an already existing report definition

Parameters:
reportDefinition -
Returns:
true reportDefinition is an overlapping report defintion

getAllReportDefinitions

List<EffortCertificationReportDefinition> getAllReportDefinitions()
gets all EffortCertificationReportDefinition records

Returns:
list of EffortCertificationReportDefinition records

setEffortCertificationReportDefinitionDao

void setEffortCertificationReportDefinitionDao(EffortCertificationReportDefinitionDao effortCertificationReportDefinitionDao)
Sets dao to be used by service

Parameters:
effortCertificationReportDefinitionDao -


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