Class GAVPreferencesBeanGeneratedImpl
- java.lang.Object
-
- org.guvnor.common.services.project.preferences.GAVPreferences
-
- org.guvnor.common.services.project.preferences.GAVPreferencesBeanGeneratedImpl
-
- All Implemented Interfaces:
org.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>,org.uberfire.preferences.shared.bean.BasePreferenceBean<GAVPreferences>,org.uberfire.preferences.shared.bean.Preference
@Dependent @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class GAVPreferencesBeanGeneratedImpl extends GAVPreferences implements org.uberfire.preferences.shared.bean.BasePreferenceBean<GAVPreferences>
-
-
Constructor Summary
Constructors Constructor Description GAVPreferencesBeanGeneratedImpl(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<GAVPreferences> 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<GAVPreferences> 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.guvnor.common.services.project.preferences.GAVPreferences
defaultValue, isChildGAVEditEnabled, isConflictingGAVCheckDisabled, setChildGAVEditEnabled, setConflictingGAVCheckDisabled
-
-
-
-
Method Detail
-
load
public void load()
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<GAVPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
load
public void load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
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<GAVPreferences>
-
load
public void load(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<GAVPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
loadin interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
save
public void save()
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
save
public void save(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
save
public void save(org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
save
public void save(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
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<GAVPreferences>
-
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<GAVPreferences>
-
save
public void save(org.uberfire.preferences.shared.PreferenceScope customScope)
- Specified by:
savein interfaceorg.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>
-
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<GAVPreferences>
-
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<GAVPreferences>
-
-