Uses of Record Class
com.truebubo.maniflow.income.Income
Packages that use Income
-
Uses of Income in com.truebubo.maniflow.income
Classes in com.truebubo.maniflow.income that implement interfaces with type arguments of type IncomeMethods in com.truebubo.maniflow.income that return IncomeModifier and TypeMethodDescriptionIncomeRepository.saveIncome
(Income income) Saves the income to storageMongoIncomeRepository.saveIncome
(Income income) Methods in com.truebubo.maniflow.income that return types with arguments of type IncomeModifier and TypeMethodDescriptionIncomeRepository.changeIncome
(int id, BigDecimal newAmount) Changes the income with given IDMongoIncomeRepository.changeIncome
(int id, BigDecimal newAmount) IncomeService.get()
Gets the list of all the incomes saved by the userIncomeRepository.getIncome
(int id) Finds the income with given idMongoIncomeRepository.getIncome
(int id) IncomeRepository.getIncomes()
Finds all the incomes savedMongoIncomeRepository.getIncomes()
Methods in com.truebubo.maniflow.income with parameters of type IncomeModifier and TypeMethodDescriptionvoid
Saves the incomevoid
Saves the incomeIncomeRepository.saveIncome
(Income income) Saves the income to storageMongoIncomeRepository.saveIncome
(Income income)