Class SocialActivityBaseImpl
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
- 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>
- Direct Known Subclasses:
SocialActivityImpl
public abstract class SocialActivityBaseImpl
extends SocialActivityModelImpl
implements com.liferay.social.kernel.model.SocialActivity
The extended model base implementation for the SocialActivity service. Represents a row in the "SocialActivity" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivityImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
-
SocialActivityImplSocialActivity- Serialized Form
- {$generated.description}
-
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
Methods 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, setExtraData, 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.SocialActivity
getAssetEntry, getExtraDataValue, getExtraDataValue, isClassName, setAssetEntry, setExtraDataValueMethods 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
-
Constructor Details
-
SocialActivityBaseImpl
public SocialActivityBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-