Uses of Record Class
com.truebubo.maniflow.debt.Debt
Packages that use Debt
-
Uses of Debt in com.truebubo.maniflow.debt
Methods in com.truebubo.maniflow.debt that return DebtModifier and TypeMethodDescriptionSaves the debt to storageMethods in com.truebubo.maniflow.debt that return types with arguments of type DebtModifier and TypeMethodDescriptionDebtRepository.changeDebt
(int id, BigDecimal newAmount) Changes the debt with given idMongoDebtRepository.changeDebt
(int id, BigDecimal newAmount) DebtRepository.getDebt
(int id) Finds the debt with given idMongoDebtRepository.getDebt
(int id) DebtRepository.getDebts()
Finds all the current debtDebtService.getDebts()
Gets the list of all the debts saved by the userMongoDebtRepository.getDebts()
Methods in com.truebubo.maniflow.debt with parameters of type Debt