Uses of Class
org.exoplatform.social.rest.entity.ProfilePropertySettingEntity
Packages that use ProfilePropertySettingEntity
Package
Description
-
Uses of ProfilePropertySettingEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return ProfilePropertySettingEntityModifier and TypeMethodDescriptionstatic ProfilePropertySettingEntityEntityBuilder.buildEntityProfilePropertySetting(org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting profilePropertySetting, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, String objectType) Build rest ProfilePropertySettingEntity from ProfilePropertySetting objectMethods in org.exoplatform.social.rest.api that return types with arguments of type ProfilePropertySettingEntityModifier and TypeMethodDescriptionstatic List<ProfilePropertySettingEntity>EntityBuilder.buildEntityProfilePropertySettingList(List<org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting> profilePropertySettingList, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, String objectType) Build rest ProfilePropertySettingEntity list from ProfilePropertySetting objects liststatic List<ProfilePropertySettingEntity>EntityBuilder.buildProperties(org.exoplatform.social.core.identity.model.Profile profile) Methods in org.exoplatform.social.rest.api with parameters of type ProfilePropertySettingEntityModifier and TypeMethodDescriptionstatic org.exoplatform.social.core.profileproperty.model.ProfilePropertySettingEntityBuilder.buildProfilePropertySettingFromEntity(ProfilePropertySettingEntity profilePropertySettingEntity) Build ProfilePropertySetting from ProfilePropertySettingEntity objectjavax.ws.rs.core.ResponseProfileSettingsRest.createPropertySetting(javax.ws.rs.core.UriInfo uriInfo, ProfilePropertySettingEntity profilePropertySettingEntity) javax.ws.rs.core.ResponseProfileSettingsRest.deletePropertySetting(javax.ws.rs.core.UriInfo uriInfo, ProfilePropertySettingEntity profilePropertySettingEntity) javax.ws.rs.core.ResponseProfileSettingsRest.updatePropertySetting(javax.ws.rs.core.UriInfo uriInfo, ProfilePropertySettingEntity profilePropertySettingEntity) -
Uses of ProfilePropertySettingEntity in org.exoplatform.social.rest.entity
Methods in org.exoplatform.social.rest.entity that return types with arguments of type ProfilePropertySettingEntity -
Uses of ProfilePropertySettingEntity in org.exoplatform.social.rest.impl.user
Method parameters in org.exoplatform.social.rest.impl.user with type arguments of type ProfilePropertySettingEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseUserRestResourcesV1.updateUserProfileAttributes(javax.servlet.http.HttpServletRequest request, String username, List<ProfilePropertySettingEntity> profilePropertySettingEntities)