Uses of Class
com.dada.banking_project.models.Users.User
Packages that use User
Package
Description
-
Uses of User in com.dada.banking_project.controllers.impl
Methods in com.dada.banking_project.controllers.impl that return types with arguments of type UserMethods in com.dada.banking_project.controllers.impl with parameters of type User -
Uses of User in com.dada.banking_project.controllers.interfaces
Methods in com.dada.banking_project.controllers.interfaces that return UserModifier and TypeMethodDescriptionSaves a new userMethods in com.dada.banking_project.controllers.interfaces that return types with arguments of type UserModifier and TypeMethodDescriptionUserControllerInterface.getUsers()
Retrieves a list of all usersMethods in com.dada.banking_project.controllers.interfaces with parameters of type User -
Uses of User in com.dada.banking_project.models.Users
Subclasses of User in com.dada.banking_project.models.UsersModifier and TypeClassDescriptionclass
This class represents an account holder, a type of user that can own multiple bank accounts.class
This class represents an administrator, a type of user with elevated privileges.class
ThirdParty class represents a third-party user who can initiate transactions on behalf of an account holder -
Uses of User in com.dada.banking_project.repositories
Methods in com.dada.banking_project.repositories that return UserModifier and TypeMethodDescriptionUserRepository.findByUsername
(String username) Method to find a User entity by its username field -
Uses of User in com.dada.banking_project.services.impl
Methods in com.dada.banking_project.services.impl that return UserModifier and TypeMethodDescriptionRetrieves the user with the given usernameSaves a new user to the databaseMethods in com.dada.banking_project.services.impl that return types with arguments of type UserMethods in com.dada.banking_project.services.impl with parameters of type User -
Uses of User in com.dada.banking_project.services.interfaces
Methods in com.dada.banking_project.services.interfaces that return UserModifier and TypeMethodDescriptionThis method is used to retrieve a User from the database by its username.This method is used to save a User entity to the database.Methods in com.dada.banking_project.services.interfaces that return types with arguments of type UserModifier and TypeMethodDescriptionUserServiceInterface.getUsers()
This method is used to retrieve all User entities from the database.Methods in com.dada.banking_project.services.interfaces with parameters of type User