Methods
Modifier and Type |
Method and Description |
protected void |
adjustPersonTotal(BudgetConstructionReasonSummaryReportServiceImpl.PersonTotalHolder totalsHolder) |
List<String> |
buildOrderByList()
builds orderByList for sort order.
|
Collection<BudgetConstructionOrgReasonSummaryReport> |
buildReports(Integer universityFiscalYear,
String principalId,
BudgetConstructionReportThresholdSettings reportThresholdSettings) |
void |
buildReportsBody(Integer fiscalYear,
BudgetConstructionOrgReasonSummaryReport reasonSummaryReport,
BudgetConstructionSalaryFunding salaryFundingEntry,
BudgetConstructionSalarySocialSecurityNumber salarySSN)
builds report body
|
void |
buildReportsHeader(Integer universityFiscalYear,
String objectCodes,
String reasonCodes,
BudgetConstructionOrgReasonSummaryReport reasonSummaryReport,
BudgetConstructionSalaryFunding salaryFundingEntry,
BudgetConstructionSalarySocialSecurityNumber bcSSN,
BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
builds report Header
|
void |
buildReportsTotal(BudgetConstructionOrgReasonSummaryReport reasonSummaryReportEntry,
BudgetConstructionSalarySocialSecurityNumber ssnEntry,
Collection<BudgetConstructionOrgReasonSummaryReportTotal> reasonSummaryTotalPerson,
Collection<BudgetConstructionOrgReasonSummaryReportTotal> reasonSummaryTotalOrg)
build the total sections for the report
|
protected Collection<BudgetConstructionOrgReasonSummaryReportTotal> |
calculateOrgTotal(Collection<BudgetConstructionOrgReasonSummaryReportTotal> reasonSummaryTotalPerson,
List<BudgetConstructionSalarySocialSecurityNumber> listForCalculateTotalOrg,
Map salaryFundingMap) |
protected Collection<BudgetConstructionOrgReasonSummaryReportTotal> |
calculatePersonTotal(Integer universityFiscalYear,
Collection<BudgetConstructionSalarySocialSecurityNumber> bcSalarySsnList,
List<BudgetConstructionSalarySocialSecurityNumber> listForCalculateTotalPerson,
Map salaryFundingMap) |
protected void |
collectPersonTotal(Integer universityFiscalYear,
Collection<BudgetConstructionSalaryFunding> salaryFundings,
BudgetConstructionReasonSummaryReportServiceImpl.PersonTotalHolder totalsHolder) |
protected BudgetConstructionOrgReasonSummaryReportTotal |
createReportTotal(BudgetConstructionSalarySocialSecurityNumber totalOrgEntry,
BudgetConstructionReasonSummaryReportServiceImpl.OrganizationTotalHolder totalsHolder) |
protected BudgetConstructionOrgReasonSummaryReportTotal |
createReportTotal(BudgetConstructionSalarySocialSecurityNumber totalPersonEntry,
BudgetConstructionReasonSummaryReportServiceImpl.PersonTotalHolder totalsHolder) |
protected List |
deleteDuplicated(List list,
int mode)
Deletes duplicated entry from list
|
protected boolean |
isSameSsnEntryForTotalOrg(BudgetConstructionSalarySocialSecurityNumber firstSsn,
BudgetConstructionSalarySocialSecurityNumber secondSsn) |
protected boolean |
isSameSsnEntryForTotalPerson(BudgetConstructionSalarySocialSecurityNumber firstSsn,
BudgetConstructionSalarySocialSecurityNumber secondSsn) |
void |
setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
Sets the budgetConstructionOrganizationReportsService attribute value.
|
void |
setBudgetConstructionReportsServiceHelper(BudgetConstructionReportsServiceHelper budgetConstructionReportsServiceHelper)
Sets the budgetConstructionReportsServiceHelper attribute value.
|
void |
setBudgetConstructionSalarySummaryReportDao(BudgetConstructionSalarySummaryReportDao budgetConstructionSalarySummaryReportDao)
Sets the budgetConstructionSalarySummaryReportDao attribute value.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
Sets the kualiConfigurationService attribute value.
|
void |
updateReasonSummaryReport(String principalId,
Integer universityFiscalYear,
BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings) |