Uses of Interface
org.kuali.coeus.common.budget.api.core.category.BudgetCategoryMapContract
-
Packages that use BudgetCategoryMapContract Package Description org.kuali.coeus.common.budget.api.core.category -
-
Uses of BudgetCategoryMapContract in org.kuali.coeus.common.budget.api.core.category
Methods in org.kuali.coeus.common.budget.api.core.category that return types with arguments of type BudgetCategoryMapContract Modifier and Type Method Description List<? extends BudgetCategoryMapContract>BudgetCategoryMapService. findCatMapByMappingName(String mappingName)Finds theBudgetCategoryMapContracts by mappingName.List<? extends BudgetCategoryMapContract>BudgetCategoryMapService. findCatMapByTargetAndMappingName(String targetCategoryCode, String mappingName)Finds theBudgetCategoryMapContracts by targetCategoryCode and mappingName.
-