Uses of Interface
org.kuali.coeus.propdev.api.budget.modular.BudgetModularContract
-
Packages that use BudgetModularContract Package Description org.kuali.coeus.common.budget.api.modular -
-
Uses of BudgetModularContract in org.kuali.coeus.common.budget.api.modular
Methods in org.kuali.coeus.common.budget.api.modular that return BudgetModularContract Modifier and Type Method Description default BudgetModularContractModularBudgetService. getModularBudgetForPeriod(List<? extends BudgetModularContract> modularAmounts, BudgetPeriodContract period)Given a list of Modular Budget amount objects, returns the correct associated with the passed-in budget period based on the "budgetPeriod" property in both.Methods in org.kuali.coeus.common.budget.api.modular that return types with arguments of type BudgetModularContract Modifier and Type Method Description List<? extends BudgetModularContract>ModularBudgetService. getModularBudgetAmounts(BudgetContract budget)This service method retrieves Modular Budget information for a given budget.Method parameters in org.kuali.coeus.common.budget.api.modular with type arguments of type BudgetModularContract Modifier and Type Method Description default BudgetModularContractModularBudgetService. getModularBudgetForPeriod(List<? extends BudgetModularContract> modularAmounts, BudgetPeriodContract period)Given a list of Modular Budget amount objects, returns the correct associated with the passed-in budget period based on the "budgetPeriod" property in both.
-