Uses of Interface
org.uberfire.preferences.shared.bean.BasePreferencePortable
-
Packages that use BasePreferencePortable Package Description org.uberfire.preferences.shared.bean org.uberfire.preferences.shared.bean.mock -
-
Uses of BasePreferencePortable in org.uberfire.preferences.shared.bean
Methods in org.uberfire.preferences.shared.bean with type parameters of type BasePreferencePortable 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.Methods in org.uberfire.preferences.shared.bean that return BasePreferencePortable Modifier and Type Method Description BasePreferencePortable<T>PreferenceHierarchyElement. getPortablePreference()Methods in org.uberfire.preferences.shared.bean with parameters of type BasePreferencePortable Modifier and Type Method Description voidPreferenceHierarchyElement. setPortablePreference(BasePreferencePortable<T> portablePreference)Method parameters in org.uberfire.preferences.shared.bean with type arguments of type BasePreferencePortable 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.Constructors in org.uberfire.preferences.shared.bean with parameters of type BasePreferencePortable Constructor Description PreferenceHierarchyElement(String id, BasePreferencePortable<T> portablePreference, boolean shared, boolean root, String bundleKey)PreferenceHierarchyElement(String id, BasePreferencePortable<T> portablePreference, List<PreferenceHierarchyElement<?>> children, boolean shared, boolean root, String bundleKey, Map<String,String> bundleKeyByProperty, Map<String,String> helpBundleKeyByProperty, Map<String,PropertyFormOptions[]> formOptionsByProperty) -
Uses of BasePreferencePortable in org.uberfire.preferences.shared.bean.mock
Classes in org.uberfire.preferences.shared.bean.mock that implement BasePreferencePortable Modifier and Type Class Description classPortablePreferenceMockPortableGeneratedImplCreated to be used in tests, and to avoid Errai errors due to unimplemented interfaces used in portable classes.
-