Liferay 7.0-ce-b4

com.liferay.portlet.blogs.model
Interface BlogsStatsUser

All Superinterfaces:
BaseModel<BlogsStatsUser>, BlogsStatsUserModel, ClassedModel, Cloneable, Comparable<BlogsStatsUser>, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
BlogsStatsUserWrapper

@ProviderType
public interface BlogsStatsUser
extends BlogsStatsUserModel, PersistedModel

The extended model interface for the BlogsStatsUser service. Represents a row in the "BlogsStatsUser" database table, with each column mapped to a property of this class.

See Also:
BlogsStatsUserModel, com.liferay.portlet.blogs.model.impl.BlogsStatsUserImpl, com.liferay.portlet.blogs.model.impl.BlogsStatsUserModelImpl

Field Summary
static Accessor<BlogsStatsUser,Long> STATS_USER_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsStatsUserModel
clone, compareTo, getCompanyId, getEntryCount, getExpandoBridge, getGroupId, getLastPostDate, getPrimaryKey, getPrimaryKeyObj, getRatingsAverageScore, getRatingsTotalEntries, getRatingsTotalScore, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setEntryCount, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRatingsAverageScore, setRatingsTotalEntries, setRatingsTotalScore, setStatsUserId, setStatsUserUuid, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

STATS_USER_ID_ACCESSOR

static final Accessor<BlogsStatsUser,Long> STATS_USER_ID_ACCESSOR

Liferay 7.0-ce-b4