Banking_System_Server  1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
Requests Directory Reference
Directory dependency graph for Requests:
Requests

Files

file  CreateNewUserRequest.h [code]
 This file contains the declaration of the CreateNewUserRequest class, which handles requests to create new users.
 
file  DeleteUserRequest.h [code]
 The DeleteUserRequest class handles the deletion of users.
 
file  GetAccountNumberRequest.h [code]
 This file contains the declaration of the GetAccountNumberRequest class, which handles requests to retrieve account numbers.
 
file  GetBalanceRequest.h [code]
 This file contains the declaration of the GetBalanceRequest class, which handles requests to retrieve account balances.
 
file  GetDatabaseRequest.h [code]
 This file contains the declaration of the GetDatabaseRequest class, which handles requests to retrieve the entire database.
 
file  GetTransactionsHistoryRequest.h [code]
 This file contains the declaration of the GetTransactionsHistoryRequest class, which handles requests to retrieve transaction history.
 
file  LoginRequest.h [code]
 This file contains the declaration of the LoginRequest class, which handles user login requests.
 
file  MakeTransactionRequest.h [code]
 This file contains the declaration of the MakeTransactionRequest class, which handles requests to make transactions between accounts.
 
file  Request.h [code]
 This file contains the declaration of the Request class, which is an abstract base class for handling different types of requests.
 
file  UpdateEmailRequest.h [code]
 This file contains the declaration of the UpdateEmailRequest class, which handles email update requests for users.
 
file  UpdatePasswordRequest.h [code]
 This file contains the declaration of the UpdatePasswordRequest class, which handles requests to update user passwords.
 
file  UpdateUserRequest.h [code]
 This file contains the declaration of the UpdateUserRequest class, which handles user update requests.
 
file  UserInitRequest.h [code]
 This file contains the declaration of the UserInitRequest class, which handles user initialization requests for User Widget and Admin Widget.