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

Packages that use Context
org.exoplatform.commons.api.settings   
org.exoplatform.commons.api.settings.data   
 

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

Methods in org.exoplatform.commons.api.settings with parameters of type Context
 SettingValue<?> SettingService.get(Context context, Scope scope, String key)
           
 void SettingService.remove(Context context)
           
 void SettingService.remove(Context context, Scope scope)
          remove all the value associated with the specified context and specified scope in the database.
 void SettingService.remove(Context context, Scope scope, String key)
          return the SettingValue to which the specified composite key is associated or null if the database don't contains the value for the composited key
 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 Context in org.exoplatform.commons.api.settings.data
 

Fields in org.exoplatform.commons.api.settings.data declared as Context
protected  Context SettingContext.context
           
 

Methods in org.exoplatform.commons.api.settings.data that return Context
 Context SettingContext.getContext()
           
 Context Context.id(String id)
           
static Context Context.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Context[] Context.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.exoplatform.commons.api.settings.data with parameters of type Context
static String Tools.buildContextPath(Context context)
           
static String Tools.buildFullPath(Context context, Scope scope, String key)
           
static String Tools.buildScopePath(Context context, Scope scope)
           
 

Constructors in org.exoplatform.commons.api.settings.data with parameters of type Context
SettingContext(Context context)
           
SettingKey(Context context, Scope scope, String key)
           
SettingScope(Context context, Scope scope)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.