Package | Description |
---|---|
org.uberfire.preferences.shared.bean | |
org.uberfire.preferences.shared.bean.mock |
Modifier and Type | Method and Description |
---|---|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanServerStore.load(T emptyPortablePreference)
Loads all preference bean properties.
|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanStore.load(T emptyPortablePreference,
ParameterizedCommand<T> successCallback,
ParameterizedCommand<Throwable> errorCallback)
Loads all preference bean properties.
|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanServerStore.load(T emptyPortablePreference,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
Loads all preference bean properties, following the passed scope resolution strategy.
|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanStore.load(T emptyPortablePreference,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo,
ParameterizedCommand<T> successCallback,
ParameterizedCommand<Throwable> errorCallback)
Loads all preference bean properties, following the passed scope resolution strategy.
|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanServerStore.save(T portablePreference)
Saves all preference data.
|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanStore.save(T portablePreference,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves all preference data.
|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanServerStore.save(T portablePreference,
PreferenceScope scope)
Saves all preference data, inside the passed scope.
|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanStore.save(T portablePreference,
PreferenceScope scope,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves all preference data, following the passed scope resolution strategy.
|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanServerStore.save(T portablePreference,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
Saves all preference data, following the passed scope resolution strategy.
|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
PreferenceBeanStore.save(T portablePreference,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves all preference data, following the passed scope resolution strategy.
|
Modifier and Type | Method and Description |
---|---|
BasePreferencePortable<T> |
PreferenceHierarchyElement.getPortablePreference() |
Modifier and Type | Method and Description |
---|---|
void |
PreferenceHierarchyElement.setPortablePreference(BasePreferencePortable<T> portablePreference) |
Modifier and Type | Method and Description |
---|---|
void |
PreferenceBeanServerStore.save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences)
Saves all preferences passed.
|
void |
PreferenceBeanStore.save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves all preferences passed.
|
void |
PreferenceBeanServerStore.save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences,
PreferenceScope scope)
Saves all preferences passed, following the passed scope resolution strategy.
|
void |
PreferenceBeanStore.save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences,
PreferenceScope scope,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves all preferences passed, following the passed scope resolution strategy.
|
void |
PreferenceBeanServerStore.save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
Saves all preferences passed, following the passed scope resolution strategy.
|
void |
PreferenceBeanStore.save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves all preferences passed, following the passed scope resolution strategy.
|
Constructor and Description |
---|
PreferenceHierarchyElement(String id,
BasePreferencePortable<T> portablePreference,
boolean shared,
boolean root,
String bundleKey) |
PreferenceHierarchyElement(String id,
BasePreferencePortable<T> portablePreference,
List<PreferenceHierarchyElement<?>> children,
boolean shared,
boolean root,
String bundleKey,
Map<String,String> bundleKeyByProperty,
Map<String,String> helpBundleKeyByProperty,
Map<String,PropertyFormOptions[]> formOptionsByProperty) |
Modifier and Type | Class and Description |
---|---|
class |
PortablePreferenceMockPortableGeneratedImpl
Created to be used in tests, and to avoid Errai errors due to unimplemented
interfaces used in portable classes.
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.