Interface S2SBudgetIndirectCostsService

All Known Implementing Classes:
S2SBudgetInfoServiceImpl

@Deprecated public interface S2SBudgetIndirectCostsService
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kuali.coeus.s2sgen.api.budget.S2SIndirectCostDto
    getIndirectCosts(org.kuali.coeus.common.budget.api.core.BudgetContract budget, org.kuali.coeus.common.budget.api.period.BudgetPeriodContract budgetPeriod, List<? extends org.kuali.coeus.propdev.api.budget.modular.BudgetModularContract> modularAmounts)
    Deprecated.
    This method computes the indirect costs for a given BudgetPeriodContract
  • Method Details

    • getIndirectCosts

      org.kuali.coeus.s2sgen.api.budget.S2SIndirectCostDto getIndirectCosts(org.kuali.coeus.common.budget.api.core.BudgetContract budget, org.kuali.coeus.common.budget.api.period.BudgetPeriodContract budgetPeriod, List<? extends org.kuali.coeus.propdev.api.budget.modular.BudgetModularContract> modularAmounts)
      Deprecated.
      This method computes the indirect costs for a given BudgetPeriodContract
      Parameters:
      budget - given Budget.
      budgetPeriod - given BudgetPeriod.
      modularAmounts - a list of the Modular Budget amounts associated with this budget
      Returns:
      IndirectCostInfo for the corresponding BudgetPeriod object.