com.liferay.portlet.blogs.model
Interface BlogsStatsUser
- All Superinterfaces:
- BaseModel<BlogsStatsUser>, BlogsStatsUserModel, java.lang.Cloneable, java.lang.Comparable<BlogsStatsUser>, java.io.Serializable
public interface BlogsStatsUser
- extends BlogsStatsUserModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the BlogsStatsUser table in the
database.
Customize com.liferay.portlet.blogs.model.impl.BlogsStatsUserImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
BlogsStatsUserModel
,
com.liferay.portlet.blogs.model.impl.BlogsStatsUserImpl
,
com.liferay.portlet.blogs.model.impl.BlogsStatsUserModelImpl
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsStatsUserModel |
getCompanyId, getEntryCount, getGroupId, getLastPostDate, getPrimaryKey, getRatingsAverageScore, getRatingsTotalEntries, getRatingsTotalScore, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, setCompanyId, setEntryCount, setGroupId, setLastPostDate, setPrimaryKey, setRatingsAverageScore, setRatingsTotalEntries, setRatingsTotalScore, setStatsUserId, setStatsUserUuid, setUserId, setUserUuid, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |