Uses of Class
org.exoplatform.commons.api.settings.SettingValue

Packages that use SettingValue
org.exoplatform.commons.api.settings Provides the API for setting service. 
org.exoplatform.commons.api.settings.data Provides enum type and classes for key specifications in setting service. 
 

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)
          create setting value object of type Boolean
static SettingValue<Double> SettingValue.create(Double value)
          create setting value object of type Double
static SettingValue<Long> SettingValue.create(Long value)
          create setting value object of type Long
static SettingValue<String> SettingValue.create(String value)
          create setting value object of type String
 SettingValue<?> SettingService.get(Context context, Scope scope, String key)
          get values associated with the composite key (context,scope,key) in the database
 

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()
          get setting value of setting property associated to this setting data, return null in case of context at level Context and Scope
 

Methods in org.exoplatform.commons.api.settings.data with parameters of type SettingValue
 void SettingData.setSettingValue(SettingValue<?> settingValue)
          set setting value of setting property (SettingKey) associated to this setting data
 

Constructors in org.exoplatform.commons.api.settings.data with parameters of type SettingValue
SettingData(EventType eventType, SettingContext settingContext, SettingValue<?> settingValue)
          Create setting data with specified event type and setting property
 



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