Class 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>
    • Constructor Detail

      • ManagePreferencesBeanGeneratedImpl

        @Inject
        public ManagePreferencesBeanGeneratedImpl​(org.uberfire.preferences.shared.bean.PreferenceBeanStore store,
                                                  org.uberfire.preferences.shared.PreferenceScopeResolutionStrategy resolutionStrategy)
    • Method Detail

      • load

        public void load()
        Specified by:
        load in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
      • load

        public void load​(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
        Specified by:
        load in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
      • load

        public void load​(org.uberfire.mvp.ParameterizedCommand<ManagePreferences> successCallback,
                         org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
        Specified by:
        load in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
      • load

        public void load​(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
        Specified by:
        load in interface org.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:
        load in interface org.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:
        load in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
      • save

        public void save()
        Specified by:
        save in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
      • save

        public void save​(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
        Specified by:
        save in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
      • save

        public void save​(org.uberfire.mvp.Command successCallback,
                         org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
        Specified by:
        save in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
      • save

        public void save​(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
        Specified by:
        save in interface org.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:
        save in interface org.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:
        save in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
      • save

        public void save​(org.uberfire.preferences.shared.PreferenceScope customScope)
        Specified by:
        save in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>
      • save

        public void save​(org.uberfire.preferences.shared.PreferenceScope customScope,
                         org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
        Specified by:
        save in interface org.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:
        save in interface org.uberfire.preferences.shared.bean.BasePreference<ManagePreferences>