com.liferay.portlet.social.model
Interface SocialActivity
- All Superinterfaces:
- AttachedModel, BaseModel<SocialActivity>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<SocialActivity>, PersistedModel, java.io.Serializable, SocialActivityModel, TypedModel
- All Known Implementing Classes:
- SocialActivityWrapper
@ProviderType
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.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialActivityModel,
SocialActivityImpl,
SocialActivityModelImpl- Generated:
| 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, setExtraData, setGroupId, setMirrorActivityId, setNew, setParentClassNameId, setParentClassPK, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
getAssetEntry
AssetEntry getAssetEntry()
throws SystemException
- Throws:
SystemException
getExtraDataValue
java.lang.String getExtraDataValue(java.lang.String key)
throws JSONException
- Throws:
JSONException
getExtraDataValue
java.lang.String getExtraDataValue(java.lang.String key,
java.util.Locale locale)
throws JSONException
- Throws:
JSONException
isClassName
boolean isClassName(java.lang.String className)
setAssetEntry
void setAssetEntry(AssetEntry assetEntry)
setExtraDataValue
void setExtraDataValue(java.lang.String key,
java.lang.String value)
throws JSONException
- Throws:
JSONException