com.liferay.portlet.social.model
Interface SocialActivity
- All Superinterfaces:
- AttachedModel, BaseModel<SocialActivity>, ClassedModel, Cloneable, Comparable<SocialActivity>, PersistedModel, Serializable, SocialActivityModel
- All Known Implementing Classes:
- SocialActivityWrapper
public interface SocialActivity
- extends SocialActivityModel, PersistedModel
The extended model interface for the SocialActivity service. Represents a row in the "SocialActivity" database table, with each column mapped to a property of this class.
- See Also:
SocialActivityModel,
SocialActivityImpl,
SocialActivityModelImpl
| Methods inherited from interface com.liferay.portlet.social.model.SocialActivityModel |
clone, compareTo, getActivityId, getActivitySetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getMirrorActivityId, 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, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
getAssetEntry
AssetEntry getAssetEntry()
throws SystemException
- Throws:
SystemException
getExtraDataValue
String getExtraDataValue(String key)
throws JSONException
- Throws:
JSONException
isClassName
boolean isClassName(String className)
setAssetEntry
void setAssetEntry(AssetEntry assetEntry)
setExtraData
void setExtraData(String extraData)
- Description copied from interface:
SocialActivityModel
- Sets the extra data of this social activity.
- Specified by:
setExtraData in interface SocialActivityModel
- Parameters:
extraData - the extra data of this social activity