|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.blogs.model.BlogsStatsUserWrapper
public class BlogsStatsUserWrapper
This class is a wrapper for BlogsStatsUser.
BlogsStatsUser,
Serialized Form| Constructor Summary | |
|---|---|
BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BlogsStatsUser blogsStatsUser)
|
long |
getCompanyId()
|
int |
getEntryCount()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getLastPostDate()
|
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()
|
BlogsStatsUser |
getWrappedBlogsStatsUser()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setEntryCount(int entryCount)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface BlogsStatsUserModelpublic void setPrimaryKey(long pk)
setPrimaryKey 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 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 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 boolean isNew()
BaseModel
isNew in interface BaseModel<BlogsStatsUser>isNew in interface BlogsStatsUserModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<BlogsStatsUser>setNew in interface BlogsStatsUserModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<BlogsStatsUser>isCachedModel in interface BlogsStatsUserModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<BlogsStatsUser>setCachedModel in interface BlogsStatsUserModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<BlogsStatsUser>isEscapedModel in interface BlogsStatsUserModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<BlogsStatsUser>setEscapedModel in interface BlogsStatsUserModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BlogsStatsUser>getPrimaryKeyObj in interface BlogsStatsUserModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BlogsStatsUser>getExpandoBridge in interface BlogsStatsUserModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<BlogsStatsUser>setExpandoBridgeAttributes in interface BlogsStatsUserModelserviceContext - 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 Objectpublic int compareTo(BlogsStatsUser blogsStatsUser)
compareTo in interface BlogsStatsUserModelcompareTo in interface Comparable<BlogsStatsUser>public 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 BlogsStatsUserModelpublic BlogsStatsUser getWrappedBlogsStatsUser()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||