@Dependent 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 |
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 |
saveDefaultValue()
Saves the default preference value.
|
void |
saveDefaultValue(Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves the preference content recursively through its properties.
|
void |
saveDefaultValue(ParameterizedCommand<Throwable> errorCallback)
Saves the preference content recursively through its properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultValue@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 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 saveDefaultValue()
BasePreferenceBeansaveDefaultValue in interface BasePreferenceBean<PortablePreferenceMock>public void saveDefaultValue(ParameterizedCommand<Throwable> errorCallback)
BasePreferenceBeansaveDefaultValue in interface BasePreferenceBean<PortablePreferenceMock>errorCallback - Error callback that returns the exception that occurred (if any).public void saveDefaultValue(Command successCallback, ParameterizedCommand<Throwable> errorCallback)
BasePreferenceBeansaveDefaultValue in interface BasePreferenceBean<PortablePreferenceMock>successCallback - Success callback that indicates that the preference was saved.errorCallback - Error callback that returns the exception that occurred (if any).Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.