@Alternative @ApplicationScoped public class PreferenceBeanStoreClientImpl extends Object implements PreferenceBeanStore
PreferenceBeanStore.| Constructor and Description |
|---|
PreferenceBeanStoreClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
load(T emptyPortablePreference,
ParameterizedCommand<T> successCallback,
ParameterizedCommand<Throwable> errorCallback) |
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
load(T emptyPortablePreference,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo,
ParameterizedCommand<T> successCallback,
ParameterizedCommand<Throwable> errorCallback) |
void |
save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback) |
void |
save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences,
PreferenceScope scope,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback) |
void |
save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback) |
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
save(T portablePreference,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback) |
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
save(T portablePreference,
PreferenceScope scope,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback) |
<U extends BasePreference<U>,T extends BasePreferencePortable<U>> |
save(T portablePreference,
PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback) |
public <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void load(T emptyPortablePreference, ParameterizedCommand<T> successCallback, ParameterizedCommand<Throwable> errorCallback)
load in interface PreferenceBeanStorepublic <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void load(T emptyPortablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo, ParameterizedCommand<T> successCallback, ParameterizedCommand<Throwable> errorCallback)
load in interface PreferenceBeanStorepublic <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save in interface PreferenceBeanStorepublic <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save in interface PreferenceBeanStorepublic <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, PreferenceScope scope, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save in interface PreferenceBeanStorepublic void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save in interface PreferenceBeanStorepublic void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save in interface PreferenceBeanStorepublic void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScope scope, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save in interface PreferenceBeanStoreCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.