|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SettingService | |
|---|---|
| org.exoplatform.commons.api.settings | Provides the API for the Setting service. |
| Uses of SettingService in org.exoplatform.commons.api.settings |
|---|
| Method parameters in org.exoplatform.commons.api.settings with type arguments of type SettingService | |
|---|---|
void |
SettingListener.onEvent(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when the setting service dispatches an event. |
abstract void |
SettingListener.onRemoveContext(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when all setting properties in a context are removed. |
abstract void |
SettingListener.onRemoveKey(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when a setting property is removed with a specified composite key (context, scope, key). |
abstract void |
SettingListener.onRemoveScope(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when all setting properties in a scope are removed. |
abstract void |
SettingListener.onSet(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
Calls back a function when a new setting property is saved. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||