Uses of Class
com.emc.d2fs.models.preference.Preference
Packages that use Preference
Package
Description
-
Uses of Preference in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that return PreferenceModifier and TypeMethodDescriptionIPreferenceService.getPreference
(Context context) Get preferences for current userIPreferenceService.getPreferenceWithColumn
(Context context, String colType) Get preferences for current user with column objects filledIPreferenceService.updatePreferences
(Context context, Preference updatePreferences) Update user preferencesMethods in com.emc.d2fs.interfaces with parameters of type PreferenceModifier and TypeMethodDescriptionIPreferenceService.updatePreferences
(Context context, Preference updatePreferences) Update user preferencesdefault void
IPreferenceService.updatePreferences
(Context context, Preference updatePreferences, Map<String, String> params) default implemetnetation. -
Uses of Preference in com.emc.d2fs.models.preference
Methods in com.emc.d2fs.models.preference that return PreferenceModifier and TypeMethodDescriptionObjectFactory.createPreference()
Create an instance ofPreference
Methods in com.emc.d2fs.models.preference that return types with arguments of type PreferenceMethods in com.emc.d2fs.models.preference with parameters of type Preference -
Uses of Preference in com.emc.d2fs.services.preference_service
Methods in com.emc.d2fs.services.preference_service that return PreferenceModifier and TypeMethodDescriptionGetPreferenceResponse.getPreference()
Gets the value of the preference property.GetPreferenceWithColumnResponse.getPreference()
Gets the value of the preference property.Methods in com.emc.d2fs.services.preference_service with parameters of type PreferenceModifier and TypeMethodDescriptionvoid
GetPreferenceResponse.setPreference
(Preference value) Sets the value of the preference property.void
GetPreferenceWithColumnResponse.setPreference
(Preference value) Sets the value of the preference property.