|
||||||||||
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.BudgetConstructionReasonStatisticsReportServiceImpl
@Transactional public class BudgetConstructionReasonStatisticsReportServiceImpl
Service implementation of BudgetConstructionAccountSummaryReportService.
Constructor Summary | |
---|---|
BudgetConstructionReasonStatisticsReportServiceImpl()
|
Method Summary | |
---|---|
List<String> |
buildOrderByList()
builds orderByList for sort order. |
Collection<BudgetConstructionOrgReasonStatisticsReport> |
buildReports(Integer universityFiscalYear,
String principalId,
BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
builds BudgetConstructionAccountFundingDetailReports |
void |
buildReportsBody(BudgetConstructionOrgReasonStatisticsReport orgReasonStatisticsReportEntry,
BudgetConstructionSalaryTotal salaryTotalEntry)
|
void |
buildReportsHeader(Integer universityFiscalYear,
String objectCodes,
String reasonCodes,
BudgetConstructionOrgReasonStatisticsReport orgReasonStatisticsReportEntry,
BudgetConstructionSalaryTotal salaryTotalEntry,
BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
builds report Header |
void |
setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
Sets the budgetConstructionOrganizationReportsService attribute value. |
void |
setBudgetConstructionReasonStatisticsReportDao(BudgetConstructionReasonStatisticsReportDao budgetConstructionReasonStatisticsReportDao)
Sets the budgetConstructionReasonStatisticsReportDao attribute value. |
void |
setBudgetConstructionReportsServiceHelper(BudgetConstructionReportsServiceHelper budgetConstructionReportsServiceHelper)
Sets the budgetConstructionReportsServiceHelper attribute value. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
void |
setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
Sets the kualiConfigurationService attribute value. |
void |
updateReasonStatisticsReport(String principalName,
Integer universityFiscalYear,
BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
updates account FundingDetail table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BudgetConstructionReasonStatisticsReportServiceImpl()
Method Detail |
---|
public void updateReasonStatisticsReport(String principalName, Integer universityFiscalYear, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
BudgetConstructionReasonStatisticsReportService
updateReasonStatisticsReport
in interface BudgetConstructionReasonStatisticsReportService
BudgetConstructionReasonStatisticsReportService.updateReasonStatisticsReport(java.lang.String,
java.lang.Integer, org.kuali.kfs.module.bc.businessobject.BudgetConstructionReportThresholdSettings)
public Collection<BudgetConstructionOrgReasonStatisticsReport> buildReports(Integer universityFiscalYear, String principalId, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
BudgetConstructionReasonStatisticsReportService
buildReports
in interface BudgetConstructionReasonStatisticsReportService
BudgetConstructionReasonStatisticsReportService.buildReports(java.lang.Integer,
java.lang.String, org.kuali.kfs.module.bc.businessobject.BudgetConstructionReportThresholdSettings)
public void buildReportsHeader(Integer universityFiscalYear, String objectCodes, String reasonCodes, BudgetConstructionOrgReasonStatisticsReport orgReasonStatisticsReportEntry, BudgetConstructionSalaryTotal salaryTotalEntry, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
BudgetConstructionObjectDump
- bcodpublic void buildReportsBody(BudgetConstructionOrgReasonStatisticsReport orgReasonStatisticsReportEntry, BudgetConstructionSalaryTotal salaryTotalEntry)
public List<String> buildOrderByList()
public void setBudgetConstructionReasonStatisticsReportDao(BudgetConstructionReasonStatisticsReportDao budgetConstructionReasonStatisticsReportDao)
budgetConstructionReasonStatisticsReportDao
- The budgetConstructionReasonStatisticsReportDao to set.public void setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
budgetConstructionOrganizationReportsService
- The budgetConstructionOrganizationReportsService to set.public void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
kualiConfigurationService
- The kualiConfigurationService to set.public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.public void setBudgetConstructionReportsServiceHelper(BudgetConstructionReportsServiceHelper budgetConstructionReportsServiceHelper)
budgetConstructionReportsServiceHelper
- The budgetConstructionReportsServiceHelper to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |