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 PreferenceBeanServerStorepublic <U extends BasePreference<U>,T extends BasePreferencePortable<U>> T load(T emptyPortablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
load in interface PreferenceBeanServerStorepublic <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)
save in interface PreferenceBeanServerStorepublic <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
save in interface PreferenceBeanServerStorepublic <U extends BasePreference<U>,T extends BasePreferencePortable<U>> void save(T portablePreference, PreferenceScope scope)
save in interface PreferenceBeanServerStorepublic <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)
save in interface PreferenceBeanServerStorepublic void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
save in interface PreferenceBeanServerStorepublic void save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScope scope)
save in interface PreferenceBeanServerStorepublic 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 PreferenceBeanStorepublic PreferenceHierarchyElement<?> buildHierarchyStructureForPreference(String identifier)
buildHierarchyStructureForPreference in interface PreferenceBeanServerStorepublic PreferenceHierarchyElement<?> buildHierarchyStructureForPreference(String identifier, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)
buildHierarchyStructureForPreference in interface PreferenceBeanServerStoreCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.