Uses of Class
com.dada.banking_project.models.Users.AccountHolder
Package
Description
-
Uses of AccountHolder in com.dada.banking_project.controllers.impl
Modifier and TypeMethodDescriptionAccountHolderController.addAccountHolder
(AccountHolder accountHolder) Adds a new AccountHolder to the database.Modifier and TypeMethodDescriptionAccountHolderController.findAllAccountHolder()
Retrieves a list of all AccountHolder entities in the database.Modifier and TypeMethodDescriptionAccountHolderController.addAccountHolder
(AccountHolder accountHolder) Adds a new AccountHolder to the database. -
Uses of AccountHolder in com.dada.banking_project.models.Accounts
ModifierConstructorDescriptionAccount
(String primaryOwner, AccountHolder accountHolder) Account
(BigDecimal balance, String primaryOwner, String status, AccountHolder accountHolder) Account
(BigDecimal balance, String primaryOwner, String secondaryOwner, String status, AccountHolder accountHolder) CheckingAccount
(String secondaryOwner, String primaryOwner, AccountHolder accountHolder) This constructor creates a new CheckingAccount object with the given primary owner, secondary owner, and account holder.CheckingAccount
(BigDecimal balance, String primaryOwner, String secondaryOwner, String status, AccountHolder accountHolder) This class represents a checking account, a type of bank account that typically allows for frequent deposits and withdrawals.CreditCardAccount
(BigDecimal balance, String primaryOwner, String secondaryOwner, String status, AccountHolder accountHolder) SavingAccount
(BigDecimal balance, String primaryOwner, String secondaryOwner, String status, AccountHolder accountHolder) StudentCheckingAccount
(BigDecimal balance, String primaryOwner, String secondaryOwner, String status, AccountHolder accountHolder) -
Uses of AccountHolder in com.dada.banking_project.services.impl
Modifier and TypeMethodDescriptionAccountHolderService.addAccountHolder
(AccountHolder accountHolder) Modifier and TypeMethodDescriptionAccountHolderService.addAccountHolder
(AccountHolder accountHolder)