Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SocialActivityLimit>
      extended by com.liferay.portlet.social.model.impl.SocialActivityLimitModelImpl
          extended by com.liferay.portlet.social.model.impl.SocialActivityLimitBaseImpl
              extended by com.liferay.portlet.social.model.impl.SocialActivityLimitImpl
All Implemented Interfaces:
AttachedModel, BaseModel<SocialActivityLimit>, ClassedModel, PersistedModel, SocialActivityLimit, SocialActivityLimitModel, Serializable, Cloneable, Comparable<SocialActivityLimit>

public class SocialActivityLimitImpl
extends SocialActivityLimitBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.social.model.impl.SocialActivityLimitModelImpl
ACTIVITYCOUNTERNAME_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, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
SocialActivityLimitImpl()
           
 
Method Summary
 int getCount(int limitPeriod)
           
 void setCount(int limitPeriod, int count)
           
 
Methods inherited from class com.liferay.portlet.social.model.impl.SocialActivityLimitBaseImpl
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, resetOriginalValues, setActivityCounterName, setActivityLimitId, setActivityType, setClassName, setClassNameId, setClassPK, setCompanyId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.social.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, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, setValue, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SocialActivityLimitImpl

public SocialActivityLimitImpl()
Method Detail

getCount

public int getCount(int limitPeriod)

setCount

public void setCount(int limitPeriod,
                     int count)

Liferay 6.1.2-ce-ga3