Uses of Class
org.exoplatform.commons.api.settings.data.SettingData

Packages that use SettingData
org.exoplatform.commons.api.settings Provides the API for setting service, contains abstract class and interfaces for accessing and processing setting data stored in a data source and also dealing with synchronous notification of events during the reading and writing of setting properties. 
 

Uses of SettingData in org.exoplatform.commons.api.settings
 

Method parameters in org.exoplatform.commons.api.settings with type arguments of type SettingData
 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.