Class SocialActivityImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivity>
All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivity>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivity>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, com.liferay.social.kernel.model.SocialActivity, com.liferay.social.kernel.model.SocialActivityModel, Serializable, Cloneable, Comparable<com.liferay.social.kernel.model.SocialActivity>

public class SocialActivityImpl extends SocialActivityBaseImpl
Author:
Brian Wing Shun Chan, Zsolt Berentey
See Also:
  • Constructor Details

    • SocialActivityImpl

      public SocialActivityImpl()
  • Method Details

    • getAssetEntry

      public com.liferay.asset.kernel.model.AssetEntry getAssetEntry()
    • getExtraDataValue

      public String getExtraDataValue(String key) throws com.liferay.portal.kernel.json.JSONException
      Throws:
      com.liferay.portal.kernel.json.JSONException
    • getExtraDataValue

      public String getExtraDataValue(String key, Locale locale) throws com.liferay.portal.kernel.json.JSONException
      Throws:
      com.liferay.portal.kernel.json.JSONException
    • isClassName

      public boolean isClassName(String className)
    • setAssetEntry

      public void setAssetEntry(com.liferay.asset.kernel.model.AssetEntry assetEntry)
    • setExtraData

      public void setExtraData(String extraData)
      Specified by:
      setExtraData in interface com.liferay.social.kernel.model.SocialActivityModel
      Overrides:
      setExtraData in class SocialActivityModelImpl
    • setExtraDataValue

      public void setExtraDataValue(String key, String value) throws com.liferay.portal.kernel.json.JSONException
      Throws:
      com.liferay.portal.kernel.json.JSONException
    • getExtraDataJSONObject

      protected com.liferay.portal.kernel.json.JSONObject getExtraDataJSONObject() throws com.liferay.portal.kernel.json.JSONException
      Throws:
      com.liferay.portal.kernel.json.JSONException