Liferay 6.2.0

com.liferay.portlet.social.model
Interface SocialActivity

All Superinterfaces:
AttachedModel, BaseModel<SocialActivity>, ClassedModel, Cloneable, Comparable<SocialActivity>, PersistedModel, 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.

See Also:
SocialActivityModel, com.liferay.portlet.social.model.impl.SocialActivityImpl, com.liferay.portlet.social.model.impl.SocialActivityModelImpl

Method Summary
abstract  AssetEntry getAssetEntry()
           
abstract  String getExtraDataValue(String key)
           
abstract  String getExtraDataValue(String key, Locale locale)
           
abstract  boolean isClassName(String className)
           
abstract  void setAssetEntry(AssetEntry assetEntry)
           
abstract  void setExtraDataValue(String key, String value)
           
 
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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getAssetEntry

AssetEntry getAssetEntry()
                         throws SystemException
Throws:
SystemException

getExtraDataValue

String getExtraDataValue(String key)
                         throws JSONException
Throws:
JSONException

getExtraDataValue

String getExtraDataValue(String key,
                         Locale locale)
                         throws JSONException
Throws:
JSONException

isClassName

boolean isClassName(String className)

setAssetEntry

void setAssetEntry(AssetEntry assetEntry)

setExtraDataValue

void setExtraDataValue(String key,
                       String value)
                       throws JSONException
Throws:
JSONException

Liferay 6.2.0