com.liferay.portlet.social.model.impl
Class SocialActivityImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<SocialActivity>
com.liferay.portlet.social.model.impl.SocialActivityModelImpl
com.liferay.portlet.social.model.impl.SocialActivityBaseImpl
com.liferay.portlet.social.model.impl.SocialActivityImpl
- All Implemented Interfaces:
- AttachedModel, BaseModel<SocialActivity>, ClassedModel, PersistedModel, TypedModel, SocialActivity, SocialActivityModel, Serializable, Cloneable, Comparable<SocialActivity>
public class SocialActivityImpl
- extends SocialActivityBaseImpl
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivityModelImpl |
ACTIVITYSETID_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MIRRORACTIVITYID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, RECEIVERUSERID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASK |
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityModelImpl |
clone, compareTo, equals, getActivityId, getActivitySetId, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getMirrorActivityId, getModelAttributes, getModelClass, getModelClassName, getOriginalActivitySetId, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalCreateDate, getOriginalGroupId, getOriginalMirrorActivityId, getOriginalReceiverUserId, getOriginalType, getOriginalUserId, getParentClassNameId, getParentClassPK, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getType, getUserId, getUserUuid, hashCode, resetOriginalValues, setActivityId, setActivitySetId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setMirrorActivityId, setModelAttributes, setParentClassNameId, setParentClassPK, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
Methods inherited from interface com.liferay.portlet.social.model.SocialActivityModel |
clone, compareTo, getActivityId, getActivitySetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getMirrorActivityId, getParentClassNameId, getParentClassPK, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getType, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setActivityId, setActivitySetId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMirrorActivityId, setNew, setParentClassNameId, setParentClassPK, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
SocialActivityImpl
public SocialActivityImpl()
getAssetEntry
public AssetEntry getAssetEntry()
throws SystemException
- Throws:
SystemException
getExtraDataValue
public String getExtraDataValue(String key)
throws JSONException
- Throws:
JSONException
getExtraDataValue
public String getExtraDataValue(String key,
Locale locale)
throws JSONException
- Throws:
JSONException
isClassName
public boolean isClassName(String className)
setAssetEntry
public void setAssetEntry(AssetEntry assetEntry)
setExtraData
public void setExtraData(String extraData)
- Description copied from interface:
SocialActivityModel
- Sets the extra data of this social activity.
- Specified by:
setExtraData
in interface SocialActivityModel
- Overrides:
setExtraData
in class SocialActivityModelImpl
- Parameters:
extraData
- the extra data of this social activity
setExtraDataValue
public void setExtraDataValue(String key,
String value)
throws JSONException
- Throws:
JSONException
getExtraDataJSONObject
protected JSONObject getExtraDataJSONObject()
throws JSONException
- Throws:
JSONException