com.liferay.portlet.blogs.model
Interface BlogsStatsUser
- All Superinterfaces:
- BaseModel, BlogsStatsUserModel, java.lang.Cloneable, java.lang.Comparable, 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.service.model.impl.BlogsStatsUserImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.blogs.service.model.BlogsStatsUserModel
,
com.liferay.portlet.blogs.service.model.impl.BlogsStatsUserImpl
,
com.liferay.portlet.blogs.service.model.impl.BlogsStatsUserModelImpl
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsStatsUserModel |
getCompanyId, getEntryCount, getGroupId, getLastPostDate, getPrimaryKey, getRatingsAverageScore, getRatingsTotalEntries, getRatingsTotalScore, getStatsUserId, getUserId, setCompanyId, setEntryCount, setGroupId, setLastPostDate, setPrimaryKey, setRatingsAverageScore, setRatingsTotalEntries, setRatingsTotalScore, setStatsUserId, setUserId |
Methods inherited from interface java.lang.Comparable |
compareTo |