Methods
Modifier and Type |
Method and Description |
List<String> |
buildOrderByList()
builds orderByList for sort order.
|
Collection<BudgetConstructionOrgLevelSummaryReport> |
buildReports(Integer universityFiscalYear,
String principalName)
builds BudgetConstructionLevelSummaryReports
|
void |
buildReportsBody(BudgetConstructionOrgLevelSummaryReport orgLevelSummaryReportEntry,
BudgetConstructionLevelSummary levelSummary)
builds report body
|
void |
buildReportsHeader(Integer universityFiscalYear,
BudgetConstructionOrgLevelSummaryReport orgLevelSummaryReportEntry,
BudgetConstructionLevelSummary levelSummary)
builds report Header
|
void |
buildReportsTotal(BudgetConstructionOrgLevelSummaryReport orgLevelSummaryReportEntry,
BudgetConstructionLevelSummary levelSummary,
List<BudgetConstructionOrgLevelSummaryReportTotal> levelSummaryTotalConsList,
List<BudgetConstructionOrgLevelSummaryReportTotal> levelSummaryTotalGexpAndTypeList,
List<BudgetConstructionOrgLevelSummaryReportTotal> levelSummaryTotalList)
builds report total
|
List |
calculateConsTotal(List<BudgetConstructionLevelSummary> bclsList,
List<BudgetConstructionLevelSummary> simpleList) |
List |
calculateGexpAndTypeTotal(List<BudgetConstructionLevelSummary> bclsList,
List<BudgetConstructionLevelSummary> simpleList) |
List |
calculateTotal(List<BudgetConstructionLevelSummary> bclsList,
List<BudgetConstructionLevelSummary> simpleList) |
protected List<String> |
fieldsForCons() |
protected List<String> |
fieldsForGexpAndType() |
protected List<String> |
fieldsForTotal() |
void |
setBudgetConstructionLevelSummaryReportDao(BudgetConstructionLevelSummaryReportDao budgetConstructionLevelSummaryReportDao)
sets budgetConstructionLevelSummaryReportDao
|
void |
setBudgetConstructionReportsServiceHelper(BudgetConstructionReportsServiceHelper budgetConstructionReportsServiceHelper) |
void |
setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) |
void |
updateLevelSummaryReport(String principalName)
updates account summary table.
|