A C D E F G H I L M R S T U V 
All Classes All Packages

U

update(Role, long) - Method in interface com.wilfredmorgan.api.services.RoleService
Updates the provided fields in the role record referenced by the primary key
update(Role, long) - Method in class com.wilfredmorgan.api.services.RoleServiceImpl
 
update(User, long) - Method in interface com.wilfredmorgan.api.services.UserService
Updates the provided fields in the user record referenced by the primary key
update(User, long) - Method in class com.wilfredmorgan.api.services.UserServiceImpl
 
updateRole(Role, long) - Method in class com.wilfredmorgan.api.controllers.RoleController
The process allows you to update a role name only!
Example: http://localhost:2019/roles/role/1
updateRoleName(String, long, String) - Method in interface com.wilfredmorgan.api.repositories.RoleRepository
Updates the role name based on the given role id
updateUser(User, long) - Method in class com.wilfredmorgan.api.controllers.UserController
Updates the user record associated with the given id with the provided data.
User - Class in com.wilfredmorgan.api.models
The entity allowing interaction with the users table.
User() - Constructor for class com.wilfredmorgan.api.models.User
Default constructor required by JPA
User(String, String, String, String, String) - Constructor for class com.wilfredmorgan.api.models.User
Given the parameters, create a new user object
UserAuditing - Class in com.wilfredmorgan.api.services
Identify current user for auditing database record manipulation
UserAuditing() - Constructor for class com.wilfredmorgan.api.services.UserAuditing
 
UserController - Class in com.wilfredmorgan.api.controllers
The entry point for clients to access user data
UserController() - Constructor for class com.wilfredmorgan.api.controllers.UserController
 
UserRepository - Interface in com.wilfredmorgan.api.repositories
CRUD repository connecting User model to the rest of the application
UserRoles - Class in com.wilfredmorgan.api.models
The entity allowing interaction with the userroles table.
UserRoles() - Constructor for class com.wilfredmorgan.api.models.UserRoles
Default constructor used primarily by the JPA.
UserRoles(User, Role) - Constructor for class com.wilfredmorgan.api.models.UserRoles
Given the params, create a new user role combination object
UserRolesId - Class in com.wilfredmorgan.api.models
Class to represent the complex primary key for UserRoles
UserRolesId() - Constructor for class com.wilfredmorgan.api.models.UserRolesId
Default constructor required by JPA
UserService - Interface in com.wilfredmorgan.api.services
The service that works with the User model
UserServiceImpl - Class in com.wilfredmorgan.api.services
Implements UserService interface
UserServiceImpl() - Constructor for class com.wilfredmorgan.api.services.UserServiceImpl
 
A C D E F G H I L M R S T U V 
All Classes All Packages