Class SocialActivityCounterBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
com.liferay.portlet.social.model.impl.SocialActivityCounterModelImpl
com.liferay.portlet.social.model.impl.SocialActivityCounterBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivityCounter>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivityCounter>
,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.SocialActivityCounter
,com.liferay.social.kernel.model.SocialActivityCounterModel
,Serializable
,Cloneable
,Comparable<com.liferay.social.kernel.model.SocialActivityCounter>
- Direct Known Subclasses:
SocialActivityCounterImpl
public abstract class SocialActivityCounterBaseImpl
extends SocialActivityCounterModelImpl
implements com.liferay.social.kernel.model.SocialActivityCounter
The extended model base implementation for the SocialActivityCounter service. Represents a row in the "SocialActivityCounter" 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 SocialActivityCounterImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
SocialActivityCounterImpl
SocialActivityCounter
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivityCounterModelImpl
ACTIVITYCOUNTERID_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENDPERIOD_COLUMN_BITMASK, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, OWNERTYPE_COLUMN_BITMASK, SESSION_FACTORY, STARTPERIOD_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
Fields inherited from interface com.liferay.social.kernel.model.SocialActivityCounter
ACTIVITY_COUNTER_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityCounterModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getActive, getActivityCounterId, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getClassName, getClassNameId, getClassPK, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCtCollectionId, getCurrentValue, getEndPeriod, getExpandoBridge, getGraceValue, getGroupId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getName, getOriginalClassNameId, getOriginalClassPK, getOriginalEndPeriod, getOriginalGroupId, getOriginalName, getOriginalOwnerType, getOriginalStartPeriod, getOwnerType, getPrimaryKey, getPrimaryKeyObj, getStartPeriod, getTotalValue, hashCode, isActive, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActive, setActivityCounterId, setClassName, setClassNameId, setClassPK, setCompanyId, setCtCollectionId, setCurrentValue, setEndPeriod, setExpandoBridgeAttributes, setGraceValue, setGroupId, setModelAttributes, setMvccVersion, setName, setOwnerType, setPrimaryKey, setPrimaryKeyObj, setStartPeriod, setTotalValue, 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.SocialActivityCounter
isActivePeriod
Methods inherited from interface com.liferay.social.kernel.model.SocialActivityCounterModel
cloneWithOriginalValues, getActive, getActivityCounterId, getClassName, getClassNameId, getClassPK, getCompanyId, getCtCollectionId, getCurrentValue, getEndPeriod, getGraceValue, getGroupId, getMvccVersion, getName, getOwnerType, getPrimaryKey, getStartPeriod, getTotalValue, isActive, setActive, setActivityCounterId, setClassName, setClassNameId, setClassPK, setCompanyId, setCtCollectionId, setCurrentValue, setEndPeriod, setGraceValue, setGroupId, setMvccVersion, setName, setOwnerType, setPrimaryKey, setStartPeriod, setTotalValue, toXmlString
-
Constructor Details
-
SocialActivityCounterBaseImpl
public SocialActivityCounterBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-