Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model
Interface SocialActivityCounter

All Superinterfaces:
AttachedModel, BaseModel<SocialActivityCounter>, ClassedModel, Cloneable, Comparable<SocialActivityCounter>, PersistedModel, Serializable, SocialActivityCounterModel
All Known Implementing Classes:
SocialActivityCounterWrapper

public interface SocialActivityCounter
extends SocialActivityCounterModel, PersistedModel

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.

See Also:
SocialActivityCounterModel, SocialActivityCounterImpl, SocialActivityCounterModelImpl

Method Summary
 boolean isActivePeriod(int periodLength)
           
 
Methods inherited from interface com.liferay.portlet.social.model.SocialActivityCounterModel
clone, compareTo, getActivityCounterId, getClassName, getClassNameId, getClassPK, getCompanyId, getCurrentValue, getEndPeriod, getExpandoBridge, getGraceValue, getGroupId, getName, getOwnerType, getPrimaryKey, getPrimaryKeyObj, getStartPeriod, getTotalValue, hashCode, isCachedModel, isEscapedModel, isNew, setActivityCounterId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCurrentValue, setEndPeriod, setExpandoBridgeAttributes, setGraceValue, setGroupId, setName, setNew, setOwnerType, setPrimaryKey, setPrimaryKeyObj, setStartPeriod, setTotalValue, 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

isActivePeriod

boolean isActivePeriod(int periodLength)

Liferay 6.1.2-ce-ga3