Uses of Interface
org.kuali.coeus.propdev.api.budget.modular.BudgetModularContract
Packages that use BudgetModularContract
-
Uses of BudgetModularContract in org.kuali.coeus.common.budget.api.modular
Methods in org.kuali.coeus.common.budget.api.modular that return BudgetModularContractModifier and TypeMethodDescriptiondefault 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 BudgetModularContractModifier and TypeMethodDescriptionList<? 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 BudgetModularContractModifier and TypeMethodDescriptiondefault 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.