com.liferay.portlet.social.model
Interface SocialActivityLimit
- All Superinterfaces:
- AttachedModel, BaseModel<SocialActivityLimit>, ClassedModel, Cloneable, Comparable<SocialActivityLimit>, PersistedModel, Serializable, ShardedModel, 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
| 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 |
ACTIVITY_LIMIT_ID_ACCESSOR
static final Accessor<SocialActivityLimit,Long> ACTIVITY_LIMIT_ID_ACCESSOR
getCount
int getCount()
getCount
int getCount(int limitPeriod)
setCount
void setCount(int limitPeriod,
int count)