Liferay 6.2-ce-ga5

com.liferay.portlet.social.model
Interface SocialActivityCounter

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

@ProviderType
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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 boolean isActivePeriod(int periodLength)
           
 
Methods inherited from interface com.liferay.portlet.social.model.SocialActivityCounterModel
clone, compareTo, getActive, getActivityCounterId, getClassName, getClassNameId, getClassPK, getCompanyId, getCurrentValue, getEndPeriod, getExpandoBridge, getGraceValue, getGroupId, getName, getOwnerType, getPrimaryKey, getPrimaryKeyObj, getStartPeriod, getTotalValue, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setActivityCounterId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCurrentValue, setEndPeriod, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.2-ce-ga5