Class WorkspaceManagerPreferencesBeanGeneratedImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      WorkspaceManagerPreferencesBeanGeneratedImpl​(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<WorkspaceManagerPreferences> 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<WorkspaceManagerPreferences> 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

      • WorkspaceManagerPreferencesBeanGeneratedImpl

        @Inject
        public WorkspaceManagerPreferencesBeanGeneratedImpl​(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<WorkspaceManagerPreferences>
      • load

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

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

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

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

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

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

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