|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormField 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 BlogsStatsUserModel
public void setPrimaryKey(long pk)
BlogsStatsUserModel
setPrimaryKey
in interface BlogsStatsUserModel
pk
- the primary key of this blogs stats userpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<BlogsStatsUser>
getPrimaryKeyObj
in interface BlogsStatsUserModel
public long getStatsUserId()
BlogsStatsUserModel
getStatsUserId
in interface BlogsStatsUserModel
public void setStatsUserId(long statsUserId)
BlogsStatsUserModel
setStatsUserId
in interface BlogsStatsUserModel
statsUserId
- the stats user id of this blogs stats userpublic String getStatsUserUuid() throws SystemException
BlogsStatsUserModel
getStatsUserUuid
in interface BlogsStatsUserModel
SystemException
- if a system exception occurredpublic void setStatsUserUuid(String statsUserUuid)
BlogsStatsUserModel
setStatsUserUuid
in interface BlogsStatsUserModel
statsUserUuid
- the stats user uuid of this blogs stats userpublic long getGroupId()
BlogsStatsUserModel
getGroupId
in interface BlogsStatsUserModel
public void setGroupId(long groupId)
BlogsStatsUserModel
setGroupId
in interface BlogsStatsUserModel
groupId
- the group id of this blogs stats userpublic long getOriginalGroupId()
public long getCompanyId()
BlogsStatsUserModel
getCompanyId
in interface BlogsStatsUserModel
public void setCompanyId(long companyId)
BlogsStatsUserModel
setCompanyId
in interface BlogsStatsUserModel
companyId
- the company id of this blogs stats userpublic long getUserId()
BlogsStatsUserModel
getUserId
in interface BlogsStatsUserModel
public void setUserId(long userId)
BlogsStatsUserModel
setUserId
in interface BlogsStatsUserModel
userId
- the user id of this blogs stats userpublic String getUserUuid() throws SystemException
BlogsStatsUserModel
getUserUuid
in interface BlogsStatsUserModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
BlogsStatsUserModel
setUserUuid
in interface BlogsStatsUserModel
userUuid
- the user uuid of this blogs stats userpublic long getOriginalUserId()
public int getEntryCount()
BlogsStatsUserModel
getEntryCount
in interface BlogsStatsUserModel
public void setEntryCount(int entryCount)
BlogsStatsUserModel
setEntryCount
in interface BlogsStatsUserModel
entryCount
- the entry count of this blogs stats userpublic Date getLastPostDate()
BlogsStatsUserModel
getLastPostDate
in interface BlogsStatsUserModel
public void setLastPostDate(Date lastPostDate)
BlogsStatsUserModel
setLastPostDate
in interface BlogsStatsUserModel
lastPostDate
- the last post date of this blogs stats userpublic int getRatingsTotalEntries()
BlogsStatsUserModel
getRatingsTotalEntries
in interface BlogsStatsUserModel
public void setRatingsTotalEntries(int ratingsTotalEntries)
BlogsStatsUserModel
setRatingsTotalEntries
in interface BlogsStatsUserModel
ratingsTotalEntries
- the ratings total entries of this blogs stats userpublic double getRatingsTotalScore()
BlogsStatsUserModel
getRatingsTotalScore
in interface BlogsStatsUserModel
public void setRatingsTotalScore(double ratingsTotalScore)
BlogsStatsUserModel
setRatingsTotalScore
in interface BlogsStatsUserModel
ratingsTotalScore
- the ratings total score of this blogs stats userpublic double getRatingsAverageScore()
BlogsStatsUserModel
getRatingsAverageScore
in interface BlogsStatsUserModel
public void setRatingsAverageScore(double ratingsAverageScore)
BlogsStatsUserModel
setRatingsAverageScore
in interface BlogsStatsUserModel
ratingsAverageScore
- the ratings average score of this blogs stats userpublic BlogsStatsUser toEscapedModel()
BlogsStatsUserModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BlogsStatsUserModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<BlogsStatsUser>
getExpandoBridge
in interface BlogsStatsUserModel
getExpandoBridge
in class BaseModelImpl<BlogsStatsUser>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<BlogsStatsUser>
setExpandoBridgeAttributes
in interface BlogsStatsUserModel
setExpandoBridgeAttributes
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 BlogsStatsUserModel
clone
in class BaseModelImpl<BlogsStatsUser>
public int compareTo(BlogsStatsUser blogsStatsUser)
compareTo
in interface BlogsStatsUserModel
compareTo
in interface Comparable<BlogsStatsUser>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface BlogsStatsUserModel
hashCode
in class Object
public String toString()
toString
in interface BlogsStatsUserModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<BlogsStatsUser>
toXmlString
in interface BlogsStatsUserModel
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |