|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SettingValue | |
|---|---|
| org.exoplatform.commons.api.settings | |
| org.exoplatform.commons.api.settings.data | |
| Uses of SettingValue in org.exoplatform.commons.api.settings |
|---|
| Methods in org.exoplatform.commons.api.settings that return SettingValue | |
|---|---|
static SettingValue<Boolean> |
SettingValue.create(Boolean value)
|
static SettingValue<Double> |
SettingValue.create(Double value)
|
static SettingValue<Long> |
SettingValue.create(Long value)
|
static SettingValue<String> |
SettingValue.create(String value)
|
SettingValue<?> |
SettingService.get(Context context,
Scope scope,
String key)
|
| Methods in org.exoplatform.commons.api.settings with parameters of type SettingValue | |
|---|---|
void |
SettingService.set(Context context,
Scope scope,
String key,
SettingValue<?> value)
set the specified value with the key which is composed by context, scope, key. |
| Uses of SettingValue in org.exoplatform.commons.api.settings.data |
|---|
| Methods in org.exoplatform.commons.api.settings.data that return SettingValue | |
|---|---|
SettingValue<?> |
SettingData.getSettingValue()
|
| Methods in org.exoplatform.commons.api.settings.data with parameters of type SettingValue | |
|---|---|
void |
SettingData.setSettingValue(SettingValue<?> settingValue)
|
| Constructors in org.exoplatform.commons.api.settings.data with parameters of type SettingValue | |
|---|---|
SettingData(EventType eventType,
SettingContext settingContext,
SettingValue<?> settingValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||