Uses of Class
org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting
Packages that use ProfilePropertySetting
-
Uses of ProfilePropertySetting in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that return ProfilePropertySettingModifier and TypeMethodDescriptionProfileSettingStorage.findProfileSettingByName(String name) ProfileSettingStorage.getProfileSettingById(Long id) ProfileSettingStorage.saveProfilePropertySetting(ProfilePropertySetting profilePropertySetting, boolean isNew) Saves a profilePropertySetting.Methods in org.exoplatform.social.core.storage.api that return types with arguments of type ProfilePropertySettingModifier and TypeMethodDescriptionProfileSettingStorage.getPropertySettings()Gets a list of available profile settings.ProfileSettingStorage.getSynchronizedPropertySettings()Gets a list of available synchronized settingsMethods in org.exoplatform.social.core.storage.api with parameters of type ProfilePropertySettingModifier and TypeMethodDescriptionProfileSettingStorage.saveProfilePropertySetting(ProfilePropertySetting profilePropertySetting, boolean isNew) Saves a profilePropertySetting.