Liferay 7.0-ce-b8 portal-impl

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

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

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

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
SocialActivityLimitBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityLimitModelImpl
clone, compareTo, equals, getActivityCounterName, getActivityLimitId, getActivityType, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalActivityCounterName, getOriginalActivityType, getOriginalClassNameId, getOriginalClassPK, getOriginalGroupId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActivityCounterName, setActivityLimitId, setActivityType, setClassName, setClassNameId, setClassPK, setCompanyId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, 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.SocialActivityLimit
getCount, getCount, setCount
 
Methods inherited from interface com.liferay.social.kernel.model.SocialActivityLimitModel
clone, compareTo, getActivityCounterName, getActivityLimitId, getActivityType, getClassName, getClassNameId, getClassPK, getCompanyId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getValue, hashCode, isCachedModel, isEscapedModel, isNew, setActivityCounterName, setActivityLimitId, setActivityType, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, 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

SocialActivityLimitBaseImpl

public SocialActivityLimitBaseImpl()
Method Detail

persist

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

Liferay 7.0-ce-b8 portal-impl