org.kuali.kfs.module.bc.document.dataaccess
Interface BudgetConstructionSalarySummaryReportDao
- All Known Implementing Classes:
- BudgetConstructionSalarySummaryReportDaoJdbc
public interface BudgetConstructionSalarySummaryReportDao
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 reportlistSalariesWithReasonCodes--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 reportpreviousFiscalYear--the
- fiscal year preceding the one for which the budget is being builtreportGreaterThanOrEqualToThreshold--true
- if salaries increased at or above the threshold percentage are listed, false if salaries increased at or below the threshold percentage are listedthreshold--the
- threshold percentage (a fraction times 100)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.