Package | Description |
---|---|
com.suncode.pwfl.administration.user |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie użytkownikami i grupami użytkowników.
|
Modifier and Type | Method and Description |
---|---|
static UserSettingsService.UserSetting |
UserSettingsService.UserSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSettingsService.UserSetting[] |
UserSettingsService.UserSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSettingsService.deleteUserSetting(String username,
UserSettingsService.UserSetting setting)
Usuwa podane ustawienie użytkownika
|
String |
UserSettingsService.getSetting(String username,
UserSettingsService.UserSetting setting)
Pobiera wartość podanego ustawienia użytkownika.
|
void |
UserSettingsService.setUserSetting(String username,
UserSettingsService.UserSetting setting,
String value)
Dodaje podane ustawienie dla podanego użytkownika.
|
Copyright © 2019 Suncode. All rights reserved.