Class ProfileSettingStorage
java.lang.Object
org.exoplatform.social.core.profileproperty.storage.ProfileSettingStorage
- Direct Known Subclasses:
CachedProfileSettingStorage
-
Constructor Summary
ConstructorsConstructorDescriptionProfileSettingStorage(ProfilePropertySettingDAO profilePropertySettingDAO, ProfilePropertyOptionDAO profilePropertyOptionDAO) -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.exoplatform.social.core.profileproperty.model.ProfilePropertySettingList<org.exoplatform.social.core.profileproperty.model.ProfilePropertyOption> getProfilePropertyOptions(Long propertySettingId, int offset, int limit) org.exoplatform.social.core.profileproperty.model.ProfilePropertySettingList<org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting> List<org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting> org.exoplatform.social.core.profileproperty.model.ProfilePropertySettingsaveProfilePropertySetting(org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting profilePropertySetting, boolean isNew)
-
Constructor Details
-
ProfileSettingStorage
public ProfileSettingStorage(ProfilePropertySettingDAO profilePropertySettingDAO, ProfilePropertyOptionDAO profilePropertyOptionDAO)
-
-
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
-
getProfilePropertyOptions
-