Uses of Class
com.bank.payment.models.AccountModel
Packages that use AccountModel
Package
Description
-
Uses of AccountModel in com.bank.payment.dtos
Methods in com.bank.payment.dtos that return AccountModel -
Uses of AccountModel in com.bank.payment.repository
Methods in com.bank.payment.repository that return types with arguments of type AccountModelModifier and TypeMethodDescriptionAccountRepository.findByPixKey
(String pixKey) Finds an account by its Pix table that associated pix key. -
Uses of AccountModel in com.bank.payment.services
Methods in com.bank.payment.services that return AccountModelModifier and TypeMethodDescriptionAccountService.save
(AccountModel accountModel) Saves an AccountModel to the database.AccountService.updateBalanceReceive
(AccountModel accountModel) Updates the balance of the account receiving a payment.AccountService.updateBalanceSender
(AccountModel accountModel) Updates the balance of the account sending a payment.Methods in com.bank.payment.services that return types with arguments of type AccountModelModifier and TypeMethodDescriptionFinds an AccountModel by its ID.AccountService.findByPixKey
(String pixKey) Finds an AccountModel by its Pix key.Methods in com.bank.payment.services with parameters of type AccountModelModifier and TypeMethodDescriptionAccountService.save
(AccountModel accountModel) Saves an AccountModel to the database.AccountService.updateBalanceReceive
(AccountModel accountModel) Updates the balance of the account receiving a payment.AccountService.updateBalanceSender
(AccountModel accountModel) Updates the balance of the account sending a payment. -
Uses of AccountModel in com.bank.payment.services.impl
Methods in com.bank.payment.services.impl that return AccountModelModifier and TypeMethodDescriptionAccountServiceImp.save
(AccountModel accountModel) AccountServiceImp.updateBalanceReceive
(AccountModel accountModel) AccountServiceImp.updateBalanceSender
(AccountModel accountModel) Methods in com.bank.payment.services.impl that return types with arguments of type AccountModelMethods in com.bank.payment.services.impl with parameters of type AccountModelModifier and TypeMethodDescriptionAccountServiceImp.save
(AccountModel accountModel) AccountServiceImp.updateBalanceReceive
(AccountModel accountModel) AccountServiceImp.updateBalanceSender
(AccountModel accountModel)