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

Packages that use SettingValue
org.exoplatform.commons.api.settings Provides the API for the Setting service. 
org.exoplatform.commons.api.settings.data Provides enum types and classes for key specifications in the 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)
          Creates a setting value object of the Boolean type.
static SettingValue<Double> SettingValue.create(Double value)
          Creates a setting value object of the Double type.
static SettingValue<Long> SettingValue.create(Long value)
          Creates a setting value object of the Long type.
static SettingValue<String> SettingValue.create(String value)
          Creates a setting value object of the String type.
 SettingValue<?> SettingService.get(Context context, Scope scope, String key)
          Gets values associated with a specified 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)
          Sets a value with the key that 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()
          Gets a setting value of setting property associated with the setting data.
 

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

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



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.