Class PortablePreferenceMockBeanGeneratedImpl
- java.lang.Object
-
- org.uberfire.preferences.shared.bean.mock.PortablePreferenceMock
-
- org.uberfire.preferences.shared.bean.mock.PortablePreferenceMockBeanGeneratedImpl
-
- All Implemented Interfaces:
BasePreference<PortablePreferenceMock>,BasePreferenceBean<PortablePreferenceMock>,Preference
@Dependent @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class PortablePreferenceMockBeanGeneratedImpl extends PortablePreferenceMock implements BasePreferenceBean<PortablePreferenceMock>
-
-
Constructor Summary
Constructors Constructor Description PortablePreferenceMockBeanGeneratedImpl(PreferenceBeanStore store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload()Loads the preference content recursively through its properties.voidload(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Loads the preference content recursively through its properties.voidload(org.uberfire.mvp.ParameterizedCommand<PortablePreferenceMock> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Loads the preference content recursively through its properties.voidload(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)Loads the preference content recursively through its properties.voidload(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Loads the preference content recursively through its properties.voidload(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<PortablePreferenceMock> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Loads the preference content recursively through its properties.voidsave()Saves the preference content recursively through its properties.voidsave(org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves the preference content recursively through its properties.voidsave(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves the preference content recursively through its properties.voidsave(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)Saves the preference content recursively through its properties.voidsave(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves the preference content recursively through its properties.voidsave(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves the preference content recursively through its properties.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.uberfire.preferences.shared.bean.BasePreference
defaultValue, save, save, save
-
-
-
-
Constructor Detail
-
PortablePreferenceMockBeanGeneratedImpl
@Inject public PortablePreferenceMockBeanGeneratedImpl(PreferenceBeanStore store)
-
-
Method Detail
-
load
public void load()
Description copied from interface:BasePreferenceLoads the preference content recursively through its properties.- Specified by:
loadin interfaceBasePreference<PortablePreferenceMock>
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
Description copied from interface:BasePreferenceLoads the preference content recursively through its properties.- Specified by:
loadin interfaceBasePreference<PortablePreferenceMock>- Parameters:
errorCallback- Error callback that returns the exception that occurred (if any).
-
load
public void load(org.uberfire.mvp.ParameterizedCommand<PortablePreferenceMock> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
Description copied from interface:BasePreferenceLoads the preference content recursively through its properties.- Specified by:
loadin interfaceBasePreference<PortablePreferenceMock>- Parameters:
successCallback- Success callback that returns the loaded preference.errorCallback- Error callback that returns the exception that occurred (if any).
-
load
public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
Description copied from interface:BasePreferenceLoads the preference content recursively through its properties.- Specified by:
loadin interfaceBasePreference<PortablePreferenceMock>- Parameters:
customScopeResolutionStrategy- Custom preference scope resolution strategy to be used.
-
load
public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
Description copied from interface:BasePreferenceLoads the preference content recursively through its properties.- Specified by:
loadin interfaceBasePreference<PortablePreferenceMock>- Parameters:
customScopeResolutionStrategy- Custom preference scope resolution strategy to be used.errorCallback- Error callback that returns the exception that occurred (if any).
-
load
public void load(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<PortablePreferenceMock> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
Description copied from interface:BasePreferenceLoads the preference content recursively through its properties.- Specified by:
loadin interfaceBasePreference<PortablePreferenceMock>- Parameters:
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).
-
save
public void save()
Description copied from interface:BasePreferenceSaves the preference content recursively through its properties.- Specified by:
savein interfaceBasePreference<PortablePreferenceMock>
-
save
public void save(org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
Description copied from interface:BasePreferenceSaves the preference content recursively through its properties.- Specified by:
savein interfaceBasePreference<PortablePreferenceMock>- Parameters:
errorCallback- Error callback that returns the exception that occurred (if any).
-
save
public void save(org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Description copied from interface:BasePreferenceSaves the preference content recursively through its properties.- Specified by:
savein interfaceBasePreference<PortablePreferenceMock>- Parameters:
successCallback- Success callback that indicates that the preference was saved.errorCallback- Error callback that returns the exception that occurred (if any).
-
save
public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy)
Description copied from interface:BasePreferenceSaves the preference content recursively through its properties.- Specified by:
savein interfaceBasePreference<PortablePreferenceMock>- Parameters:
customScopeResolutionStrategy- Custom preference scope resolution strategy to be used.
-
save
public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
Description copied from interface:BasePreferenceSaves the preference content recursively through its properties.- Specified by:
savein interfaceBasePreference<PortablePreferenceMock>- Parameters:
customScopeResolutionStrategy- Custom preference scope resolution strategy to be used.errorCallback- Error callback that returns the exception that occurred (if any).
-
save
public void save(PreferenceScopeResolutionStrategyInfo customScopeResolutionStrategy, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)
Description copied from interface:BasePreferenceSaves the preference content recursively through its properties.- Specified by:
savein interfaceBasePreference<PortablePreferenceMock>- Parameters:
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).
-
-