|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scope | |
|---|---|
| org.exoplatform.commons.api.settings | |
| org.exoplatform.commons.api.settings.data | |
| Uses of Scope in org.exoplatform.commons.api.settings |
|---|
| Methods in org.exoplatform.commons.api.settings with parameters of type Scope | |
|---|---|
SettingValue<?> |
SettingService.get(Context context,
Scope scope,
String key)
|
void |
SettingService.remove(Context context,
Scope scope)
remove all the value associated with the specified context and specified scope in the database. |
void |
SettingService.remove(Context context,
Scope scope,
String key)
return the SettingValue to which the specified composite key is associated or null if the database don't contains the value for the composited key |
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 Scope in org.exoplatform.commons.api.settings.data |
|---|
| Fields in org.exoplatform.commons.api.settings.data declared as Scope | |
|---|---|
protected Scope |
SettingScope.scope
|
| Methods in org.exoplatform.commons.api.settings.data that return Scope | |
|---|---|
Scope |
SettingScope.getScope()
|
Scope |
Scope.id(String id)
|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.exoplatform.commons.api.settings.data with parameters of type Scope | |
|---|---|
static String |
Tools.buildFullPath(Context context,
Scope scope,
String key)
|
static String |
Tools.buildScopePath(Context context,
Scope scope)
|
| Constructors in org.exoplatform.commons.api.settings.data with parameters of type Scope | |
|---|---|
SettingKey(Context context,
Scope scope,
String key)
|
|
SettingScope(Context context,
Scope scope)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||