Class SocialActivityLimitBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityLimit>
com.liferay.portlet.social.model.impl.SocialActivityLimitModelImpl
com.liferay.portlet.social.model.impl.SocialActivityLimitBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityLimit>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityLimit>
,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.SocialActivityLimit
,com.liferay.social.kernel.model.SocialActivityLimitModel
,Serializable
,Cloneable
,Comparable<com.liferay.social.kernel.model.SocialActivityLimit>
- Direct Known Subclasses:
SocialActivityLimitImpl
public abstract class SocialActivityLimitBaseImpl
extends SocialActivityLimitModelImpl
implements com.liferay.social.kernel.model.SocialActivityLimit
The extended model base implementation for the SocialActivityLimit service. Represents a row in the "SocialActivityLimit" 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 SocialActivityLimitImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
SocialActivityLimitImpl
SocialActivityLimit
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivityLimitModelImpl
ACTIVITYCOUNTERNAME_COLUMN_BITMASK, ACTIVITYLIMITID_COLUMN_BITMASK, ACTIVITYTYPE_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
Fields inherited from interface com.liferay.social.kernel.model.SocialActivityLimit
ACTIVITY_LIMIT_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityLimitModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getActivityCounterName, getActivityLimitId, getActivityType, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCtCollectionId, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalActivityCounterName, getOriginalActivityType, getOriginalClassNameId, getOriginalClassPK, getOriginalGroupId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActivityCounterName, setActivityLimitId, setActivityType, setClassName, setClassNameId, setClassPK, setCompanyId, setCtCollectionId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, 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.SocialActivityLimit
getCount, getCount, setCount
Methods inherited from interface com.liferay.social.kernel.model.SocialActivityLimitModel
cloneWithOriginalValues, getActivityCounterName, getActivityLimitId, getActivityType, getClassName, getClassNameId, getClassPK, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getPrimaryKey, getUserId, getUserUuid, getValue, setActivityCounterName, setActivityLimitId, setActivityType, setClassName, setClassNameId, setClassPK, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setPrimaryKey, setUserId, setUserUuid, setValue, toXmlString
-
Constructor Details
-
SocialActivityLimitBaseImpl
public SocialActivityLimitBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-