|
Liferay 6.1.2-ce-ga3 | |||||||||
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
.
BlogsStatsUserImpl
,
BlogsStatsUser
,
BlogsStatsUserModel
,
Serialized FormField Summary | |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static long |
ENTRYCOUNT_COLUMN_BITMASK
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LASTPOSTDATE_COLUMN_BITMASK
|
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
|
static long |
USERID_COLUMN_BITMASK
|
Constructor Summary | |
---|---|
BlogsStatsUserModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BlogsStatsUser blogsStatsUser)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this blogs stats user. |
int |
getEntryCount()
Returns the entry count of this blogs stats user. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this blogs stats user. |
Date |
getLastPostDate()
Returns the last post date of this blogs stats user. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOriginalCompanyId()
|
int |
getOriginalEntryCount()
|
long |
getOriginalGroupId()
|
Date |
getOriginalLastPostDate()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
Returns the primary key of this blogs stats user. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
double |
getRatingsAverageScore()
Returns the ratings average score of this blogs stats user. |
int |
getRatingsTotalEntries()
Returns the ratings total entries of this blogs stats user. |
double |
getRatingsTotalScore()
Returns the ratings total score of this blogs stats user. |
long |
getStatsUserId()
Returns the stats user ID of this blogs stats user. |
String |
getStatsUserUuid()
Returns the stats user uuid of this blogs stats user. |
long |
getUserId()
Returns the user ID of this blogs stats user. |
String |
getUserUuid()
Returns the user uuid of this blogs stats user. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
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 |
setModelAttributes(Map<String,Object> attributes)
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this blogs stats user. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
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. |
CacheModel<BlogsStatsUser> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
BlogsStatsUser |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
BlogsStatsUser |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, 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 boolean COLUMN_BITMASK_ENABLED
public static long COMPANYID_COLUMN_BITMASK
public static long ENTRYCOUNT_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long LASTPOSTDATE_COLUMN_BITMASK
public static long USERID_COLUMN_BITMASK
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 primaryKey)
BlogsStatsUserModel
setPrimaryKey
in interface BlogsStatsUserModel
primaryKey
- the primary key of this blogs stats userpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<BlogsStatsUser>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface BlogsStatsUserModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<BlogsStatsUser>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface BlogsStatsUserModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<BlogsStatsUser>
getModelAttributes
in class BaseModelImpl<BlogsStatsUser>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<BlogsStatsUser>
setModelAttributes
in class BaseModelImpl<BlogsStatsUser>
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 getOriginalCompanyId()
public 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 int getOriginalEntryCount()
public 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 Date getOriginalLastPostDate()
public 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 long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<BlogsStatsUser>
getExpandoBridge
in interface ClassedModel
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 contextServiceContext.getExpandoBridgeAttributes(
)
public BlogsStatsUser toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<BlogsStatsUser>
toEscapedModel
in interface BlogsStatsUserModel
toEscapedModel
in class BaseModelImpl<BlogsStatsUser>
AutoEscapeBeanHandler
public BlogsStatsUser toUnescapedModel()
toUnescapedModel
in interface BaseModel<BlogsStatsUser>
toUnescapedModel
in interface BlogsStatsUserModel
toUnescapedModel
in class BaseModelImpl<BlogsStatsUser>
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 void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<BlogsStatsUser>
resetOriginalValues
in class BaseModelImpl<BlogsStatsUser>
public CacheModel<BlogsStatsUser> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<BlogsStatsUser>
toCacheModel
in interface BlogsStatsUserModel
toCacheModel
in class BaseModelImpl<BlogsStatsUser>
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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |