Class SocialActivityImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivity>
com.liferay.portlet.social.model.impl.SocialActivityModelImpl
com.liferay.portlet.social.model.impl.SocialActivityBaseImpl
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.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivity>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.MVCCModel,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>
- Author:
- Brian Wing Shun Chan, Zsolt Berentey
- See Also:
-
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_BITMASKFields inherited from interface com.liferay.social.kernel.model.SocialActivity
ACTIVITY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.asset.kernel.model.AssetEntryprotected com.liferay.portal.kernel.json.JSONObjectgetExtraDataValue(String key) getExtraDataValue(String key, Locale locale) booleanisClassName(String className) voidsetAssetEntry(com.liferay.asset.kernel.model.AssetEntry assetEntry) voidsetExtraData(String extraData) voidsetExtraDataValue(String key, String value) Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityBaseImpl
persistMethods inherited from class com.liferay.portlet.social.model.impl.SocialActivityModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getActivityId, getActivitySetId, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getCtCollectionId, getExpandoBridge, getExtraData, getGroupId, getMirrorActivityId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, 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, setCtCollectionId, setExpandoBridgeAttributes, setGroupId, setMirrorActivityId, setModelAttributes, setMvccVersion, setParentClassNameId, setParentClassPK, setPrimaryKey, setPrimaryKeyObj, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toStringMethods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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.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, setGroupId, setMirrorActivityId, setMvccVersion, setParentClassNameId, setParentClassPK, setPrimaryKey, setReceiverUserId, setReceiverUserUuid, setType, setUserId, setUserUuid, toXmlString
-
Constructor Details
-
SocialActivityImpl
public SocialActivityImpl()
-
-
Method Details
-
getAssetEntry
public com.liferay.asset.kernel.model.AssetEntry getAssetEntry() -
getExtraDataValue
- 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
-
setAssetEntry
public void setAssetEntry(com.liferay.asset.kernel.model.AssetEntry assetEntry) -
setExtraData
- Specified by:
setExtraDatain interfacecom.liferay.social.kernel.model.SocialActivityModel- Overrides:
setExtraDatain classSocialActivityModelImpl
-
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
-