Uses of Interface
org.uberfire.preferences.shared.bean.BasePreference
-
Packages that use BasePreference Package Description org.uberfire.preferences.shared.bean org.uberfire.preferences.shared.bean.mock -
-
Uses of BasePreference in org.uberfire.preferences.shared.bean
Subinterfaces of BasePreference in org.uberfire.preferences.shared.bean Modifier and Type Interface Description interfaceBasePreferenceBean<T>Represents a generated managed bean implementation of a preference bean.interfaceBasePreferencePortable<T>Represents a generated portable implementation of a preference bean.Methods in org.uberfire.preferences.shared.bean with type parameters of type BasePreference Modifier and Type Method Description <U extends BasePreference<U>,T extends BasePreferencePortable<U>>
TPreferenceBeanServerStore. load(T emptyPortablePreference)Loads all preference bean properties.<U extends BasePreference<U>,T extends BasePreferencePortable<U>>
TPreferenceBeanServerStore. load(T emptyPortablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)Loads all preference bean properties, following the passed scope resolution strategy.<U extends BasePreference<U>,T extends BasePreferencePortable<U>>
voidPreferenceBeanStore. load(T emptyPortablePreference, org.uberfire.mvp.ParameterizedCommand<T> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Loads all preference bean properties.<U extends BasePreference<U>,T extends BasePreferencePortable<U>>
voidPreferenceBeanStore. load(T emptyPortablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo, org.uberfire.mvp.ParameterizedCommand<T> successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Loads all preference bean properties, following the passed scope resolution strategy.<U extends BasePreference<U>,T extends BasePreferencePortable<U>>
voidPreferenceBeanServerStore. save(T portablePreference)Saves all preference data.<U extends BasePreference<U>,T extends BasePreferencePortable<U>>
voidPreferenceBeanServerStore. save(T portablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)Saves all preference data, following the passed scope resolution strategy.<U extends BasePreference<U>,T extends BasePreferencePortable<U>>
voidPreferenceBeanServerStore. save(T portablePreference, PreferenceScope scope)Saves all preference data, inside the passed scope.<U extends BasePreference<U>,T extends BasePreferencePortable<U>>
voidPreferenceBeanStore. save(T portablePreference, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves all preference data.<U extends BasePreference<U>,T extends BasePreferencePortable<U>>
voidPreferenceBeanStore. save(T portablePreference, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves all preference data, following the passed scope resolution strategy.<U extends BasePreference<U>,T extends BasePreferencePortable<U>>
voidPreferenceBeanStore. save(T portablePreference, PreferenceScope scope, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves all preference data, following the passed scope resolution strategy.Method parameters in org.uberfire.preferences.shared.bean with type arguments of type BasePreference Modifier and Type Method Description voidPreferenceBeanServerStore. save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences)Saves all preferences passed.voidPreferenceBeanServerStore. save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo)Saves all preferences passed, following the passed scope resolution strategy.voidPreferenceBeanServerStore. save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScope scope)Saves all preferences passed, following the passed scope resolution strategy.voidPreferenceBeanStore. save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves all preferences passed.voidPreferenceBeanStore. save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScopeResolutionStrategyInfo scopeResolutionStrategyInfo, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves all preferences passed, following the passed scope resolution strategy.voidPreferenceBeanStore. save(Collection<BasePreferencePortable<? extends BasePreference<?>>> portablePreferences, PreferenceScope scope, org.uberfire.mvp.Command successCallback, org.uberfire.mvp.ParameterizedCommand<Throwable> errorCallback)Saves all preferences passed, following the passed scope resolution strategy. -
Uses of BasePreference in org.uberfire.preferences.shared.bean.mock
Classes in org.uberfire.preferences.shared.bean.mock that implement BasePreference Modifier and Type Class Description classPortablePreferenceMockCreated to be used in tests, and to avoid Errai errors due to unimplemented interfaces used in portable classes.classPortablePreferenceMockBeanGeneratedImplclassPortablePreferenceMockPortableGeneratedImplCreated to be used in tests, and to avoid Errai errors due to unimplemented interfaces used in portable classes.
-