@Dependent @Generated(value="org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class WorkspaceManagerPreferencesBeanGeneratedImpl extends WorkspaceManagerPreferences implements BasePreferenceBean<WorkspaceManagerPreferences>
| Constructor and Description |
|---|
WorkspaceManagerPreferencesBeanGeneratedImpl(PreferenceBeanStore store) |
| Modifier and Type | Method and Description |
|---|---|
void |
load() |
void |
load(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
void |
load(org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback,
org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
void |
load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy) |
void |
load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy,
org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
void |
load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy,
org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback,
org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
void |
save() |
void |
save(org.uberfire.mvp.Command successCallback,
org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
void |
save(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
void |
save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy) |
void |
save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy,
org.uberfire.mvp.Command successCallback,
org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
void |
save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy,
org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
void |
saveDefaultValue() |
void |
saveDefaultValue(org.uberfire.mvp.Command successCallback,
org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
void |
saveDefaultValue(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback) |
defaultValue, getCacheExpirationTime, getCacheExpirationUnit, getCacheMaximumSize, setCacheExpirationTime, setCacheExpirationUnit, setCacheMaximumSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultValue@Inject public WorkspaceManagerPreferencesBeanGeneratedImpl(PreferenceBeanStore store)
public void load()
load in interface BasePreference<WorkspaceManagerPreferences>public void load(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
load in interface BasePreference<WorkspaceManagerPreferences>public void load(org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
load in interface BasePreference<WorkspaceManagerPreferences>public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
load in interface BasePreference<WorkspaceManagerPreferences>public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
load in interface BasePreference<WorkspaceManagerPreferences>public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
load in interface BasePreference<WorkspaceManagerPreferences>public void save()
save in interface BasePreference<WorkspaceManagerPreferences>public void save(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
save in interface BasePreference<WorkspaceManagerPreferences>public void save(org.uberfire.mvp.Command successCallback,
org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
save in interface BasePreference<WorkspaceManagerPreferences>public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
save in interface BasePreference<WorkspaceManagerPreferences>public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
save in interface BasePreference<WorkspaceManagerPreferences>public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
save in interface BasePreference<WorkspaceManagerPreferences>public void saveDefaultValue()
saveDefaultValue in interface BasePreferenceBean<WorkspaceManagerPreferences>public void saveDefaultValue(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
saveDefaultValue in interface BasePreferenceBean<WorkspaceManagerPreferences>public void saveDefaultValue(org.uberfire.mvp.Command successCallback,
org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
saveDefaultValue in interface BasePreferenceBean<WorkspaceManagerPreferences>Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.