Package com.liferay.social.kernel.model
Interface SocialActivityLimit
- All Superinterfaces:
AttachedModel
,BaseModel<SocialActivityLimit>
,ClassedModel
,Cloneable
,Comparable<SocialActivityLimit>
,CTModel<SocialActivityLimit>
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,SocialActivityLimitModel
,TypedModel
- All Known Implementing Classes:
SocialActivityLimitWrapper
The extended model interface for the SocialActivityLimit service. Represents a row in the "SocialActivityLimit" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
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.portal.kernel.model.PersistedModel
persist
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
-
Field Details
-
ACTIVITY_LIMIT_ID_ACCESSOR
-
-
Method Details
-
getCount
int getCount() -
getCount
int getCount(int limitPeriod) -
setCount
void setCount(int limitPeriod, int count)
-