|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.module.bc.document.service.impl.BudgetConstructionAccountObjectDetailReportServiceImpl
@Transactional public class BudgetConstructionAccountObjectDetailReportServiceImpl
Service implementation of BudgetConstructionAccountSummaryReportService.
| Constructor Summary | |
|---|---|
BudgetConstructionAccountObjectDetailReportServiceImpl()
|
|
| Method Summary | |
|---|---|
List<String> |
buildOrderByList()
|
Collection<BudgetConstructionOrgAccountObjectDetailReport> |
buildReports(Integer universityFiscalYear,
String principalName,
boolean consolidated)
builds BudgetConstructionOrgSubFundSummaryReports |
protected void |
buildReportsBody(Integer universityFiscalYear,
BudgetConstructionOrgAccountObjectDetailReport orgAccountObjectDetailReportEntry,
BudgetConstructionAccountBalance accountBalance)
builds report body |
protected void |
buildReportsHeader(Integer universityFiscalYear,
BudgetConstructionOrgAccountObjectDetailReport orgAccountObjectDetailReportEntry,
BudgetConstructionAccountBalance accountBalance,
boolean consolidated)
builds report Header |
protected void |
buildReportsTotal(BudgetConstructionOrgAccountObjectDetailReport orgObjectSummaryReportEntry,
BudgetConstructionAccountBalance accountBalance,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailTotalObjectList,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailTotalLevelList,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailTotalGexpAndTypeList,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailAccountTotalList,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailSubFundTotalList)
builds report total |
protected List |
calculateAccountTotal(List<BudgetConstructionAccountBalance> bcabList,
List<BudgetConstructionAccountBalance> simpleList)
|
protected List |
calculateGexpAndTypeTotal(List<BudgetConstructionAccountBalance> bcabList,
List<BudgetConstructionAccountBalance> simpleList)
|
protected List |
calculateLevelTotal(List<BudgetConstructionAccountBalance> bcosList,
List<BudgetConstructionAccountBalance> simpleList)
|
protected List |
calculateObjectTotal(List<BudgetConstructionAccountBalance> bcosList,
List<BudgetConstructionAccountBalance> simpleList)
|
protected List |
calculateSubFundTotal(List<BudgetConstructionAccountBalance> bcabList,
List<BudgetConstructionAccountBalance> simpleList)
|
protected List<String> |
fieldsForAccountTotal()
builds list of fields for comparing entry of AccountTotal |
protected List<String> |
fieldsForGexpAndType()
builds list of fields for comparing entry of GexpAndType |
protected List<String> |
fieldsForLevel()
builds list of fields for comparing entry of Level |
protected List<String> |
fieldsForObject()
builds list of fields for comparing entry of Object |
protected List<String> |
fieldsForSubFundTotal()
builds list of fields for comparing entry of SubFundTotal total |
org.kuali.rice.kns.service.KualiConfigurationService |
getKualiConfigurationService()
|
void |
setBudgetConstructionAccountObjectDetailReportDao(BudgetConstructionAccountObjectDetailReportDao budgetConstructionAccountObjectDetailReportDao)
|
void |
setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
|
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
|
void |
setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
|
void |
updateAccountObjectDetailReport(String principalName,
boolean consolidated)
updates account summary table for SubFundSummaryReport. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BudgetConstructionAccountObjectDetailReportServiceImpl()
| Method Detail |
|---|
public void updateAccountObjectDetailReport(String principalName,
boolean consolidated)
BudgetConstructionAccountObjectDetailReportService
updateAccountObjectDetailReport in interface BudgetConstructionAccountObjectDetailReportServiceorg.kuali.kfs.module.bc.document.service.BudgetReportsControlListService#updateSubFundSummaryReport(java.lang.String)
public Collection<BudgetConstructionOrgAccountObjectDetailReport> buildReports(Integer universityFiscalYear,
String principalName,
boolean consolidated)
BudgetConstructionAccountObjectDetailReportService
buildReports in interface BudgetConstructionAccountObjectDetailReportService
protected void buildReportsHeader(Integer universityFiscalYear,
BudgetConstructionOrgAccountObjectDetailReport orgAccountObjectDetailReportEntry,
BudgetConstructionAccountBalance accountBalance,
boolean consolidated)
BudgetConstructionObjectSummary - bcas
protected void buildReportsBody(Integer universityFiscalYear,
BudgetConstructionOrgAccountObjectDetailReport orgAccountObjectDetailReportEntry,
BudgetConstructionAccountBalance accountBalance)
BudgetConstructionLevelSummary - bcas
protected void buildReportsTotal(BudgetConstructionOrgAccountObjectDetailReport orgObjectSummaryReportEntry,
BudgetConstructionAccountBalance accountBalance,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailTotalObjectList,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailTotalLevelList,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailTotalGexpAndTypeList,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailAccountTotalList,
List<BudgetConstructionOrgAccountObjectDetailReportTotal> accountObjectDetailSubFundTotalList)
protected List calculateObjectTotal(List<BudgetConstructionAccountBalance> bcosList,
List<BudgetConstructionAccountBalance> simpleList)
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
protected List calculateLevelTotal(List<BudgetConstructionAccountBalance> bcosList,
List<BudgetConstructionAccountBalance> simpleList)
protected List calculateGexpAndTypeTotal(List<BudgetConstructionAccountBalance> bcabList,
List<BudgetConstructionAccountBalance> simpleList)
protected List calculateAccountTotal(List<BudgetConstructionAccountBalance> bcabList,
List<BudgetConstructionAccountBalance> simpleList)
protected List calculateSubFundTotal(List<BudgetConstructionAccountBalance> bcabList,
List<BudgetConstructionAccountBalance> simpleList)
protected List<String> fieldsForObject()
protected List<String> fieldsForLevel()
protected List<String> fieldsForGexpAndType()
protected List<String> fieldsForAccountTotal()
protected List<String> fieldsForSubFundTotal()
public List<String> buildOrderByList()
public void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
public org.kuali.rice.kns.service.KualiConfigurationService getKualiConfigurationService()
public void setBudgetConstructionAccountObjectDetailReportDao(BudgetConstructionAccountObjectDetailReportDao budgetConstructionAccountObjectDetailReportDao)
public void setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||