Liferay 6.2-ce-ga5

com.liferay.portlet.social.model.impl
Class SocialActivityImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SocialActivity>
      extended by com.liferay.portlet.social.model.impl.SocialActivityModelImpl
          extended by com.liferay.portlet.social.model.impl.SocialActivityBaseImpl
              extended by com.liferay.portlet.social.model.impl.SocialActivityImpl
All Implemented Interfaces:
AttachedModel, BaseModel<SocialActivity>, ClassedModel, PersistedModel, TypedModel, SocialActivity, SocialActivityModel, Serializable, Cloneable, Comparable<SocialActivity>

public class SocialActivityImpl
extends SocialActivityBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivityModelImpl
ACTIVITYSETID_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MIRRORACTIVITYID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, RECEIVERUSERID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASK
 
Constructor Summary
SocialActivityImpl()
           
 
Method Summary
 AssetEntry getAssetEntry()
           
protected  JSONObject getExtraDataJSONObject()
           
 String getExtraDataValue(String key)
           
 String getExtraDataValue(String key, Locale locale)
           
 boolean isClassName(String className)
           
 void setAssetEntry(AssetEntry assetEntry)
           
 void setExtraData(String extraData)
          Sets the extra data of this social activity.
 void setExtraDataValue(String key, String value)
           
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityModelImpl
clone, compareTo, equals, getActivityId, getActivitySetId, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getExtraData, getGroupId, getMirrorActivityId, getModelAttributes, getModelClass, getModelClassName, getOriginalActivitySetId, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalCreateDate, getOriginalGroupId, getOriginalMirrorActivityId, getOriginalReceiverUserId, getOriginalType, getOriginalUserId, getParentClassNameId, getParentClassPK, getPrimaryKey, getPrimaryKeyObj, getReceiverUserId, getReceiverUserUuid, getType, getUserId, getUserUuid, hashCode, resetOriginalValues, setActivityId, setActivitySetId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setMirrorActivityId, setModelAttributes, setParentClassNameId, setParentClassPK, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, 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
 

Constructor Detail

SocialActivityImpl

public SocialActivityImpl()
Method Detail

getAssetEntry

public AssetEntry getAssetEntry()
                         throws SystemException
Throws:
SystemException

getExtraDataValue

public String getExtraDataValue(String key)
                         throws JSONException
Throws:
JSONException

getExtraDataValue

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

isClassName

public boolean isClassName(String className)

setAssetEntry

public void setAssetEntry(AssetEntry assetEntry)

setExtraData

public void setExtraData(String extraData)
Description copied from interface: SocialActivityModel
Sets the extra data of this social activity.

Specified by:
setExtraData in interface SocialActivityModel
Overrides:
setExtraData in class SocialActivityModelImpl
Parameters:
extraData - the extra data of this social activity

setExtraDataValue

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

getExtraDataJSONObject

protected JSONObject getExtraDataJSONObject()
                                     throws JSONException
Throws:
JSONException

Liferay 6.2-ce-ga5