Index
All Classes and Interfaces|All Packages
U
- updateAccountBalance(Integer, BigDecimal) - Method in class com.dada.banking_project.controllers.impl.AdminController
-
This method handles the updating of the balance for a specific account.
- updateAccountBalance(Integer, BigDecimal) - Method in class com.dada.banking_project.services.impl.AdminService
- User - Class in com.dada.banking_project.models.Users
-
Entity class for representing a User in the database
- User() - Constructor for class com.dada.banking_project.models.Users.User
- UserController - Class in com.dada.banking_project.controllers.impl
-
RESTful API for User management
- UserController() - Constructor for class com.dada.banking_project.controllers.impl.UserController
- UserControllerInterface - Interface in com.dada.banking_project.controllers.interfaces
-
Interface for OldUserController.
- UserRepository - Interface in com.dada.banking_project.repositories
-
The UserRepository interface extends JpaRepository to allow for CRUD operations on User entities in the database.
- UserService - Class in com.dada.banking_project.services.impl
- UserService() - Constructor for class com.dada.banking_project.services.impl.UserService
- UserServiceInterface - Interface in com.dada.banking_project.services.interfaces
-
The UserServiceInterface is an interface that defines the methods that are available to perform operations on User entities.
All Classes and Interfaces|All Packages