@ProviderType public interface SocialActivity extends SocialActivityModel, PersistedModel
SocialActivityModel,
com.liferay.portlet.social.model.impl.SocialActivityImpl,
com.liferay.portlet.social.model.impl.SocialActivityModelImpl| Modifier and Type | Field and Description |
|---|---|
static Accessor<SocialActivity,Long> |
ACTIVITY_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
AssetEntry |
getAssetEntry() |
String |
getExtraDataValue(String key) |
String |
getExtraDataValue(String key,
Locale locale) |
boolean |
isClassName(String className) |
void |
setAssetEntry(AssetEntry assetEntry) |
void |
setExtraDataValue(String key,
String value) |
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, toXmlStringgetModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamepersiststatic final Accessor<SocialActivity,Long> ACTIVITY_ID_ACCESSOR
AssetEntry getAssetEntry()
String getExtraDataValue(String key) throws JSONException
JSONExceptionString getExtraDataValue(String key, Locale locale) throws JSONException
JSONExceptionboolean isClassName(String className)
void setAssetEntry(AssetEntry assetEntry)
void setExtraDataValue(String key, String value) throws JSONException
JSONException