|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<BlogsStatsUser>
com.liferay.portlet.blogs.model.impl.BlogsStatsUserModelImpl
public class BlogsStatsUserModelImpl
The base model implementation for the BlogsStatsUser service. Represents a row in the "BlogsStatsUser" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface BlogsStatsUserModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in BlogsStatsUserImpl.
Never modify or reference this class directly. All methods that expect a blogs stats user model instance should use the BlogsStatsUser interface instead.
BlogsStatsUserImpl,
BlogsStatsUser,
BlogsStatsUserModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
BlogsStatsUserModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BlogsStatsUser blogsStatsUser)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
Gets the company id of this blogs stats user. |
int |
getEntryCount()
Gets the entry count of this blogs stats user. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this blogs stats user. |
Date |
getLastPostDate()
Gets the last post date of this blogs stats user. |
long |
getOriginalGroupId()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
Gets the primary key of this blogs stats user. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
double |
getRatingsAverageScore()
Gets the ratings average score of this blogs stats user. |
int |
getRatingsTotalEntries()
Gets the ratings total entries of this blogs stats user. |
double |
getRatingsTotalScore()
Gets the ratings total score of this blogs stats user. |
long |
getStatsUserId()
Gets the stats user id of this blogs stats user. |
String |
getStatsUserUuid()
Gets the stats user uuid of this blogs stats user. |
long |
getUserId()
Gets the user id of this blogs stats user. |
String |
getUserUuid()
Gets the user uuid of this blogs stats user. |
int |
hashCode()
|
void |
setCompanyId(long companyId)
Sets the company id of this blogs stats user. |
void |
setEntryCount(int entryCount)
Sets the entry count of this blogs stats user. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group id of this blogs stats user. |
void |
setLastPostDate(Date lastPostDate)
Sets the last post date of this blogs stats user. |
void |
setPrimaryKey(long pk)
Sets the primary key of this blogs stats user |
void |
setRatingsAverageScore(double ratingsAverageScore)
Sets the ratings average score of this blogs stats user. |
void |
setRatingsTotalEntries(int ratingsTotalEntries)
Sets the ratings total entries of this blogs stats user. |
void |
setRatingsTotalScore(double ratingsTotalScore)
Sets the ratings total score of this blogs stats user. |
void |
setStatsUserId(long statsUserId)
Sets the stats user id of this blogs stats user. |
void |
setStatsUserUuid(String statsUserUuid)
Sets the stats user uuid of this blogs stats user. |
void |
setUserId(long userId)
Sets the user id of this blogs stats user. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this blogs stats user. |
BlogsStatsUser |
toEscapedModel()
Gets a copy of this blogs stats user as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.blogs.model.BlogsStatsUserModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public BlogsStatsUserModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
BlogsStatsUserModel
getPrimaryKey in interface BlogsStatsUserModelpublic void setPrimaryKey(long pk)
BlogsStatsUserModel
setPrimaryKey in interface BlogsStatsUserModelpk - the primary key of this blogs stats userpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BlogsStatsUser>getPrimaryKeyObj in interface BlogsStatsUserModelpublic long getStatsUserId()
BlogsStatsUserModel
getStatsUserId in interface BlogsStatsUserModelpublic void setStatsUserId(long statsUserId)
BlogsStatsUserModel
setStatsUserId in interface BlogsStatsUserModelstatsUserId - the stats user id of this blogs stats user
public String getStatsUserUuid()
throws SystemException
BlogsStatsUserModel
getStatsUserUuid in interface BlogsStatsUserModelSystemException - if a system exception occurredpublic void setStatsUserUuid(String statsUserUuid)
BlogsStatsUserModel
setStatsUserUuid in interface BlogsStatsUserModelstatsUserUuid - the stats user uuid of this blogs stats userpublic long getGroupId()
BlogsStatsUserModel
getGroupId in interface BlogsStatsUserModelpublic void setGroupId(long groupId)
BlogsStatsUserModel
setGroupId in interface BlogsStatsUserModelgroupId - the group id of this blogs stats userpublic long getOriginalGroupId()
public long getCompanyId()
BlogsStatsUserModel
getCompanyId in interface BlogsStatsUserModelpublic void setCompanyId(long companyId)
BlogsStatsUserModel
setCompanyId in interface BlogsStatsUserModelcompanyId - the company id of this blogs stats userpublic long getUserId()
BlogsStatsUserModel
getUserId in interface BlogsStatsUserModelpublic void setUserId(long userId)
BlogsStatsUserModel
setUserId in interface BlogsStatsUserModeluserId - the user id of this blogs stats user
public String getUserUuid()
throws SystemException
BlogsStatsUserModel
getUserUuid in interface BlogsStatsUserModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
BlogsStatsUserModel
setUserUuid in interface BlogsStatsUserModeluserUuid - the user uuid of this blogs stats userpublic long getOriginalUserId()
public int getEntryCount()
BlogsStatsUserModel
getEntryCount in interface BlogsStatsUserModelpublic void setEntryCount(int entryCount)
BlogsStatsUserModel
setEntryCount in interface BlogsStatsUserModelentryCount - the entry count of this blogs stats userpublic Date getLastPostDate()
BlogsStatsUserModel
getLastPostDate in interface BlogsStatsUserModelpublic void setLastPostDate(Date lastPostDate)
BlogsStatsUserModel
setLastPostDate in interface BlogsStatsUserModellastPostDate - the last post date of this blogs stats userpublic int getRatingsTotalEntries()
BlogsStatsUserModel
getRatingsTotalEntries in interface BlogsStatsUserModelpublic void setRatingsTotalEntries(int ratingsTotalEntries)
BlogsStatsUserModel
setRatingsTotalEntries in interface BlogsStatsUserModelratingsTotalEntries - the ratings total entries of this blogs stats userpublic double getRatingsTotalScore()
BlogsStatsUserModel
getRatingsTotalScore in interface BlogsStatsUserModelpublic void setRatingsTotalScore(double ratingsTotalScore)
BlogsStatsUserModel
setRatingsTotalScore in interface BlogsStatsUserModelratingsTotalScore - the ratings total score of this blogs stats userpublic double getRatingsAverageScore()
BlogsStatsUserModel
getRatingsAverageScore in interface BlogsStatsUserModelpublic void setRatingsAverageScore(double ratingsAverageScore)
BlogsStatsUserModel
setRatingsAverageScore in interface BlogsStatsUserModelratingsAverageScore - the ratings average score of this blogs stats userpublic BlogsStatsUser toEscapedModel()
BlogsStatsUserModelAutoEscapeBeanHandler.
toEscapedModel in interface BlogsStatsUserModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BlogsStatsUser>getExpandoBridge in interface BlogsStatsUserModelgetExpandoBridge in class BaseModelImpl<BlogsStatsUser>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>setExpandoBridgeAttributes in interface BlogsStatsUserModelsetExpandoBridgeAttributes in class BaseModelImpl<BlogsStatsUser>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<BlogsStatsUser>clone in interface BlogsStatsUserModelclone in class BaseModelImpl<BlogsStatsUser>public int compareTo(BlogsStatsUser blogsStatsUser)
compareTo in interface BlogsStatsUserModelcompareTo in interface Comparable<BlogsStatsUser>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface BlogsStatsUserModelhashCode in class Objectpublic String toString()
toString in interface BlogsStatsUserModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<BlogsStatsUser>toXmlString in interface BlogsStatsUserModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||