|
||||||||||
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.BudgetConstructionAccountSalaryDetailReportServiceImpl
@Transactional public class BudgetConstructionAccountSalaryDetailReportServiceImpl
Service implementation of BudgetConstructionLevelSummaryReportService.
Constructor Summary | |
---|---|
BudgetConstructionAccountSalaryDetailReportServiceImpl()
|
Method Summary | |
---|---|
protected List<String> |
buildOrderByList()
builds orderByList for sort order. |
Collection<BudgetConstructionAccountSalaryDetailReport> |
buildReports(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
builds BudgetConstructionLevelSummaryReports |
protected void |
buildReportsBody(Integer universityFiscalYear,
PendingBudgetConstructionAppointmentFunding pendingAppointmentFunding,
BudgetConstructionAccountSalaryDetailReport accountMonthlyDetailReport)
builds report body |
protected void |
buildReportsHeader(Integer universityFiscalYear,
PendingBudgetConstructionAppointmentFunding pendingAppointmentFunding,
BudgetConstructionAccountSalaryDetailReport accountSalaryDetailReport)
builds report Header |
protected void |
buildReportsTotal(PendingBudgetConstructionAppointmentFunding pendingAppointmentFunding,
BudgetConstructionAccountSalaryDetailReport accountMonthlyDetailReport,
Collection<BudgetConstructionAccountSalaryDetailReportTotal> accountSalaryDetailTotal)
|
protected Map<String,Object> |
buildSearchCriteria(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
|
protected Collection<BudgetConstructionAccountSalaryDetailReportTotal> |
calculateTotal(Collection<PendingBudgetConstructionAppointmentFunding> pendingAppointmentFundingList,
List<PendingBudgetConstructionAppointmentFunding> listForTotal)
|
protected List<String> |
fieldsForTotal()
|
void |
setBudgetConstructionReportsServiceHelper(BudgetConstructionReportsServiceHelper budgetConstructionReportsServiceHelper)
Sets the budgetConstructionReportsServiceHelper attribute value. |
void |
setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
Sets the kualiConfigurationService attribute value. |
void |
setSalarySettingService(SalarySettingService salarySettingService)
Sets the salarySettingService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BudgetConstructionAccountSalaryDetailReportServiceImpl()
Method Detail |
---|
public Collection<BudgetConstructionAccountSalaryDetailReport> buildReports(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String subAccountNumber)
BudgetConstructionAccountSalaryDetailReportService
buildReports
in interface BudgetConstructionAccountSalaryDetailReportService
org.kuali.kfs.module.bc.document.service.BudgetConstructionLevelSummaryReportService#buildReports(java.lang.Integer,
java.util.Collection)
protected void buildReportsHeader(Integer universityFiscalYear, PendingBudgetConstructionAppointmentFunding pendingAppointmentFunding, BudgetConstructionAccountSalaryDetailReport accountSalaryDetailReport)
BudgetConstructionObjectSummary
- bcasprotected void buildReportsBody(Integer universityFiscalYear, PendingBudgetConstructionAppointmentFunding pendingAppointmentFunding, BudgetConstructionAccountSalaryDetailReport accountMonthlyDetailReport)
BudgetConstructionLevelSummary
- bcasprotected void buildReportsTotal(PendingBudgetConstructionAppointmentFunding pendingAppointmentFunding, BudgetConstructionAccountSalaryDetailReport accountMonthlyDetailReport, Collection<BudgetConstructionAccountSalaryDetailReportTotal> accountSalaryDetailTotal)
protected Collection<BudgetConstructionAccountSalaryDetailReportTotal> calculateTotal(Collection<PendingBudgetConstructionAppointmentFunding> pendingAppointmentFundingList, List<PendingBudgetConstructionAppointmentFunding> listForTotal)
protected List<String> fieldsForTotal()
protected List<String> buildOrderByList()
protected Map<String,Object> buildSearchCriteria(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String subAccountNumber)
public void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
kualiConfigurationService
- The kualiConfigurationService to set.public void setBudgetConstructionReportsServiceHelper(BudgetConstructionReportsServiceHelper budgetConstructionReportsServiceHelper)
budgetConstructionReportsServiceHelper
- The budgetConstructionReportsServiceHelper to set.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 |