A C D E F G H I L M R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- findAll() - Method in interface com.wilfredmorgan.api.services.RoleService
-
Returns a list of all the roles
- findAll() - Method in class com.wilfredmorgan.api.services.RoleServiceImpl
- findAll() - Method in interface com.wilfredmorgan.api.services.UserService
-
Returns a list of all the users
- findAll() - Method in class com.wilfredmorgan.api.services.UserServiceImpl
- findAllByLastName(String) - Method in interface com.wilfredmorgan.api.services.UserService
-
A list of users whose last name contains the given substring
- findAllByLastName(String) - Method in class com.wilfredmorgan.api.services.UserServiceImpl
- findByEmail(String) - Method in interface com.wilfredmorgan.api.services.UserService
-
Returns the user with the given email address
- findByEmail(String) - Method in class com.wilfredmorgan.api.services.UserServiceImpl
- findById(long) - Method in interface com.wilfredmorgan.api.services.UserService
-
Returns the user with the given primary key
- findById(long) - Method in class com.wilfredmorgan.api.services.UserServiceImpl
- findByLastnameContainingIgnoreCase(String) - Method in interface com.wilfredmorgan.api.repositories.UserRepository
-
Find all users whose last name contains a given case insensitive substring
- findByNameIgnoreCase(String) - Method in interface com.wilfredmorgan.api.repositories.RoleRepository
-
Find a role by name using case insensitive search
- findByPrimaryemailIgnoreCase(String) - Method in interface com.wilfredmorgan.api.repositories.UserRepository
-
Find a user by email address
- findByUsername(String) - Method in interface com.wilfredmorgan.api.services.UserService
-
Returns the user with the given username
- findByUsername(String) - Method in class com.wilfredmorgan.api.services.UserServiceImpl
- findByUsernameContainingIgnoreCase(String) - Method in interface com.wilfredmorgan.api.repositories.UserRepository
-
Find all users whose username contains a given case insensitive substring
- findByUsernameIgnoreCase(String) - Method in interface com.wilfredmorgan.api.repositories.UserRepository
-
Find a user by username
- findRoleById(long) - Method in interface com.wilfredmorgan.api.services.RoleService
-
Returns the role with the given primary key
- findRoleById(long) - Method in class com.wilfredmorgan.api.services.RoleServiceImpl
- findRoleByName(String) - Method in interface com.wilfredmorgan.api.services.RoleService
-
Returns the role with the given name
- findRoleByName(String) - Method in class com.wilfredmorgan.api.services.RoleServiceImpl
- findUsernamesContaining(String) - Method in interface com.wilfredmorgan.api.services.UserService
-
A list of users whose username contains the given substring
- findUsernamesContaining(String) - Method in class com.wilfredmorgan.api.services.UserServiceImpl
All Classes All Packages