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

Packages that use BudgetConstructionReportThresholdSettings
org.kuali.kfs.module.bc.document.service   
org.kuali.kfs.module.bc.document.service.impl   
org.kuali.kfs.module.bc.document.web.struts   
 

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

Methods in org.kuali.kfs.module.bc.document.service with parameters of type BudgetConstructionReportThresholdSettings
 Collection<BudgetConstructionOrgSalarySummaryReport> BudgetConstructionSalarySummaryReportService.buildReports(Integer universityFiscalYear, String principalName, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 Collection<BudgetConstructionOrgReasonStatisticsReport> BudgetConstructionReasonStatisticsReportService.buildReports(Integer universityFiscalYear, String principalName, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
          builds BudgetConstructionAccountFundingDetailReports
 Collection<BudgetConstructionOrgReasonSummaryReport> BudgetConstructionReasonSummaryReportService.buildReports(Integer universityFiscalYear, String principalName, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 void BudgetConstructionPositionFundingDetailReportService.updatePositionFundingDetailReport(String principalName, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 void BudgetConstructionReasonStatisticsReportService.updateReasonStatisticsReport(String principalName, Integer universityFiscalYear, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
          updates account FundingDetail table.
 void BudgetConstructionReasonSummaryReportService.updateReasonSummaryReport(String principalName, Integer universityFiscalYear, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 void BudgetConstructionSalarySummaryReportService.updateSalarySummaryReport(String principalName, Integer universityFiscalYear, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 

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

Methods in org.kuali.kfs.module.bc.document.service.impl with parameters of type BudgetConstructionReportThresholdSettings
 Collection<BudgetConstructionOrgSalarySummaryReport> BudgetConstructionSalarySummaryReportServiceImpl.buildReports(Integer universityFiscalYear, String principalName, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 Collection<BudgetConstructionOrgReasonStatisticsReport> BudgetConstructionReasonStatisticsReportServiceImpl.buildReports(Integer universityFiscalYear, String principalId, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 Collection<BudgetConstructionOrgReasonSummaryReport> BudgetConstructionReasonSummaryReportServiceImpl.buildReports(Integer universityFiscalYear, String principalId, BudgetConstructionReportThresholdSettings reportThresholdSettings)
           
 void BudgetConstructionSalarySummaryReportServiceImpl.buildReportsHeader(Integer universityFiscalYear, String objectCodes, BudgetConstructionOrgSalarySummaryReport orgSalarySummaryReportEntry, BudgetConstructionSalaryFunding salaryFundingEntry, BudgetConstructionSalarySocialSecurityNumber bcSSN, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
          builds report Header
 void BudgetConstructionReasonStatisticsReportServiceImpl.buildReportsHeader(Integer universityFiscalYear, String objectCodes, String reasonCodes, BudgetConstructionOrgReasonStatisticsReport orgReasonStatisticsReportEntry, BudgetConstructionSalaryTotal salaryTotalEntry, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
          builds report Header
 void BudgetConstructionReasonSummaryReportServiceImpl.buildReportsHeader(Integer universityFiscalYear, String objectCodes, String reasonCodes, BudgetConstructionOrgReasonSummaryReport reasonSummaryReport, BudgetConstructionSalaryFunding salaryFundingEntry, BudgetConstructionSalarySocialSecurityNumber bcSSN, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
          builds report Header
 void BudgetConstructionPositionFundingDetailReportServiceImpl.updatePositionFundingDetailReport(String principalName, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 void BudgetConstructionReasonStatisticsReportServiceImpl.updateReasonStatisticsReport(String principalName, Integer universityFiscalYear, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 void BudgetConstructionReasonSummaryReportServiceImpl.updateReasonSummaryReport(String principalId, Integer universityFiscalYear, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 void BudgetConstructionSalarySummaryReportServiceImpl.updateSalarySummaryReport(String principalName, Integer universityFiscalYear, BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
           
 

Uses of BudgetConstructionReportThresholdSettings in org.kuali.kfs.module.bc.document.web.struts
 

Methods in org.kuali.kfs.module.bc.document.web.struts that return BudgetConstructionReportThresholdSettings
 BudgetConstructionReportThresholdSettings OrganizationReportSelectionForm.getBudgetConstructionReportThresholdSettings()
          Gets the budgetConstructionReportThresholdSettings attribute.
 

Methods in org.kuali.kfs.module.bc.document.web.struts with parameters of type BudgetConstructionReportThresholdSettings
 void OrganizationReportSelectionForm.setBudgetConstructionReportThresholdSettings(BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
          Sets the budgetConstructionReportThresholdSettings attribute value.
protected  boolean OrganizationReportSelectionAction.validThresholdSettings(BudgetConstructionReportThresholdSettings thresholdSettings)
          When apply threshold is checked, and displays error if no percent change threshold value is set.
 



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