org.kuali.kfs.module.bc.document.dataaccess
Interface BudgetConstructionSalarySummaryReportDao

All Known Implementing Classes:
BudgetConstructionSalarySummaryReportDaoJdbc

public interface BudgetConstructionSalarySummaryReportDao


Method Summary
 void updateSalaryAndReasonSummaryReportsWithoutThreshold(String principalName, boolean listSalariesWithReasonCodes)
          lists all salaries, or only those flagged with a reason for increase
 void updateSalaryAndReasonSummaryReportsWithThreshold(String principalName, Integer previousFiscalYear, boolean reportGreaterThanOrEqualToThreshold, org.kuali.rice.kns.util.KualiDecimal threshold)
          lists salaries with increases at or above a threshold, or with increases at or below a threshold
 

Method Detail

updateSalaryAndReasonSummaryReportsWithoutThreshold

void updateSalaryAndReasonSummaryReportsWithoutThreshold(String principalName,
                                                         boolean listSalariesWithReasonCodes)
lists all salaries, or only those flagged with a reason for increase

Parameters:
principalName--the - user requesting the report
listSalariesWithReasonCodes--true - if only salaries associated with a reason for increase are to be listed, false if all salaries are to be listed

updateSalaryAndReasonSummaryReportsWithThreshold

void updateSalaryAndReasonSummaryReportsWithThreshold(String principalName,
                                                      Integer previousFiscalYear,
                                                      boolean reportGreaterThanOrEqualToThreshold,
                                                      org.kuali.rice.kns.util.KualiDecimal threshold)
lists salaries with increases at or above a threshold, or with increases at or below a threshold

Parameters:
principalName--the - user requesting the report
previousFiscalYear--the - fiscal year preceding the one for which the budget is being built
reportGreaterThanOrEqualToThreshold--true - if salaries increased at or above the threshold percentage are listed, false if salaries increased at or below the threshold percentage are listed
threshold--the - threshold percentage (a fraction times 100)


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