Class ProfileSettingStorage

java.lang.Object
org.exoplatform.social.core.profileproperty.storage.ProfileSettingStorage
Direct Known Subclasses:
CachedProfileSettingStorage

public class ProfileSettingStorage extends Object
  • Constructor Details

  • Method Details

    • getPropertySettings

      public List<org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting> getPropertySettings()
    • getSynchronizedPropertySettings

      public List<org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting> getSynchronizedPropertySettings()
    • findProfileSettingByName

      public org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting findProfileSettingByName(String name)
    • getProfileSettingById

      public org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting getProfileSettingById(Long id)
    • saveProfilePropertySetting

      public org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting saveProfilePropertySetting(org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting profilePropertySetting, boolean isNew)
    • deleteProfilePropertySetting

      public void deleteProfilePropertySetting(Long id)
    • hasChildProperties

      public boolean hasChildProperties(Long parentId)