Class GeneralPreferencesBeanGeneratedImpl

  • All Implemented Interfaces:
    org.uberfire.preferences.shared.bean.BasePreference<GeneralPreferences>, org.uberfire.preferences.shared.bean.BasePreferenceBean<GeneralPreferences>, org.uberfire.preferences.shared.bean.Preference

    @Dependent
    @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor")
    public class GeneralPreferencesBeanGeneratedImpl
    extends GeneralPreferences
    implements org.uberfire.preferences.shared.bean.BasePreferenceBean<GeneralPreferences>
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneralPreferencesBeanGeneratedImpl​(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
      void load()  
      void load​(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void load​(org.uberfire.mvp.ParameterizedCommand<GeneralPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void load​(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)  
      void load​(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void load​(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<GeneralPreferences> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void save()  
      void save​(org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void save​(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void save​(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)  
      void save​(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void save​(org.uberfire.preferences.shared.impl.PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void save​(org.uberfire.preferences.shared.PreferenceScope customScope)  
      void save​(org.uberfire.preferences.shared.PreferenceScope customScope, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void save​(org.uberfire.preferences.shared.PreferenceScope customScope, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      • Methods inherited from interface org.uberfire.preferences.shared.bean.BasePreference

        defaultValue
    • Constructor Detail

      • GeneralPreferencesBeanGeneratedImpl

        @Inject
        public GeneralPreferencesBeanGeneratedImpl​(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<GeneralPreferences>
      • load

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

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

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

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

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

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

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

        public void save​(org.uberfire.preferences.shared.PreferenceScope customScope)
        Specified by:
        save in interface org.uberfire.preferences.shared.bean.BasePreference<GeneralPreferences>
      • 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<GeneralPreferences>
      • 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<GeneralPreferences>