Class 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
      void load()  
      void load​(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)  
      void load​(org.uberfire.mvp.ParameterizedCommand<GAVPreferences> 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<GAVPreferences> 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

      • GAVPreferencesBeanGeneratedImpl

        @Inject
        public GAVPreferencesBeanGeneratedImpl​(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<GAVPreferences>
      • load

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

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

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

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

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

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

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