Liferay 6.2-ce-ga5

com.liferay.portlet.social.model
Interface SocialActivityLimit

All Superinterfaces:
AttachedModel, BaseModel<SocialActivityLimit>, ClassedModel, Cloneable, Comparable<SocialActivityLimit>, PersistedModel, Serializable, SocialActivityLimitModel, TypedModel
All Known Implementing Classes:
SocialActivityLimitWrapper

@ProviderType
public interface SocialActivityLimit
extends SocialActivityLimitModel, PersistedModel

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.

See Also:
SocialActivityLimitModel, SocialActivityLimitImpl, SocialActivityLimitModelImpl

Method Summary
 int getCount()
           
 int getCount(int limitPeriod)
           
 void setCount(int limitPeriod, int count)
           
 
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, setExpandoBridgeAttributes, 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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getCount

int getCount()

getCount

int getCount(int limitPeriod)

setCount

void setCount(int limitPeriod,
              int count)

Liferay 6.2-ce-ga5