Index

A B C D E F G L M N R S T U 
All Classes and Interfaces|All Packages

G

getAccountBalance(Integer) - Method in class com.dada.banking_project.controllers.impl.AdminController
This method handles the retrieval of the balance for a specific account.
getAccountBalance(Integer) - Method in class com.dada.banking_project.services.impl.AdminService
 
getAge() - Method in class com.dada.banking_project.models.Users.AccountHolder
 
getBalance() - Method in class com.dada.banking_project.dtos.CreditCardDTO
Returns the balance of the credit card.
getCity() - Method in class com.dada.banking_project.models.Address
 
getCreditLimit() - Method in class com.dada.banking_project.dtos.CreditCardDTO
Returns the credit limit of the credit card.
getCreditLimit() - Method in class com.dada.banking_project.models.Accounts.CreditCardAccount
Get the credit limit for this CreditCard account.
getId() - Method in class com.dada.banking_project.dtos.CreditCardDTO
Returns the id of the credit card.
getInterestRate() - Method in class com.dada.banking_project.dtos.CreditCardDTO
Returns the interest rate of the credit card.
getInterestRate() - Method in class com.dada.banking_project.models.Accounts.CreditCardAccount
Get the interest rate for this CreditCard account.
getInterestRate() - Method in class com.dada.banking_project.models.Accounts.SavingAccount
 
getMinimumBalance() - Method in class com.dada.banking_project.models.Accounts.SavingAccount
 
getPrimaryOwner() - Method in class com.dada.banking_project.dtos.CreditCardDTO
Returns the primary owner of the credit card.
getSecondaryOwner() - Method in class com.dada.banking_project.dtos.CreditCardDTO
Returns the secondary owner of the credit card.
getState() - Method in class com.dada.banking_project.models.Address
 
getStatus() - Method in class com.dada.banking_project.dtos.CreditCardDTO
Returns the status of the credit card.
getStreet() - Method in class com.dada.banking_project.models.Address
 
getUser(String) - Method in class com.dada.banking_project.services.impl.UserService
Retrieves the user with the given username
getUser(String) - Method in interface com.dada.banking_project.services.interfaces.UserServiceInterface
This method is used to retrieve a User from the database by its username.
getUsers() - Method in class com.dada.banking_project.controllers.impl.UserController
Get a list of all users
getUsers() - Method in interface com.dada.banking_project.controllers.interfaces.UserControllerInterface
Retrieves a list of all users
getUsers() - Method in class com.dada.banking_project.services.impl.UserService
Retrieves all users from the database
getUsers() - Method in interface com.dada.banking_project.services.interfaces.UserServiceInterface
This method is used to retrieve all User entities from the database.
getZipCode() - Method in class com.dada.banking_project.models.Address
 
A B C D E F G L M N R S T U 
All Classes and Interfaces|All Packages