- get(String) - Method in interface org.uberfire.preferences.shared.bean.BasePreferencePortable
-
Returns a property value by its name.
- get(String) - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockPortableGeneratedImpl
-
- get() - Method in interface org.uberfire.preferences.shared.impl.DefaultPreferenceScopeTypes.DefaultKey
-
- get(PreferenceScope, String) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a preference value from a specific scope.
- get(PreferenceScope, String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a preference value from a specific scope.
- get(PreferenceScopeResolutionStrategyInfo, String) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a preference value from the first scope of the scopeResolutionStrategy order that
has the preference defined.
- get(PreferenceScopeResolutionStrategyInfo, String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a preference value from the first scope of the scopeResolutionStrategy order that
has the preference defined.
- get(String) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a preference value from the first scope of the default scope resolution strategy order that
has the preference defined.
- get(String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a preference value from the first scope of the default scope resolution strategy order that
has the preference defined.
- getBundleKey() - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- getBundleKey() - Method in class org.uberfire.preferences.shared.bean.PreferenceRootElement
-
- getBundleKeyByProperty() - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- getCategory() - Method in class org.uberfire.preferences.shared.bean.PreferenceRootElement
-
- getChildren() - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- getDefaultKeyFor(String) - Method in class org.uberfire.preferences.shared.impl.DefaultPreferenceScopeTypes
-
- getDefaultKeyFor(String) - Method in interface org.uberfire.preferences.shared.PreferenceScopeTypes
-
Returns the default key for a type.
- getDefaultScope(List<PreferenceScope>) - Method in class org.uberfire.preferences.shared.impl.DefaultPreferenceScopeResolutionStrategy
-
- getDefaultScopeResolutionStrategyInfo() - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Provides a portable instance that has the scope resolution strategy order and the default scope
for preference persistence.
- getDefaultScopeResolver() - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Provides a portable instance that resolves scopes in the default scope resolution strategy order.
- getFormOptionsByProperty() - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- getHelpBundleKeyByProperty() - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- getIconCss() - Method in class org.uberfire.preferences.shared.bean.PreferenceRootElement
-
- getId() - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- getIdentifier() - Method in class org.uberfire.preferences.shared.bean.PreferenceRootElement
-
- getInfo() - Method in class org.uberfire.preferences.shared.impl.DefaultPreferenceScopeResolutionStrategy
-
- getInfo() - Method in interface org.uberfire.preferences.shared.PreferenceScopeResolutionStrategy
-
Defines the order of scopes that will be used when a preference value is searched, as well
the scope where a preference will be persisted if none is provided.
- getMessagesBundleKeys() - Method in class org.uberfire.preferences.shared.impl.validation.ValidationResult
-
- getPojoClass() - Method in interface org.uberfire.preferences.shared.bean.BasePreferencePortable
-
Returns the preference bean class.
- getPojoClass() - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockPortableGeneratedImpl
-
- getPortablePreference() - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- getPropertiesTypes() - Method in interface org.uberfire.preferences.shared.bean.BasePreferencePortable
-
Returns the form types of all simple (non-preference) properties by their field name.
- getPropertiesTypes() - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockPortableGeneratedImpl
-
- getPropertiesValidators() - Method in interface org.uberfire.preferences.shared.bean.BasePreferencePortable
-
- getPropertiesValidators() - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockPortableGeneratedImpl
-
- getPropertyType(String) - Method in interface org.uberfire.preferences.shared.bean.BasePreferencePortable
-
Returns the form type of a specific simple (non-preference) property by its field name.
- getPropertyValidators(String) - Method in interface org.uberfire.preferences.shared.bean.BasePreferencePortable
-
- getScope() - Method in class org.uberfire.preferences.shared.impl.PreferenceScopedValue
-
- getScoped(PreferenceScopeResolutionStrategyInfo, String) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a scoped preference value from the first scope of the scopeResolutionStrategy order that
has the preference defined.
- getScoped(PreferenceScopeResolutionStrategyInfo, String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a scoped preference value from the first scope of the scopeResolutionStrategy order that
has the preference defined.
- getScoped(String) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a preference value from the first scope of the default scope resolution strategy order that
has the preference defined.
- getScoped(String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves a preference value from the first scope of the default scope resolution strategy order that
has the preference defined.
- getScopeResolver() - Method in class org.uberfire.preferences.shared.impl.DefaultPreferenceScopeResolutionStrategy
-
- getScopeResolver() - Method in interface org.uberfire.preferences.shared.PreferenceScopeResolutionStrategy
-
Returns a scope resolver for this scope resolution strategy.
- getValue() - Method in class org.uberfire.preferences.shared.impl.PreferenceScopedValue
-
- parents() - Method in interface org.uberfire.preferences.shared.bean.BasePreferencePortable
-
The preferences which will have this preference as their child.
- parents() - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockPortableGeneratedImpl
-
- parseString(Object) - Static method in class org.uberfire.preferences.shared.impl.validation.EnumValuePropertyValidator
-
- PortablePreference - Annotation Type in org.uberfire.preferences.shared.annotations
-
Annotation used to qualify generated portable implementations of preference beans.
- PortablePreferenceMock - Class in org.uberfire.preferences.shared.bean.mock
-
Created to be used in tests, and to avoid Errai errors due to unimplemented
interfaces used in portable classes.
- PortablePreferenceMock() - Constructor for class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMock
-
- PortablePreferenceMockBeanGeneratedImpl - Class in org.uberfire.preferences.shared.bean.mock
-
- PortablePreferenceMockBeanGeneratedImpl(PreferenceBeanStore) - Constructor for class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockBeanGeneratedImpl
-
- PortablePreferenceMockPortableGeneratedImpl - Class in org.uberfire.preferences.shared.bean.mock
-
Created to be used in tests, and to avoid Errai errors due to unimplemented
interfaces used in portable classes.
- PortablePreferenceMockPortableGeneratedImpl() - Constructor for class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockPortableGeneratedImpl
-
- PortablePreferenceMockPortableGeneratedImpl(String) - Constructor for class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockPortableGeneratedImpl
-
- Preference - Interface in org.uberfire.preferences.shared.bean
-
Represents a preference class, generated or provided.
- PreferenceBeanServerStore - Interface in org.uberfire.preferences.shared.bean
-
Service to manage preference beans.
- PreferenceBeanStore - Interface in org.uberfire.preferences.shared.bean
-
Service to manage preference beans, with server-side and client-side implementations.
- PreferenceHierarchyElement<T> - Class in org.uberfire.preferences.shared.bean
-
Holds all preference information necessary to build a hierarchic interface for preferences.
- PreferenceHierarchyElement() - Constructor for class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- PreferenceHierarchyElement(String, BasePreferencePortable<T>, boolean, boolean, String) - Constructor for class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- PreferenceHierarchyElement(String, BasePreferencePortable<T>, List<PreferenceHierarchyElement<?>>, boolean, boolean, String, Map<String, String>, Map<String, String>, Map<String, PropertyFormOptions[]>) - Constructor for class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- PreferenceRootElement - Class in org.uberfire.preferences.shared.bean
-
- PreferenceRootElement() - Constructor for class org.uberfire.preferences.shared.bean.PreferenceRootElement
-
- PreferenceRootElement(String, String, String, String) - Constructor for class org.uberfire.preferences.shared.bean.PreferenceRootElement
-
- PreferenceScope - Interface in org.uberfire.preferences.shared
-
The pair (type, key) represents a unique preference scope, which groups a set of preferences
and its values.
- PreferenceScopedValue<T> - Class in org.uberfire.preferences.shared.impl
-
Represents a preference value and its scope.
- PreferenceScopedValue(T, PreferenceScope) - Constructor for class org.uberfire.preferences.shared.impl.PreferenceScopedValue
-
- PreferenceScopeFactory - Interface in org.uberfire.preferences.shared
-
Builder for new preference scope creation.
- PreferenceScopeFactoryImpl - Class in org.uberfire.preferences.shared.impl
-
- PreferenceScopeFactoryImpl() - Constructor for class org.uberfire.preferences.shared.impl.PreferenceScopeFactoryImpl
-
- PreferenceScopeFactoryImpl(PreferenceScopeTypes) - Constructor for class org.uberfire.preferences.shared.impl.PreferenceScopeFactoryImpl
-
- PreferenceScopeImpl - Class in org.uberfire.preferences.shared.impl
-
Default portable implementation for a preference scope, containing a type (required), a key (required)
and a child scope (optional).
- PreferenceScopeImpl(String, String, PreferenceScope) - Constructor for class org.uberfire.preferences.shared.impl.PreferenceScopeImpl
-
- PreferenceScopeResolutionStrategy - Interface in org.uberfire.preferences.shared
-
Defines the hierarchy used to resolve a preference value.
- PreferenceScopeResolutionStrategyInfo - Class in org.uberfire.preferences.shared.impl
-
Holds all necessary information to the scope resolution strategy.
- PreferenceScopeResolutionStrategyInfo(List<PreferenceScope>, PreferenceScope) - Constructor for class org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo
-
- PreferenceScopeResolver - Interface in org.uberfire.preferences.shared
-
Provides a way to obtain scopes related to a scope resolution order.
- PreferenceScopeTypes - Interface in org.uberfire.preferences.shared
-
Defines which scopes are supported by the preference API.
- PreferenceScopeTypesProducer - Class in org.uberfire.preferences.shared.impl
-
- PreferenceScopeTypesProducer() - Constructor for class org.uberfire.preferences.shared.impl.PreferenceScopeTypesProducer
-
- preferenceScopeTypesProducer() - Method in class org.uberfire.preferences.shared.impl.PreferenceScopeTypesProducer
-
- PreferenceScopeValidator - Interface in org.uberfire.preferences.shared
-
Provides a simple validator method for preference scopes.
- PreferenceScopeValidatorImpl - Class in org.uberfire.preferences.shared.impl
-
- PreferenceScopeValidatorImpl() - Constructor for class org.uberfire.preferences.shared.impl.PreferenceScopeValidatorImpl
-
- PreferenceScopeValidatorImpl(PreferenceScopeTypes, PreferenceScopeResolutionStrategy) - Constructor for class org.uberfire.preferences.shared.impl.PreferenceScopeValidatorImpl
-
- PreferenceStorage - Interface in org.uberfire.preferences.shared
-
Storage API for preferences.
- PreferenceStore - Interface in org.uberfire.preferences.shared
-
Store API for preferences.
- Property - Annotation Type in org.uberfire.preferences.shared.annotations
-
Annotation used to mark preference beans properties.
- PropertyFormOptions - Enum in org.uberfire.preferences.shared
-
- PropertyFormType - Enum in org.uberfire.preferences.shared
-
Enum used to define a property type for default form generation purposes.
- PropertyValidator<T> - Interface in org.uberfire.preferences.shared
-
- put(PreferenceScope, String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores a preference inside a specific scope.
- put(PreferenceScopeResolutionStrategyInfo, String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores a preference inside the default scope (see
defaultScope
.
- put(String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores a preference inside the default scope (see
defaultScope
.
- put(PreferenceScope, Map<String, T>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores several preferences inside a specific scope.
- put(PreferenceScopeResolutionStrategyInfo, Map<String, T>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores several preferences inside the default scope (see
defaultScope
.
- put(Map<String, T>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores several preferences inside the default scope (see
defaultScope
.
- putIfAbsent(PreferenceScope, String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores a preference inside a specific scope, if it is not already defined in that scope.
- putIfAbsent(PreferenceScopeResolutionStrategyInfo, String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores a preference inside the default scope (see
defaultScope
,
if it is not already defined in that scope.
- putIfAbsent(String, T) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores a preference inside the default scope (see
defaultScope
,
if it is not already defined in that scope.
- putIfAbsent(PreferenceScope, Map<String, T>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores several preferences inside a specific scope, if they are not already defined in that scope.
- putIfAbsent(PreferenceScopeResolutionStrategyInfo, Map<String, T>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores several preferences inside the default scope (see
defaultScope
,
if they are not already defined in that scope.
- putIfAbsent(Map<String, T>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Stores several preferences inside the default scope (see
defaultScope
.
- save() - Method in interface org.uberfire.preferences.shared.bean.BasePreference
-
Saves the preference content recursively through its properties.
- save(ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.BasePreference
-
Saves the preference content recursively through its properties.
- save(Command, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.BasePreference
-
Saves the preference content recursively through its properties.
- save(PreferenceScopeResolutionStrategyInfo) - Method in interface org.uberfire.preferences.shared.bean.BasePreference
-
Saves the preference content recursively through its properties.
- save(PreferenceScopeResolutionStrategyInfo, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.BasePreference
-
Saves the preference content recursively through its properties.
- save(PreferenceScopeResolutionStrategyInfo, Command, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.BasePreference
-
Saves the preference content recursively through its properties.
- save(PreferenceScope) - Method in interface org.uberfire.preferences.shared.bean.BasePreference
-
Saves the preference content recursively through its properties.
- save(PreferenceScope, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.BasePreference
-
Saves the preference content recursively through its properties.
- save(PreferenceScope, Command, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.BasePreference
-
Saves the preference content recursively through its properties.
- save() - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockBeanGeneratedImpl
-
- save(ParameterizedCommand<Throwable>) - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockBeanGeneratedImpl
-
- save(Command, ParameterizedCommand<Throwable>) - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockBeanGeneratedImpl
-
- save(PreferenceScopeResolutionStrategyInfo) - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockBeanGeneratedImpl
-
- save(PreferenceScopeResolutionStrategyInfo, ParameterizedCommand<Throwable>) - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockBeanGeneratedImpl
-
- save(PreferenceScopeResolutionStrategyInfo, Command, ParameterizedCommand<Throwable>) - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockBeanGeneratedImpl
-
- save(T) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanServerStore
-
Saves all preference data.
- save(T, PreferenceScopeResolutionStrategyInfo) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanServerStore
-
Saves all preference data, following the passed scope resolution strategy.
- save(T, PreferenceScope) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanServerStore
-
Saves all preference data, inside the passed scope.
- save(Collection<BasePreferencePortable<? extends BasePreference<?>>>) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanServerStore
-
Saves all preferences passed.
- save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, PreferenceScopeResolutionStrategyInfo) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanServerStore
-
Saves all preferences passed, following the passed scope resolution strategy.
- save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, PreferenceScope) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanServerStore
-
Saves all preferences passed, following the passed scope resolution strategy.
- save(T, Command, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanStore
-
Saves all preference data.
- save(T, PreferenceScopeResolutionStrategyInfo, Command, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanStore
-
Saves all preference data, following the passed scope resolution strategy.
- save(T, PreferenceScope, Command, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanStore
-
Saves all preference data, following the passed scope resolution strategy.
- save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, Command, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanStore
-
Saves all preferences passed.
- save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, PreferenceScopeResolutionStrategyInfo, Command, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanStore
-
Saves all preferences passed, following the passed scope resolution strategy.
- save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, PreferenceScope, Command, ParameterizedCommand<Throwable>) - Method in interface org.uberfire.preferences.shared.bean.PreferenceBeanStore
-
Saves all preferences passed, following the passed scope resolution strategy.
- search(PreferenceScope, Collection<String>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves several preferences, which keys were passed, from a specific scope.
- search(PreferenceScopeResolutionStrategyInfo, Collection<String>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves several preferences, which keys were passed.
- search(Collection<String>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves several preferences, which keys were passed.
- searchScoped(PreferenceScopeResolutionStrategyInfo, Collection<String>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves several scoped preferences, which keys were passed.
- searchScoped(Collection<String>) - Method in interface org.uberfire.preferences.shared.PreferenceStore
-
Retrieves several scoped preferences, which keys were passed.
- set(String, Object) - Method in interface org.uberfire.preferences.shared.bean.BasePreferencePortable
-
Sets a property value by its name.
- set(String, Object) - Method in class org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockPortableGeneratedImpl
-
- setBundleKey(String) - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- setChildren(List<PreferenceHierarchyElement<?>>) - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- setId(String) - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- setPortablePreference(BasePreferencePortable<T>) - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- setRoot(boolean) - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- setShared(boolean) - Method in class org.uberfire.preferences.shared.bean.PreferenceHierarchyElement
-
- StringPropertyValidator - Class in org.uberfire.preferences.shared.impl.validation
-
- StringPropertyValidator(Predicate<String>, String) - Constructor for class org.uberfire.preferences.shared.impl.validation.StringPropertyValidator
-