Package | Description |
---|---|
org.uberfire.preferences.shared.bean | |
org.uberfire.preferences.shared.bean.mock |
Modifier and Type | Interface and Description |
---|---|
interface |
BasePreferenceBean<T>
Represents a generated managed bean implementation of a preference bean.
|
interface |
BasePreferencePortable<T>
Represents a generated portable implementation of a preference bean.
|
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 |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PortablePreferenceMock
Created to be used in tests, and to avoid Errai errors due to unimplemented
interfaces used in portable classes.
|
class |
PortablePreferenceMockBeanGeneratedImpl |
class |
PortablePreferenceMockPortableGeneratedImpl
Created to be used in tests, and to avoid Errai errors due to unimplemented
interfaces used in portable classes.
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.