Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to BlogsStatsUserImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a blogs stats user model instance should use the BlogsStatsUser interface instead.

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.5