Uses of Class
org.exoplatform.commons.api.settings.SettingValue
Packages that use SettingValue
Package
Description
Provides the API for the Setting service.
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 SettingValueModifier and TypeMethodDescriptionstatic SettingValue<Boolean> Creates a setting value object of the Boolean type.static SettingValue<Double> Creates a setting value object of the Double type.static SettingValue<Long> Creates a setting value object of the Long type.static SettingValue<String> Creates a setting value object of the String type.SettingValue<?> Gets values associated with a specified composite key (context, scope, key) in the database.Methods in org.exoplatform.commons.api.settings that return types with arguments of type SettingValueModifier and TypeMethodDescriptionSettingService.getSettingsByContext(Context context) Get settings related to a scope and a contextSettingService.getSettingsByContextAndScope(String contextType, String contextName, String scopeType, String scopeName) Get a list of settings that belongs to the context and scopeMethods in org.exoplatform.commons.api.settings with parameters of type SettingValueModifier and TypeMethodDescriptionvoidSettingService.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 SettingValueModifier and TypeMethodDescriptionSettingValue<?> 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 SettingValueModifier and TypeMethodDescriptionvoidSettingData.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 SettingValueModifierConstructorDescriptionSettingData(EventType eventType, SettingContext settingContext, SettingValue<?> settingValue) Creates the setting data with the specified event type and setting properties.