Package com.liferay.social.kernel.model
Interface SocialActivity
- All Superinterfaces:
AttachedModel,BaseModel<SocialActivity>,ClassedModel,Cloneable,Comparable<SocialActivity>,CTModel<SocialActivity>,MVCCModel,PersistedModel,Serializable,ShardedModel,SocialActivityModel,TypedModel
- All Known Implementing Classes:
SocialActivityWrapper
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:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetExtraDataValue(String key) getExtraDataValue(String key, Locale locale) booleanisClassName(String className) voidsetAssetEntry(AssetEntry assetEntry) voidsetExtraDataValue(String key, String value) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.social.kernel.model.SocialActivityModel
cloneWithOriginalValues, getActivityId, getActivitySetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getExtraData, getGroupId, getMirrorActivityId, getMvccVersion, getParentClassNameId, getParentClassPK, getPrimaryKey, getReceiverUserId, getReceiverUserUuid, getType, getUserId, getUserUuid, setActivityId, setActivitySetId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExtraData, setGroupId, setMirrorActivityId, setMvccVersion, setParentClassNameId, setParentClassPK, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toXmlString
-
Field Details
-
ACTIVITY_ID_ACCESSOR
-
-
Method Details
-
getAssetEntry
AssetEntry getAssetEntry() -
getExtraDataValue
- Throws:
JSONException
-
getExtraDataValue
- Throws:
JSONException
-
isClassName
-
setAssetEntry
-
setExtraDataValue
- Throws:
JSONException
-