|
||||||||||
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.BudgetConstructionPositionFundingDetailReportServiceImpl
@Transactional public class BudgetConstructionPositionFundingDetailReportServiceImpl
Service implementation of BudgetConstructionPositionFundingDetailReportService.
Constructor Summary | |
---|---|
BudgetConstructionPositionFundingDetailReportServiceImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BudgetConstructionPositionFundingDetailReportServiceImpl()
Method Detail |
---|
public void updatePositionFundingDetailReport(String principalName, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
updatePositionFundingDetailReport
in interface BudgetConstructionPositionFundingDetailReportService
BudgetConstructionPositionFundingDetailReportService.updatePositionFundingDetailReport(java.lang.String,
org.kuali.kfs.module.bc.businessobject.BudgetConstructionReportThresholdSettings)
public Collection<BudgetConstructionOrgPositionFundingDetailReport> buildReports(Integer universityFiscalYear, String principalName)
buildReports
in interface BudgetConstructionPositionFundingDetailReportService
BudgetConstructionPositionFundingDetailReportService.buildReports(java.lang.Integer,
java.lang.String)
public void buildReportsHeader(Integer universityFiscalYear, String objectCodes, BudgetConstructionOrgPositionFundingDetailReport orgPositionFundingDetailReportEntry, BudgetConstructionPositionFunding positionFundingDetail)
universityFiscalYear
- objectCodes
- orgPositionFundingDetailReportEntry
- positionFundingDetail
- public void buildReportsBody(Integer universityFiscalYear, BudgetConstructionOrgPositionFundingDetailReport detailReportEntry, BudgetConstructionPositionFunding positionFundingDetailEntry)
universityFiscalYear
- orgPositionFundingDetailReportEntry
- positionFundingDetailEntry
- public void buildReportsTotal(BudgetConstructionOrgPositionFundingDetailReport orgPositionFundingDetailReportEntry, BudgetConstructionPositionFunding positionFundingDetail, Collection<BudgetConstructionOrgPositionFundingDetailReportTotal> fundingDetailTotalPerson, Collection<BudgetConstructionOrgPositionFundingDetailReportTotal> fundingDetailTotalOrg)
orgPositionFundingDetailReportEntry
- positionFundingDetail
- fundingDetailTotalPerson
- fundingDetailTotalOrg
- protected Collection<BudgetConstructionOrgPositionFundingDetailReportTotal> calculatePersonTotal(Collection<BudgetConstructionPositionFunding> positionFundingDetailList, List<BudgetConstructionPositionFunding> listForCalculateTotalPerson)
positionFundingDetailList
- listForCalculateTotalPerson
-
protected Collection<BudgetConstructionOrgPositionFundingDetailReportTotal> calculateOrgTotal(Collection<BudgetConstructionPositionFunding> positionFundingDetailList, List<BudgetConstructionPositionFunding> listForCalculateTotalOrg)
positionFundingDetailList
- listForCalculateTotalOrg
-
public List<String> buildOrderByList()
protected List<String> fieldsForPerson()
protected List<String> fieldsForOrg()
public void setBudgetConstructionPositionFundingDetailReportDao(BudgetConstructionPositionFundingDetailReportDao budgetConstructionPositionFundingDetailReportDao)
public void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
public void setBudgetConstructionReportsServiceHelper(BudgetConstructionReportsServiceHelper budgetConstructionReportsServiceHelper)
public void setSalarySettingService(SalarySettingService salarySettingService)
salarySettingService
- The salarySettingService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |