Class ArtifactRepositoryPreferenceBeanGeneratedImpl

    • Constructor Detail

      • ArtifactRepositoryPreferenceBeanGeneratedImpl

        @Inject
        public ArtifactRepositoryPreferenceBeanGeneratedImpl​(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<ArtifactRepositoryPreference>
      • load

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

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

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

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

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

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

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