|
Liferay 7.0-ce-b4 | |||||||||
| 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
@ProviderType 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 Form| Field 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 Map<String,Integer> |
TABLE_COLUMNS_MAP
|
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()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
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()
|
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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
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 final long COMPANYID_COLUMN_BITMASK
public static final long ENTRYCOUNT_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long LASTPOSTDATE_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public BlogsStatsUserModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
BlogsStatsUserModel
getPrimaryKey in interface BlogsStatsUserModelpublic void setPrimaryKey(long primaryKey)
BlogsStatsUserModel
setPrimaryKey in interface BlogsStatsUserModelprimaryKey - the primary key of this blogs stats userpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BlogsStatsUser>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface BlogsStatsUserModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<BlogsStatsUser>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface BlogsStatsUserModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic 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 BlogsStatsUserModelpublic void setStatsUserId(long statsUserId)
BlogsStatsUserModel
setStatsUserId in interface BlogsStatsUserModelstatsUserId - the stats user ID of this blogs stats userpublic String getStatsUserUuid()
BlogsStatsUserModel
getStatsUserUuid in interface BlogsStatsUserModelpublic 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 ShardedModelgetCompanyId in interface BlogsStatsUserModelpublic void setCompanyId(long companyId)
BlogsStatsUserModel
setCompanyId in interface ShardedModelsetCompanyId in interface BlogsStatsUserModelcompanyId - the company ID of this blogs stats userpublic long getOriginalCompanyId()
public long getUserId()
BlogsStatsUserModel
getUserId in interface BlogsStatsUserModelpublic void setUserId(long userId)
BlogsStatsUserModel
setUserId in interface BlogsStatsUserModeluserId - the user ID of this blogs stats userpublic String getUserUuid()
BlogsStatsUserModel
getUserUuid in interface BlogsStatsUserModelpublic 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 int getOriginalEntryCount()
public 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 Date getOriginalLastPostDate()
public 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 long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BlogsStatsUser>getExpandoBridge in interface ClassedModelgetExpandoBridge 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 be appliedServiceContext.getExpandoBridgeAttributes()public BlogsStatsUser toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<BlogsStatsUser>toEscapedModel in interface BlogsStatsUserModeltoEscapedModel in class BaseModelImpl<BlogsStatsUser>AutoEscapeBeanHandlerpublic 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 boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<BlogsStatsUser>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<BlogsStatsUser>true if this model's finder cache is enabled;
false otherwisepublic 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 BlogsStatsUserModeltoCacheModel in class BaseModelImpl<BlogsStatsUser>public String toString()
toString in interface BlogsStatsUserModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<BlogsStatsUser>toXmlString in interface BlogsStatsUserModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||