Uses of Interface
org.exoplatform.commons.api.settings.SettingService

Packages that use SettingService
org.exoplatform.commons.api.settings Provides the API for 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)
          Callback function when the setting service dispatches an event
abstract  void SettingListener.onRemoveContext(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
          Callback function when all setting properties in a context are removed
abstract  void SettingListener.onRemoveKey(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
          Callback 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)
          Callback function when all setting properties in a scope are removed
abstract  void SettingListener.onSet(org.exoplatform.services.listener.Event<SettingService,SettingData> event)
          Callback function when a new setting property is saved.
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.