Liferay 7.0-ga1 portal-impl

com.liferay.portlet.social.model.impl
Class SocialActivityCounterBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivityCounter>
      extended by com.liferay.portlet.social.model.impl.SocialActivityCounterModelImpl
          extended by 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.ClassedModel, 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

@ProviderType
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.

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
SocialActivityCounterBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityCounterModelImpl
clone, compareTo, equals, getActive, getActivityCounterId, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCurrentValue, getEndPeriod, getExpandoBridge, getGraceValue, getGroupId, getModelAttributes, getModelClass, getModelClassName, getName, getOriginalClassNameId, getOriginalClassPK, getOriginalEndPeriod, getOriginalGroupId, getOriginalName, getOriginalOwnerType, getOriginalStartPeriod, getOwnerType, getPrimaryKey, getPrimaryKeyObj, getStartPeriod, getTotalValue, hashCode, isActive, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActive, setActivityCounterId, setClassName, setClassNameId, setClassPK, setCompanyId, setCurrentValue, setEndPeriod, setExpandoBridgeAttributes, setGraceValue, setGroupId, setModelAttributes, setName, setOwnerType, setPrimaryKey, setPrimaryKeyObj, setStartPeriod, setTotalValue, toCacheModel, toEscapedModel, toString, toXmlString
 
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.social.kernel.model.SocialActivityCounter
isActivePeriod
 
Methods inherited from interface com.liferay.social.kernel.model.SocialActivityCounterModel
clone, compareTo, getActive, getActivityCounterId, getClassName, getClassNameId, getClassPK, getCompanyId, getCurrentValue, getEndPeriod, getExpandoBridge, getGraceValue, getGroupId, getName, getOwnerType, getPrimaryKey, getPrimaryKeyObj, getStartPeriod, getTotalValue, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setActivityCounterId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCurrentValue, setEndPeriod, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGraceValue, setGroupId, setName, setNew, setOwnerType, setPrimaryKey, setPrimaryKeyObj, setStartPeriod, setTotalValue, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SocialActivityCounterBaseImpl

public SocialActivityCounterBaseImpl()
Method Detail

persist

public void persist()
Specified by:
persist in interface com.liferay.portal.kernel.model.PersistedModel

Liferay 7.0-ga1 portal-impl