Uses of Enum Class
org.eblocker.server.common.data.UserRole
Packages that use UserRole
Package
Description
-
Uses of UserRole in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return UserRoleModifier and TypeMethodDescriptionUserModule.getUserRole()UserModuleOld.getUserRole()Deprecated.UserModuleTransport.getUserRole()static UserRoleReturns the enum constant of this class with the specified name.static UserRole[]UserRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eblocker.server.common.data with parameters of type UserRoleModifier and TypeMethodDescriptionvoidUserModule.setUserRole(UserRole userRole) voidUserModuleOld.setUserRole(UserRole userRole) Deprecated.voidUserModuleTransport.setUserRole(UserRole userRole) Constructors in org.eblocker.server.common.data with parameters of type UserRoleModifierConstructorDescriptionUserModule(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, boolean system, byte[] pin, Map<String, WhiteListConfig> whiteListConfigByDomains, DashboardColumnsView dashboardColumnsView, Integer customBlacklistId, Integer customWhitelistId) UserModuleOld(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, boolean system, byte[] pin, Map<String, WhiteListConfig> whiteListConfigByDomains, List<DashboardCard> dashboardCards, Integer customBlacklistId, Integer customWhitelistId) Deprecated.UserModuleTransport(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, boolean system, boolean containsPin, String oldPin, String newPin) -
Uses of UserRole in org.eblocker.server.common.data.dashboard
Methods in org.eblocker.server.common.data.dashboard that return types with arguments of type UserRoleConstructor parameters in org.eblocker.server.common.data.dashboard with type arguments of type UserRoleModifierConstructorDescriptionParentalControlCard(int id, String name, String requiredFeature, List<UserRole> requiredUserRoles, List<AccessRight> requiredAccessRights, int referencingUserId) UiCard(int id, String name, String requiredFeature, List<UserRole> requiredUserRoles, List<AccessRight> requiredAccessRights) -
Uses of UserRole in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service with parameters of type UserRoleModifier and TypeMethodDescriptionUserService.createUser(Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, String newPin) DashboardCardService.getNewDashboardCardColumns(UserRole userRole) DashboardCardService.getUpdatedColumnsView(DashboardColumnsView columns, UserRole userRole, List<AccessRight> accessRights) This method finds all cards that are either valid for a user and are not yet included in the user's DashboardColumnsView or that are still in the user's DashboardColumnsView, but are no longer valid for that user.UserService.updateUser(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, String newPin)