Uses of Enum Class
org.eblocker.server.common.data.UserProfileModule.InternetAccessRestrictionMode
Packages that use UserProfileModule.InternetAccessRestrictionMode
-
Uses of UserProfileModule.InternetAccessRestrictionMode in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return UserProfileModule.InternetAccessRestrictionModeModifier and TypeMethodDescriptionUserProfileModule.getInternetAccessRestrictionMode()Returns the enum constant of this class with the specified name.UserProfileModule.InternetAccessRestrictionMode.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 UserProfileModule.InternetAccessRestrictionModeModifier and TypeMethodDescriptionvoidUserProfileModule.setInternetAccessRestrictionMode(UserProfileModule.InternetAccessRestrictionMode internetAccessRestrictionMode) Constructors in org.eblocker.server.common.data with parameters of type UserProfileModule.InternetAccessRestrictionModeModifierConstructorDescriptionUserProfileModule(Integer id, String name, String description, String nameKey, String descriptionKey, Boolean standard, Boolean hidden, Set<Integer> accessibleSitesPackages, Set<Integer> inaccessibleSitesPackages, UserProfileModule.InternetAccessRestrictionMode internetAccessRestrictionMode, Set<InternetAccessContingent> internetAccessContingents, Map<java.time.DayOfWeek, Integer> maxUsageTimeByDay, Boolean isParentalControlSettingValidated, Boolean internetBlocked, BonusTimeUsage bonusTimeUsage)