Index
All Classes and Interfaces|All Packages
G
- getAccountDetails() - Method in class com.atmbanksimulator.Controller
-
Retrieves the account details from
UIModel. - getAccountDetails() - Method in class com.atmbanksimulator.UIModel
-
Returns the account details retrieved during processSettings().
- getAccountDetails(String) - Method in class com.atmbanksimulator.Bank
-
Retrieves all account and customer details for the given account number.
- getAccountDetails(String) - Method in class com.atmbanksimulator.SQLite
-
Retrieves all account and personal details for the given account number by joining the Customer, AccountDetails, and TransactionHistory tables.
- getAccPasswd() - Method in class com.atmbanksimulator.BankAccount
-
Returns the PIN/password associated with this account.
- getBalance() - Method in class com.atmbanksimulator.Bank
-
Returns the current balance of the logged in account.
- getBalance() - Method in class com.atmbanksimulator.BankAccount
-
Returns the current in memory balance for this account.
- getBalance(String) - Method in class com.atmbanksimulator.SQLite
-
Retrieves the current balance for the given account number.
- getName(String) - Method in class com.atmbanksimulator.Bank
-
Retrieves the full name of the customer associated with the given account number.
- getName(String) - Method in class com.atmbanksimulator.SQLite
-
Retrieves the full name of the customer linked to the given account number, formed by joining the Customer and AccountDetails tables.
- getPasswd(String) - Method in class com.atmbanksimulator.SQLite
-
Retrieves the stored PIN for the given account number.
- getTransactionHistory() - Method in class com.atmbanksimulator.Controller
-
Retrieves the transaction history from
UIModel. - getTransactionHistory() - Method in class com.atmbanksimulator.UIModel
-
Returns the transaction history retrieved during processTransaction().
- getTransactionHistory(String) - Method in class com.atmbanksimulator.Bank
-
Retrieves the full transaction history for the given account number.
- getTransactionHistory(String) - Method in class com.atmbanksimulator.SQLite
-
Retrieves the full transaction history for the given account number, ordered by most recent first.
- getWithdrawalLimit(String) - Method in class com.atmbanksimulator.Bank
-
Retrieves the one-time withdrawal limit for the given account.
- getWithdrawalLimit(String) - Method in class com.atmbanksimulator.SQLite
-
Retrieves the current one-time withdrawal limit for the given account number.
All Classes and Interfaces|All Packages