|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BudgetConstructionReasonStatisticsReportDao
Method Summary | |
---|---|
void |
cleanReportsReasonStatisticsTable(String principalName)
clears any previous report data for the current user out of the reason statistics report table |
void |
updateReasonStatisticsReportsWithAThreshold(String principalName,
Integer previousFiscalYear,
boolean reportIncreasesAtOrAboveTheThreshold,
org.kuali.rice.kns.util.KualiDecimal thresholdPercent)
report salary reason statistics for people at or above or at or below a given threshold percent |
void |
updateReasonStatisticsReportsWithoutAThreshold(String principalName,
Integer previousFiscalYear)
report salary reason statistics for everyone |
Method Detail |
---|
void cleanReportsReasonStatisticsTable(String principalName)
principalName--the
- user requesting the reportvoid updateReasonStatisticsReportsWithAThreshold(String principalName, Integer previousFiscalYear, boolean reportIncreasesAtOrAboveTheThreshold, org.kuali.rice.kns.util.KualiDecimal thresholdPercent)
principalName--the
- user running this reportpreviousFiscalYear--the
- fiscal year preceding the one for which we are building a budgetreportIncreasesAtOrAboveTheThreshold--true
- if we report increases at or above the threshold, false otherwisethresholdPercent--the
- threshold percent (fraction times 100) increasevoid updateReasonStatisticsReportsWithoutAThreshold(String principalName, Integer previousFiscalYear)
principalName--the
- user running this reportpreviousFiscalYear--the
- fiscal year preceding the one for which we are building a budget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |