Uses of Class
org.opencastproject.adminui.usersettings.persistence.UserSettingsServiceException
Packages that use UserSettingsServiceException
-
Uses of UserSettingsServiceException in org.opencastproject.adminui.usersettings
Methods in org.opencastproject.adminui.usersettings that throw UserSettingsServiceExceptionModifier and TypeMethodDescriptionUserSettingsService.addUserSetting(String key, String value) Create a new user setting key value pair.voidUserSettingsService.deleteUserSetting(long id) Delete a user setting by using a unique id to find it.UserSettingsService.findUserSettings(int limit, int offset) Finds the user settings for the current user.UserSettingsService.updateUserSetting(long id, String key, String value) Update a user setting that currently exists using its unique id to find it.UserSettingsService.updateUserSetting(String key, String value, String oldValue) Update a user setting that currently exists using its key to find it.