JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Uberfire Preferences Backend 2.20.0.Final-redhat-00002
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
L
O
P
R
S
W
A
all(PreferenceScope)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
all(PreferenceScopeResolutionStrategyInfo)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
all()
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
allKeys(PreferenceScope)
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
allKeys(List<PreferenceScope>)
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
allScoped(PreferenceScopeResolutionStrategyInfo)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
allScoped()
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
B
buildHierarchyStructureForPreference(String)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
buildHierarchyStructureForPreference(String, PreferenceScopeResolutionStrategyInfo)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
C
ComponentKey
- Annotation Type in
org.uberfire.preferences.backend.annotations
Qualifies PreferenceScope beans injections (on both client and server side).
D
defaultScopeResolutionStrategy
- Variable in class org.uberfire.preferences.backend.
PreferenceStoreImpl
delete(PreferenceScope, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
E
exists(PreferenceScope, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
exists(PreferenceScopeResolutionStrategyInfo, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
F
FILE_FORMAT
- Static variable in class org.uberfire.preferences.backend.
PreferenceStorageImpl
FILE_FORMAT_SIZE
- Static variable in class org.uberfire.preferences.backend.
PreferenceStorageImpl
G
get(PreferenceScope, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
get(PreferenceScope, String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
get(PreferenceScopeResolutionStrategyInfo, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
get(PreferenceScopeResolutionStrategyInfo, String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
get(String)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
get(String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
get()
- Method in class org.uberfire.preferences.backend.
ServerUsernameProvider
getDefaultScopeResolutionStrategyInfo()
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
getDefaultScopeResolver()
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
getScoped(PreferenceScopeResolutionStrategyInfo, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
getScoped(PreferenceScopeResolutionStrategyInfo, String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
getScoped(String)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
getScoped(String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
I
init()
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
L
load(T)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
load(T, PreferenceScopeResolutionStrategyInfo)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
load(T, ParameterizedCommand<T>, ParameterizedCommand<Throwable>)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
load(T, PreferenceScopeResolutionStrategyInfo, ParameterizedCommand<T>, ParameterizedCommand<Throwable>)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
O
org.uberfire.preferences.backend
- package org.uberfire.preferences.backend
org.uberfire.preferences.backend.annotations
- package org.uberfire.preferences.backend.annotations
P
PreferenceBeanStoreImpl
- Class in
org.uberfire.preferences.backend
Backend implementation for
PreferenceBeanStore
.
PreferenceBeanStoreImpl()
- Constructor for class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
PreferenceBeanStoreImpl(PreferenceStore, PreferenceScopeResolutionStrategy, Instance<Preference>)
- Constructor for class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
PreferenceScopeResolutionStrategyProducer
- Class in
org.uberfire.preferences.backend
PreferenceScopeResolutionStrategyProducer()
- Constructor for class org.uberfire.preferences.backend.
PreferenceScopeResolutionStrategyProducer
preferenceScopeResolutionStrategyProducer(InjectionPoint)
- Method in class org.uberfire.preferences.backend.
PreferenceScopeResolutionStrategyProducer
PreferenceStorageImpl
- Class in
org.uberfire.preferences.backend
PreferenceStorageImpl()
- Constructor for class org.uberfire.preferences.backend.
PreferenceStorageImpl
PreferenceStorageImpl(IOService, SessionInfo, PreferenceScopeTypes, PreferenceScopeFactory, ObjectStorage, SpacesAPI, Event<PreferenceUpdatedEvent>)
- Constructor for class org.uberfire.preferences.backend.
PreferenceStorageImpl
PreferenceStoreImpl
- Class in
org.uberfire.preferences.backend
PreferenceStoreImpl()
- Constructor for class org.uberfire.preferences.backend.
PreferenceStoreImpl
PreferenceStoreImpl(PreferenceStorage, PreferenceScopeFactory, PreferenceScopeResolutionStrategy, Instance<PreferenceScopeResolutionStrategy>, InjectionPoint)
- Constructor for class org.uberfire.preferences.backend.
PreferenceStoreImpl
put(PreferenceScope, String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
put(PreferenceScopeResolutionStrategyInfo, String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
put(String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
put(PreferenceScope, Map<String, T>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
put(PreferenceScopeResolutionStrategyInfo, Map<String, T>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
put(Map<String, T>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
putIfAbsent(PreferenceScope, String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
putIfAbsent(PreferenceScopeResolutionStrategyInfo, String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
putIfAbsent(String, T)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
putIfAbsent(PreferenceScope, Map<String, T>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
putIfAbsent(PreferenceScopeResolutionStrategyInfo, Map<String, T>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
putIfAbsent(Map<String, T>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
R
read(PreferenceScope, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
read(PreferenceScopeResolutionStrategyInfo, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
readWithScope(PreferenceScopeResolutionStrategyInfo, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
remove(PreferenceScope, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
remove(List<PreferenceScope>, String)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
S
save(T)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(T, PreferenceScopeResolutionStrategyInfo)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(T, PreferenceScope)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(T, Command, ParameterizedCommand<Throwable>)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(T, PreferenceScopeResolutionStrategyInfo, Command, ParameterizedCommand<Throwable>)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(T, PreferenceScope, Command, ParameterizedCommand<Throwable>)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(Collection<BasePreferencePortable<? extends BasePreference<?>>>)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, PreferenceScopeResolutionStrategyInfo)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, PreferenceScope)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, Command, ParameterizedCommand<Throwable>)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, PreferenceScopeResolutionStrategyInfo, Command, ParameterizedCommand<Throwable>)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
save(Collection<BasePreferencePortable<? extends BasePreference<?>>>, PreferenceScope, Command, ParameterizedCommand<Throwable>)
- Method in class org.uberfire.preferences.backend.
PreferenceBeanStoreImpl
scopeFactory
- Variable in class org.uberfire.preferences.backend.
PreferenceStoreImpl
search(PreferenceScope, Collection<String>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
search(PreferenceScopeResolutionStrategyInfo, Collection<String>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
search(Collection<String>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
searchScoped(PreferenceScopeResolutionStrategyInfo, Collection<String>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
searchScoped(Collection<String>)
- Method in class org.uberfire.preferences.backend.
PreferenceStoreImpl
ServerUsernameProvider
- Class in
org.uberfire.preferences.backend
ServerUsernameProvider()
- Constructor for class org.uberfire.preferences.backend.
ServerUsernameProvider
ServerUsernameProvider(SessionInfo)
- Constructor for class org.uberfire.preferences.backend.
ServerUsernameProvider
storage
- Variable in class org.uberfire.preferences.backend.
PreferenceStoreImpl
W
write(PreferenceScope, String, Object)
- Method in class org.uberfire.preferences.backend.
PreferenceStorageImpl
A
B
C
D
E
F
G
I
L
O
P
R
S
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Uberfire Preferences Backend 2.20.0.Final-redhat-00002
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012–2019
JBoss by Red Hat
. All rights reserved.