Class ProfilePreferencesBeanGeneratedImpl
- java.lang.Object
-
- org.kie.workbench.common.profile.api.preferences.ProfilePreferences
-
- org.kie.workbench.common.profile.api.preferences.ProfilePreferencesBeanGeneratedImpl
-
- All Implemented Interfaces:
org.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>,org.uberfire.preferences.shared.bean.BasePreferenceBean<ProfilePreferences>,org.uberfire.preferences.shared.bean.Preference
@Dependent @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class ProfilePreferencesBeanGeneratedImpl extends ProfilePreferences implements org.uberfire.preferences.shared.bean.BasePreferenceBean<ProfilePreferences>
-
-
Constructor Summary
Constructors Constructor Description ProfilePreferencesBeanGeneratedImpl(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<ProfilePreferences> 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<ProfilePreferences> 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.kie.workbench.common.profile.api.preferences.ProfilePreferences
defaultValue, getProfile, setProfile
-
-
-
-
Method Detail
-
load
public void load()
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<ProfilePreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
load
public void load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
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<ProfilePreferences>
-
load
public void load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<ProfilePreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
save
public void save()
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
save
public void save(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
save
public void save(org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
save
public void save(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
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<ProfilePreferences>
-
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<ProfilePreferences>
-
save
public void save(org.uberfire.preferences.shared.PreferenceScope customScope)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
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<ProfilePreferences>
-
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<ProfilePreferences>
-
-