Uses of Record Class
com.truebubo.maniflow.expense.Expense
Packages that use Expense
-
Uses of Expense in com.truebubo.maniflow.expense
Classes in com.truebubo.maniflow.expense that implement interfaces with type arguments of type ExpenseMethods in com.truebubo.maniflow.expense that return ExpenseModifier and TypeMethodDescriptionExpenseRepository.saveExpense
(Expense expense) Saves the expense to storageMongoExpenseRepository.saveExpense
(Expense expense) Methods in com.truebubo.maniflow.expense that return types with arguments of type ExpenseModifier and TypeMethodDescriptionExpenseRepository.changeExpense
(int id, BigDecimal newAmount) Changes the expense with given IDMongoExpenseRepository.changeExpense
(int id, BigDecimal newAmount) ExpenseService.get()
Gets the list of all the expenses saved by the userExpenseRepository.getExpense
(int id) Finds the expense with given idMongoExpenseRepository.getExpense
(int id) ExpenseRepository.getExpenses()
Finds all the expenses savedMongoExpenseRepository.getExpenses()
Methods in com.truebubo.maniflow.expense with parameters of type ExpenseModifier and TypeMethodDescriptionvoid
Saves the expensevoid
ExpenseViewCLI.addExpense
(Expense expense) Saves the expenseExpenseRepository.saveExpense
(Expense expense) Saves the expense to storageMongoExpenseRepository.saveExpense
(Expense expense)