Uses of Class
com.omarigrant.budget.model.Budget
Packages that use Budget
Package
Description
-
Uses of Budget in com.omarigrant.budget.dao
Methods in com.omarigrant.budget.dao that return types with arguments of type BudgetMethods in com.omarigrant.budget.dao with parameters of type Budget -
Uses of Budget in com.omarigrant.budget.mappers
Methods in com.omarigrant.budget.mappers that return BudgetModifier and TypeMethodDescriptionBudgetMapper.toBudget(BudgetInputDTO budgetInputDTO, User user) Methods in com.omarigrant.budget.mappers with parameters of type Budget -
Uses of Budget in com.omarigrant.budget.mappers.contracts
Methods in com.omarigrant.budget.mappers.contracts that return BudgetModifier and TypeMethodDescriptionBudgetMapperContract.toBudget(BudgetInputDTO budgetInputDTO, User user) Convert BudgetInputDTO to BudgetMethods in com.omarigrant.budget.mappers.contracts with parameters of type Budget -
Uses of Budget in com.omarigrant.budget.model
Methods in com.omarigrant.budget.model with parameters of type BudgetModifier and TypeMethodDescriptionvoidUser.addBudgets(Budget budget) Attach budget to uservoidUser.removeBudget(Budget budget) Remove budget from user -
Uses of Budget in com.omarigrant.budget.services
Methods in com.omarigrant.budget.services with parameters of type Budget -
Uses of Budget in com.omarigrant.budget.services.contracts
Methods in com.omarigrant.budget.services.contracts with parameters of type BudgetModifier and TypeMethodDescriptionvoidBudgetServiceInterface.calculateResults(Budget budget, LocalDate baseDate) Function to calculate the results from a budget and attach the results to the budget.Save Budget model to database.