Class WorkspaceManagerPreferencesBeanGeneratedImpl
- java.lang.Object
-
- org.uberfire.backend.server.cdi.workspace.WorkspaceManagerPreferences
-
- org.uberfire.backend.server.cdi.workspace.WorkspaceManagerPreferencesBeanGeneratedImpl
-
- All Implemented Interfaces:
org.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>,org.uberfire.preferences.shared.bean.BasePreferenceBean<WorkspaceManagerPreferences>,org.uberfire.preferences.shared.bean.Preference
@Dependent @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class WorkspaceManagerPreferencesBeanGeneratedImpl extends WorkspaceManagerPreferences implements org.uberfire.preferences.shared.bean.BasePreferenceBean<WorkspaceManagerPreferences>
-
-
Constructor Summary
Constructors Constructor Description WorkspaceManagerPreferencesBeanGeneratedImpl(org.uberfire.preferences.shared.bean.PreferenceBeanStore store, org.uberfire.preferences.shared.PreferenceScopeResolutionStrategy resolutionStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload()voidload(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidload(org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidload(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)voidload(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidload(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidsave()voidsave(org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidsave(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidsave(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)voidsave(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidsave(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidsave(org.uberfire.preferences.shared.PreferenceScope customScope)voidsave(org.uberfire.preferences.shared.PreferenceScope customScope, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)voidsave(org.uberfire.preferences.shared.PreferenceScope customScope, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)-
Methods inherited from class org.uberfire.backend.server.cdi.workspace.WorkspaceManagerPreferences
defaultValue, getCacheExpirationTime, getCacheExpirationUnit, getCacheMaximumSize, setCacheExpirationTime, setCacheExpirationUnit, setCacheMaximumSize
-
-
-
-
Method Detail
-
load
public void load()
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
load
public void load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
load
public void load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
load
public void load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<WorkspaceManagerPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
save
public void save()
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
save
public void save(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
save
public void save(org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
save
public void save(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
save
public void save(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
save
public void save(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
save
public void save(org.uberfire.preferences.shared.PreferenceScope customScope)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
save
public void save(org.uberfire.preferences.shared.PreferenceScope customScope, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
save
public void save(org.uberfire.preferences.shared.PreferenceScope customScope, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<WorkspaceManagerPreferences>
-
-