Uses of Enum Class
web.sportflow.user.Role
Packages that use Role
-
Uses of Role in web.sportflow.admin
Methods in web.sportflow.admin with parameters of type RoleModifier and TypeMethodDescriptionAdminController.createUser(String firstname, String lastname, String email, String password, Role role, Double weight, Double height, Sex sex, PracticeLevel level, LocalDate birthDate, String profileImagePath, List<Long> sportIds, List<Long> badgeIds, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) AdminController.updateUser(Long userId, String firstname, String lastname, String email, String password, Role role, Double weight, Double height, Sex sex, PracticeLevel level, LocalDate birthDate, String profileImagePath, List<Long> sportIds, List<Long> badgeIds, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) -
Uses of Role in web.sportflow.user
Methods in web.sportflow.user that return RoleModifier and TypeMethodDescriptionUser.getRole()static RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in web.sportflow.user with parameters of type Role