Class SocialActivitySetBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySet>
com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
com.liferay.portlet.social.model.impl.SocialActivitySetBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySet>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivitySet>
,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.SocialActivitySet
,com.liferay.social.kernel.model.SocialActivitySetModel
,Serializable
,Cloneable
,Comparable<com.liferay.social.kernel.model.SocialActivitySet>
- Direct Known Subclasses:
SocialActivitySetImpl
public abstract class SocialActivitySetBaseImpl
extends SocialActivitySetModelImpl
implements com.liferay.social.kernel.model.SocialActivitySet
The extended model base implementation for the SocialActivitySet service. Represents a row in the "SocialActivitySet" 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 SocialActivitySetImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
SocialActivitySetImpl
SocialActivitySet
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MODIFIEDDATE_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, 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.SocialActivitySet
ACTIVITY_SET_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getActivityCount, getActivitySetId, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCreateDate, getCtCollectionId, getExpandoBridge, getExtraData, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getOriginalClassNameId, getOriginalClassPK, getOriginalGroupId, getOriginalType, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getType, getUserId, getUserUuid, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActivityCount, setActivitySetId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExpandoBridgeAttributes, setExtraData, setGroupId, setModelAttributes, setModifiedDate, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setType, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString
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.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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.social.kernel.model.SocialActivitySetModel
cloneWithOriginalValues, getActivityCount, getActivitySetId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getExtraData, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getType, getUserId, getUserUuid, setActivityCount, setActivitySetId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExtraData, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setType, setUserId, setUserUuid, toXmlString
-
Constructor Details
-
SocialActivitySetBaseImpl
public SocialActivitySetBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-