Package com.liferay.social.kernel.model
Interface SocialActivityCounter
- All Superinterfaces:
AttachedModel
,BaseModel<SocialActivityCounter>
,ClassedModel
,Cloneable
,Comparable<SocialActivityCounter>
,CTModel<SocialActivityCounter>
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,SocialActivityCounterModel
,TypedModel
- All Known Implementing Classes:
SocialActivityCounterWrapper
@ProviderType
public interface SocialActivityCounter
extends PersistedModel, SocialActivityCounterModel
The extended model interface for the SocialActivityCounter service. Represents a row in the "SocialActivityCounter" 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.SocialActivityCounterModel
cloneWithOriginalValues, getActive, getActivityCounterId, getClassName, getClassNameId, getClassPK, getCompanyId, getCtCollectionId, getCurrentValue, getEndPeriod, getGraceValue, getGroupId, getMvccVersion, getName, getOwnerType, getPrimaryKey, getStartPeriod, getTotalValue, isActive, setActive, setActivityCounterId, setClassName, setClassNameId, setClassPK, setCompanyId, setCtCollectionId, setCurrentValue, setEndPeriod, setGraceValue, setGroupId, setMvccVersion, setName, setOwnerType, setPrimaryKey, setStartPeriod, setTotalValue, toXmlString
-
Field Details
-
ACTIVITY_COUNTER_ID_ACCESSOR
-
-
Method Details
-
isActivePeriod
boolean isActivePeriod(int periodLength)
-