Liferay 7.0-ce-b7 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.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:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivity>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, com.liferay.social.kernel.model.SocialActivity, com.liferay.social.kernel.model.SocialActivityModel, Serializable, Cloneable, Comparable<com.liferay.social.kernel.model.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_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, TYPE_COLUMN_BITMASK, USERID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.social.kernel.model.SocialActivity
ACTIVITY_ID_ACCESSOR
 
Constructor Summary
SocialActivityImpl()
           
 
Method Summary
 com.liferay.asset.kernel.model.AssetEntry getAssetEntry()
           
protected  com.liferay.portal.kernel.json.JSONObject getExtraDataJSONObject()
           
 String getExtraDataValue(String key)
           
 String getExtraDataValue(String key, Locale locale)
           
 boolean isClassName(String className)
           
 void setAssetEntry(com.liferay.asset.kernel.model.AssetEntry assetEntry)
           
 void setExtraData(String extraData)
           
 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, isEntityCacheEnabled, isFinderCacheEnabled, 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.kernel.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.social.kernel.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.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SocialActivityImpl

public SocialActivityImpl()
Method Detail

getAssetEntry

public com.liferay.asset.kernel.model.AssetEntry getAssetEntry()

getExtraDataValue

public String getExtraDataValue(String key)
                         throws com.liferay.portal.kernel.json.JSONException
Throws:
com.liferay.portal.kernel.json.JSONException

getExtraDataValue

public String getExtraDataValue(String key,
                                Locale locale)
                         throws com.liferay.portal.kernel.json.JSONException
Throws:
com.liferay.portal.kernel.json.JSONException

isClassName

public boolean isClassName(String className)

setAssetEntry

public void setAssetEntry(com.liferay.asset.kernel.model.AssetEntry assetEntry)

setExtraData

public void setExtraData(String extraData)
Specified by:
setExtraData in interface com.liferay.social.kernel.model.SocialActivityModel
Overrides:
setExtraData in class SocialActivityModelImpl

setExtraDataValue

public void setExtraDataValue(String key,
                              String value)
                       throws com.liferay.portal.kernel.json.JSONException
Throws:
com.liferay.portal.kernel.json.JSONException

getExtraDataJSONObject

protected com.liferay.portal.kernel.json.JSONObject getExtraDataJSONObject()
                                                                    throws com.liferay.portal.kernel.json.JSONException
Throws:
com.liferay.portal.kernel.json.JSONException

Liferay 7.0-ce-b7 portal-impl