@Dependent @Generated(value="org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class PortablePreferenceMockBeanGeneratedImpl extends PortablePreferenceMock implements BasePreferenceBean<PortablePreferenceMock>
| Constructor and Description |
|---|
PortablePreferenceMockBeanGeneratedImpl(PreferenceBeanStore store) |
| Modifier and Type | Method and Description |
|---|---|
void |
load()
Loads the preference content recursively through its properties.
|
void |
load(ParameterizedCommand<PortablePreferenceMock> successCallback,
ParameterizedCommand<Throwable> errorCallback)
Loads the preference content recursively through its properties.
|
void |
load(ParameterizedCommand<Throwable> errorCallback)
Loads the preference content recursively through its properties.
|
void |
load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
Loads the preference content recursively through its properties.
|
void |
load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy,
ParameterizedCommand<PortablePreferenceMock> successCallback,
ParameterizedCommand<Throwable> errorCallback)
Loads the preference content recursively through its properties.
|
void |
load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy,
ParameterizedCommand<Throwable> errorCallback)
Loads the preference content recursively through its properties.
|
void |
save()
Saves the preference content recursively through its properties.
|
void |
save(Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves the preference content recursively through its properties.
|
void |
save(ParameterizedCommand<Throwable> errorCallback)
Saves the preference content recursively through its properties.
|
void |
save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
Saves the preference content recursively through its properties.
|
void |
save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy,
Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves the preference content recursively through its properties.
|
void |
save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy,
ParameterizedCommand<Throwable> errorCallback)
Saves the preference content recursively through its properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultValue, save, save, save@Inject public PortablePreferenceMockBeanGeneratedImpl(PreferenceBeanStore store)
public void load()
BasePreferenceload in interface BasePreference<PortablePreferenceMock>public void load(ParameterizedCommand<Throwable> errorCallback)
BasePreferenceload in interface BasePreference<PortablePreferenceMock>errorCallback - Error callback that returns the exception that occurred (if any).public void load(ParameterizedCommand<PortablePreferenceMock> successCallback, ParameterizedCommand<Throwable> errorCallback)
BasePreferenceload in interface BasePreference<PortablePreferenceMock>successCallback - Success callback that returns the loaded preference.errorCallback - Error callback that returns the exception that occurred (if any).public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
BasePreferenceload in interface BasePreference<PortablePreferenceMock>customScopeResolutionStrategy - Custom preference scope resolution strategy to be used.public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, ParameterizedCommand<Throwable> errorCallback)
BasePreferenceload in interface BasePreference<PortablePreferenceMock>customScopeResolutionStrategy - Custom preference scope resolution strategy to be used.errorCallback - Error callback that returns the exception that occurred (if any).public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, ParameterizedCommand<PortablePreferenceMock> successCallback, ParameterizedCommand<Throwable> errorCallback)
BasePreferenceload in interface BasePreference<PortablePreferenceMock>customScopeResolutionStrategy - Custom preference scope resolution strategy to be used.successCallback - Success callback that returns the loaded preference.errorCallback - Error callback that returns the exception that occurred (if any).public void save()
BasePreferencesave in interface BasePreference<PortablePreferenceMock>public void save(ParameterizedCommand<Throwable> errorCallback)
BasePreferencesave in interface BasePreference<PortablePreferenceMock>errorCallback - Error callback that returns the exception that occurred (if any).public void save(Command successCallback, ParameterizedCommand<Throwable> errorCallback)
BasePreferencesave in interface BasePreference<PortablePreferenceMock>successCallback - Success callback that indicates that the preference was saved.errorCallback - Error callback that returns the exception that occurred (if any).public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
BasePreferencesave in interface BasePreference<PortablePreferenceMock>customScopeResolutionStrategy - Custom preference scope resolution strategy to be used.public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, ParameterizedCommand<Throwable> errorCallback)
BasePreferencesave in interface BasePreference<PortablePreferenceMock>customScopeResolutionStrategy - Custom preference scope resolution strategy to be used.errorCallback - Error callback that returns the exception that occurred (if any).public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, Command successCallback, ParameterizedCommand<Throwable> errorCallback)
BasePreferencesave in interface BasePreference<PortablePreferenceMock>customScopeResolutionStrategy - Custom preference scope resolution strategy to be used.successCallback - Success callback that indicates that the preference was saved.errorCallback - Error callback that returns the exception that occurred (if any).Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.