Class CachedProfileSettingStorage
java.lang.Object
org.exoplatform.social.core.profileproperty.storage.ProfileSettingStorage
io.meeds.social.core.profileproperty.storage.CachedProfileSettingStorage
-
Constructor Summary
ConstructorsConstructorDescriptionCachedProfileSettingStorage(org.exoplatform.services.cache.CacheService cacheService, ProfilePropertySettingDAO profilePropertySettingDAO) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidorg.exoplatform.social.core.profileproperty.model.ProfilePropertySettingorg.exoplatform.social.core.profileproperty.model.ProfilePropertySettingList<org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting> org.exoplatform.social.core.profileproperty.model.ProfilePropertySettingsaveProfilePropertySetting(org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting profilePropertySetting, boolean isNew) Methods inherited from class org.exoplatform.social.core.profileproperty.storage.ProfileSettingStorage
getSynchronizedPropertySettings, hasChildProperties
-
Constructor Details
-
CachedProfileSettingStorage
public CachedProfileSettingStorage(org.exoplatform.services.cache.CacheService cacheService, ProfilePropertySettingDAO profilePropertySettingDAO)
-
-
Method Details
-
getPropertySettings
public List<org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting> getPropertySettings()- Overrides:
getPropertySettingsin classProfileSettingStorage
-
findProfileSettingByName
public org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting findProfileSettingByName(String name) - Overrides:
findProfileSettingByNamein classProfileSettingStorage
-
getProfileSettingById
public org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting getProfileSettingById(Long id) - Overrides:
getProfileSettingByIdin classProfileSettingStorage
-
saveProfilePropertySetting
public org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting saveProfilePropertySetting(org.exoplatform.social.core.profileproperty.model.ProfilePropertySetting profilePropertySetting, boolean isNew) - Overrides:
saveProfilePropertySettingin classProfileSettingStorage
-
deleteProfilePropertySetting
- Overrides:
deleteProfilePropertySettingin classProfileSettingStorage
-
clearCaches
public void clearCaches()
-