Class ManagePreferencesBeanGeneratedImpl
- java.lang.Object
-
- org.jbpm.workbench.common.preferences.ManagePreferences
-
- org.jbpm.workbench.common.preferences.ManagePreferencesBeanGeneratedImpl
-
- All Implemented Interfaces:
org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>,org.uberfire.preferences.shared.bean.BasePreferenceBean<ManagePreferences>,org.uberfire.preferences.shared.bean.Preference
@Dependent @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class ManagePreferencesBeanGeneratedImpl extends ManagePreferences implements org.uberfire.preferences.shared.bean.BasePreferenceBean<ManagePreferences>
-
-
Field Summary
-
Fields inherited from class org.jbpm.workbench.common.preferences.ManagePreferences
ACTIVE_ASYNC_BORDER_COLOR, ACTIVE_BORDER_COLOR, COMPLETED_BORDER_COLOR, COMPLETED_COLOR, DEFAULT_PAGINATION_OPTION, PAGINATION_OPTIONS
-
-
Constructor Summary
Constructors Constructor Description ManagePreferencesBeanGeneratedImpl(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<ManagePreferences> 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<ManagePreferences> 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.jbpm.workbench.common.preferences.ManagePreferences
defaultValue, getItemsPerPage, getProcessInstanceDiagramActiveAsyncNodeBorderColor, getProcessInstanceDiagramActiveNodeBorderColor, getProcessInstanceDiagramCompletedNodeBorderColor, getProcessInstanceDiagramCompletedNodeColor, isShowTaskCommentsAtWorkTab, setItemsPerPage, setProcessInstanceDiagramActiveAsyncNodeBorderColor, setProcessInstanceDiagramActiveNodeBorderColor, setProcessInstanceDiagramCompletedNodeBorderColor, setProcessInstanceDiagramCompletedNodeColor, setShowTaskCommentsAtWorkTab
-
-
-
-
Method Detail
-
load
public void load()
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<ManagePreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
load
public void load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
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<ManagePreferences>
-
load
public void load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<ManagePreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
save
public void save()
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
save
public void save(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
save
public void save(org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
save
public void save(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
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<ManagePreferences>
-
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<ManagePreferences>
-
save
public void save(org.uberfire.preferences.shared.PreferenceScope customScope)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
-
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<ManagePreferences>
-
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<ManagePreferences>
-
-