public class PreferenceBeanStoreImpl extends Object implements PreferenceBeanServerStore
PreferenceBeanStore
.Constructor and Description |
---|
PreferenceBeanStoreImpl() |
PreferenceBeanStoreImpl(PreferenceStore preferenceStore,
PreferenceScopeResolutionStrategy defaultScopeResolutionStrategy,
javax.enterprise.inject.Instance<Preference> preferences) |
public PreferenceBeanStoreImpl()
@Inject public PreferenceBeanStoreImpl(PreferenceStore preferenceStore, PreferenceScopeResolutionStrategy defaultScopeResolutionStrategy, javax.enterprise.inject.Instance<Preference> preferences)
public <U extends BasePreference<U>,T extends BasePreferencePortable<U>> T load(T emptyPortablePreference)
load
in interface PreferenceBeanServerStore
public <U extends BasePreference<U>,T extends BasePreferencePortable<U>> T load(T emptyPortablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
load
in interface PreferenceBeanServerStore
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)
save
in interface PreferenceBeanServerStore
public <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
save
in interface PreferenceBeanServerStore
public <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, PreferenceScope scope)
save
in interface PreferenceBeanServerStore
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)
save
in interface PreferenceBeanServerStore
public void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
save
in interface PreferenceBeanServerStore
public void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScope scope)
save
in interface PreferenceBeanServerStore
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
public PreferenceHierarchyElement<?> buildHierarchyStructureForPreference(String identifier)
buildHierarchyStructureForPreference
in interface PreferenceBeanServerStore
public PreferenceHierarchyElement<?> buildHierarchyStructureForPreference(String identifier, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
buildHierarchyStructureForPreference
in interface PreferenceBeanServerStore
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.