Uses of Class
org.eblocker.server.common.data.UserModule
Packages that use UserModule
-
Uses of UserModule in org.eblocker.server.http.controller.converter
Methods in org.eblocker.server.http.controller.converter with parameters of type UserModuleModifier and TypeMethodDescriptionstatic UserModuleTransportUserModuleConverter.getUserModuleTransport(UserModule user) -
Uses of UserModule in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return UserModuleModifier and TypeMethodDescriptionUserService.createDefaultSystemUser(String name) UserService.createUser(Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, String newPin) UserService.getUserById(int id) UserService.restoreDefaultSystemUser(String name) UserService.restoreDefaultSystemUser(String name, int userId) UserService.updateUser(Integer id, Integer customBlacklistId, Integer customWhitelistId) UserService.updateUser(Integer id, Integer associatedProfileId, String name, String nameKey, java.time.LocalDate birthday, UserRole userRole, String newPin) UserService.updateUser(Integer id, Map<String, WhiteListConfig> whiteListConfigMap) UserService.updateUser(Integer id, DashboardColumnsView columns) UserService.updateUserDashboardView(Integer id) Methods in org.eblocker.server.http.service that return types with arguments of type UserModuleMethods in org.eblocker.server.http.service with parameters of type UserModuleModifier and TypeMethodDescriptionParentalControlUsageService.getUsageAccount(UserModule user) voidUserService.UserChangeListener.onChange(UserModule user)