|
Liferay 6.0.3 | |||||||||
| 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
This interface is a model that represents the BlogsStatsUser table in the database.
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()
|
int |
getEntryCount()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getLastPostDate()
|
long |
getOriginalGroupId()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
double |
getRatingsAverageScore()
|
int |
getRatingsTotalEntries()
|
double |
getRatingsTotalScore()
|
long |
getStatsUserId()
|
String |
getStatsUserUuid()
|
long |
getUserId()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setCompanyId(long companyId)
|
void |
setEntryCount(int entryCount)
|
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)
|
void |
setLastPostDate(Date lastPostDate)
|
void |
setPrimaryKey(long pk)
|
void |
setRatingsAverageScore(double ratingsAverageScore)
|
void |
setRatingsTotalEntries(int ratingsTotalEntries)
|
void |
setRatingsTotalScore(double ratingsTotalScore)
|
void |
setStatsUserId(long statsUserId)
|
void |
setStatsUserUuid(String statsUserUuid)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
BlogsStatsUser |
toEscapedModel()
|
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()
getPrimaryKey in interface BlogsStatsUserModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface BlogsStatsUserModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BlogsStatsUser>getPrimaryKeyObj in interface BlogsStatsUserModelpublic long getStatsUserId()
getStatsUserId in interface BlogsStatsUserModelpublic void setStatsUserId(long statsUserId)
setStatsUserId in interface BlogsStatsUserModel
public String getStatsUserUuid()
throws SystemException
getStatsUserUuid in interface BlogsStatsUserModelSystemExceptionpublic void setStatsUserUuid(String statsUserUuid)
setStatsUserUuid in interface BlogsStatsUserModelpublic long getGroupId()
getGroupId in interface BlogsStatsUserModelpublic void setGroupId(long groupId)
setGroupId in interface BlogsStatsUserModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface BlogsStatsUserModelpublic void setCompanyId(long companyId)
setCompanyId in interface BlogsStatsUserModelpublic long getUserId()
getUserId in interface BlogsStatsUserModelpublic void setUserId(long userId)
setUserId in interface BlogsStatsUserModel
public String getUserUuid()
throws SystemException
getUserUuid in interface BlogsStatsUserModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface BlogsStatsUserModelpublic long getOriginalUserId()
public int getEntryCount()
getEntryCount in interface BlogsStatsUserModelpublic void setEntryCount(int entryCount)
setEntryCount in interface BlogsStatsUserModelpublic Date getLastPostDate()
getLastPostDate in interface BlogsStatsUserModelpublic void setLastPostDate(Date lastPostDate)
setLastPostDate in interface BlogsStatsUserModelpublic int getRatingsTotalEntries()
getRatingsTotalEntries in interface BlogsStatsUserModelpublic void setRatingsTotalEntries(int ratingsTotalEntries)
setRatingsTotalEntries in interface BlogsStatsUserModelpublic double getRatingsTotalScore()
getRatingsTotalScore in interface BlogsStatsUserModelpublic void setRatingsTotalScore(double ratingsTotalScore)
setRatingsTotalScore in interface BlogsStatsUserModelpublic double getRatingsAverageScore()
getRatingsAverageScore in interface BlogsStatsUserModelpublic void setRatingsAverageScore(double ratingsAverageScore)
setRatingsAverageScore in interface BlogsStatsUserModelpublic BlogsStatsUser toEscapedModel()
toEscapedModel in interface BlogsStatsUserModelpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||