Liferay 6.0.3

com.liferay.portlet.blogs.model
Interface BlogsStatsUser

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

public interface BlogsStatsUser
extends BlogsStatsUserModel

This interface is a model that represents the BlogsStatsUser table in the database.

Customize BlogsStatsUserImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
BlogsStatsUserModel, BlogsStatsUserImpl, BlogsStatsUserModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setNew, setPrimaryKey, setRatingsAverageScore, setRatingsTotalEntries, setRatingsTotalScore, setStatsUserId, setStatsUserUuid, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3