Interface S2SBudgetIndirectCostsService
- All Known Implementing Classes:
S2SBudgetInfoServiceImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetIndirectCosts(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 givenBudgetPeriodContract
-
Method Details
-
getIndirectCosts
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 givenBudgetPeriodContract- 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.
-