Uses of Class
org.kuali.kfs.module.bc.businessobject.BudgetConstructionObjectDump

Packages that use BudgetConstructionObjectDump
org.kuali.kfs.module.bc.businessobject   
org.kuali.kfs.module.bc.document.service   
org.kuali.kfs.module.bc.document.service.impl   
 

Uses of BudgetConstructionObjectDump in org.kuali.kfs.module.bc.businessobject
 

Methods in org.kuali.kfs.module.bc.businessobject that return BudgetConstructionObjectDump
 BudgetConstructionObjectDump BudgetConstructionOrgAccountFundingDetailReportTotal.getBudgetConstructionObjectDump()
           
 

Methods in org.kuali.kfs.module.bc.businessobject with parameters of type BudgetConstructionObjectDump
 void BudgetConstructionOrgAccountFundingDetailReportTotal.setBudgetConstructionObjectDump(BudgetConstructionObjectDump budgetConstructionObjectDump)
           
 

Uses of BudgetConstructionObjectDump in org.kuali.kfs.module.bc.document.service
 

Methods in org.kuali.kfs.module.bc.document.service with parameters of type BudgetConstructionObjectDump
 Collection<PendingBudgetConstructionAppointmentFunding> BudgetConstructionReportsServiceHelper.getPendingBudgetConstructionAppointmentFundingList(Integer universityFiscalYear, BudgetConstructionObjectDump budgetConstructionObjectDump)
          gets the budget construction appointment fundings for an object dump
 

Uses of BudgetConstructionObjectDump in org.kuali.kfs.module.bc.document.service.impl
 

Methods in org.kuali.kfs.module.bc.document.service.impl with parameters of type BudgetConstructionObjectDump
 void BudgetConstructionAccountFundingDetailReportServiceImpl.buildReportsHeader(Integer universityFiscalYear, String objectCodes, BudgetConstructionOrgAccountFundingDetailReport orgAccountFundingDetailReportEntry, BudgetConstructionObjectDump accountFundingDetail)
          builds report Header
 void BudgetConstructionAccountFundingDetailReportServiceImpl.buildReportsTotal(BudgetConstructionOrgAccountFundingDetailReport orgAccountFundingDetailReportEntry, BudgetConstructionObjectDump accountFundingDetail, Collection<BudgetConstructionOrgAccountFundingDetailReportTotal> fundingDetailTotalObject, Collection<BudgetConstructionOrgAccountFundingDetailReportTotal> fundingDetailTotalAccount)
           
 Collection<PendingBudgetConstructionAppointmentFunding> BudgetConstructionReportsServiceHelperImpl.getPendingBudgetConstructionAppointmentFundingList(Integer universityFiscalYear, BudgetConstructionObjectDump budgetConstructionObjectDump)
           
 

Method parameters in org.kuali.kfs.module.bc.document.service.impl with type arguments of type BudgetConstructionObjectDump
protected  Collection<BudgetConstructionOrgAccountFundingDetailReportTotal> BudgetConstructionAccountFundingDetailReportServiceImpl.calculateAccountTotal(Collection<BudgetConstructionOrgAccountFundingDetailReportTotal> fundingDetailTotalObject, List<BudgetConstructionObjectDump> listForCalculateTotalAccount)
           
protected  Collection<BudgetConstructionOrgAccountFundingDetailReportTotal> BudgetConstructionAccountFundingDetailReportServiceImpl.calculateObjectTotal(Map appointmentFundingEntireMap, List<BudgetConstructionObjectDump> listForCalculateTotalObject)
          builds report total
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.