@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 PreferenceBeanStore
public <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void load(T emptyPortablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo, ParameterizedCommand<T> successCallback, ParameterizedCommand<Throwable> errorCallback)
load
in interface PreferenceBeanStore
public <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save
in interface PreferenceBeanStore
public <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save
in interface PreferenceBeanStore
public <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, PreferenceScope scope, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save
in interface PreferenceBeanStore
public void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save
in interface PreferenceBeanStore
public void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save
in interface PreferenceBeanStore
public void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScope scope, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save
in interface PreferenceBeanStore
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.