@Dependent @Generated(value="org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class GeneralPreferencesBeanGeneratedImpl extends GeneralPreferences implements BasePreferenceBean<GeneralPreferences>
Constructor and Description |
---|
GeneralPreferencesBeanGeneratedImpl(PreferenceBeanStore store,
PreferenceScopeResolutionStrategy resolutionStrategy) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
defaultValue
@Inject public GeneralPreferencesBeanGeneratedImpl(PreferenceBeanStore store, PreferenceScopeResolutionStrategy resolutionStrategy)
public void load()
load
in interface BasePreference<GeneralPreferences>
public void load(ParameterizedCommand<Throwable> errorCallback)
load
in interface BasePreference<GeneralPreferences>
public void load(ParameterizedCommand<GeneralPreferences> successCallback, ParameterizedCommand<Throwable> errorCallback)
load
in interface BasePreference<GeneralPreferences>
public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
load
in interface BasePreference<GeneralPreferences>
public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, ParameterizedCommand<Throwable> errorCallback)
load
in interface BasePreference<GeneralPreferences>
public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, ParameterizedCommand<GeneralPreferences> successCallback, ParameterizedCommand<Throwable> errorCallback)
load
in interface BasePreference<GeneralPreferences>
public void save()
save
in interface BasePreference<GeneralPreferences>
public void save(ParameterizedCommand<Throwable> errorCallback)
save
in interface BasePreference<GeneralPreferences>
public void save(Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save
in interface BasePreference<GeneralPreferences>
public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
save
in interface BasePreference<GeneralPreferences>
public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, ParameterizedCommand<Throwable> errorCallback)
save
in interface BasePreference<GeneralPreferences>
public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save
in interface BasePreference<GeneralPreferences>
public void save(PreferenceScope customScope)
save
in interface BasePreference<GeneralPreferences>
public void save(PreferenceScope customScope, ParameterizedCommand<Throwable> errorCallback)
save
in interface BasePreference<GeneralPreferences>
public void save(PreferenceScope customScope, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
save
in interface BasePreference<GeneralPreferences>
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.