public interface BudgetConstructionPositionFundingDetailReportDao
| Modifier and Type | Method and Description |
|---|---|
void |
cleanReportsPositionFundingDetailTable(String principalName)
cleans Position Funding Detail table.
|
void |
updateReportsPositionFundingDetailTable(String principalName,
boolean applyAThreshold,
boolean selectOnlyGreaterThanOrEqualToThreshold,
org.kuali.rice.core.api.util.type.KualiDecimal thresholdPercent)
populates the reporting table for PositionFunding so the user can run a report
|
void cleanReportsPositionFundingDetailTable(String principalName)
principalName - void updateReportsPositionFundingDetailTable(String principalName, boolean applyAThreshold, boolean selectOnlyGreaterThanOrEqualToThreshold, org.kuali.rice.core.api.util.type.KualiDecimal thresholdPercent)
principalName--the - user making the requestapplyAThreshold--true - if the report will only list people with increases above (or below) a threshold, false otherwiseselectOnlyGreaterThanOrEqualToThreshold--true - if people at or above the threshold are to be listed: false lists people at or belowthresholdPercent--percent - (a fraction times 100) increase which marks the thresholdCopyright © 2004–2015 The Kuali Foundation. All rights reserved.