Uses of Class
no.idata1002.group19.domain.entity.Transaction
-
Uses of Transaction in no.idata1002.group19.domain.repository
Modifier and TypeMethodDescriptionTransactionRepository.getExpensesByBudgetIdOrderByDateAsc
(int budgetId) Retrieves all expenses for a given budget, ordered by date in ascending order.TransactionRepository.getIncomesByBudgetIdOrderByDateAsc
(int budgetId) Retrieves all incomes for a given budget, ordered by date in ascending order. -
Uses of Transaction in no.idata1002.group19.web.api
Modifier and TypeMethodDescriptionTransactionController.getExpensesById
(String id) Retrieves a list of all transaction from the TransactionService and returns them as an HTTP response.TransactionController.getIncomesById
(String id) Retrieves a list of all incomes from a budget with the specified id from the TransactionService and returns them as an HTTP response.TransactionController.getTransactions()
Retrieves a list of all transaction from the TransactionService and returns them as an HTTP response.