@ProviderType
public class MBStatsUserModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBStatsUser>
implements com.liferay.portlet.messageboards.model.MBStatsUserModel
This implementation and its corresponding interface MBStatsUserModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MBStatsUserImpl.
MBStatsUserImpl,
MBStatsUser,
MBStatsUserModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
MESSAGECOUNT_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
USERID_COLUMN_BITMASK |
| Constructor and Description |
|---|
MBStatsUserModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.messageboards.model.MBStatsUser mbStatsUser) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
java.util.Date |
getLastPostDate() |
int |
getMessageCount() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getOriginalGroupId() |
int |
getOriginalMessageCount() |
long |
getOriginalUserId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getStatsUserId() |
java.lang.String |
getStatsUserUuid() |
long |
getUserId() |
java.lang.String |
getUserUuid() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setLastPostDate(java.util.Date lastPostDate) |
void |
setMessageCount(int messageCount) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStatsUserId(long statsUserId) |
void |
setStatsUserUuid(java.lang.String statsUserUuid) |
void |
setUserId(long userId) |
void |
setUserUuid(java.lang.String userUuid) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBStatsUser> |
toCacheModel() |
com.liferay.portlet.messageboards.model.MBStatsUser |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.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 GROUPID_COLUMN_BITMASK
public static final long MESSAGECOUNT_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBStatsUser>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBStatsUser>public long getStatsUserId()
getStatsUserId in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic void setStatsUserId(long statsUserId)
setStatsUserId in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic java.lang.String getStatsUserUuid()
getStatsUserUuid in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic void setStatsUserUuid(java.lang.String statsUserUuid)
setStatsUserUuid in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic long getGroupId()
getGroupId in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic long getOriginalGroupId()
public long getUserId()
getUserId in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic long getOriginalUserId()
public int getMessageCount()
getMessageCount in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic void setMessageCount(int messageCount)
setMessageCount in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic int getOriginalMessageCount()
public java.util.Date getLastPostDate()
getLastPostDate in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic void setLastPostDate(java.util.Date lastPostDate)
setLastPostDate in interface com.liferay.portlet.messageboards.model.MBStatsUserModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portlet.messageboards.model.MBStatsUserModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBStatsUser>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>setExpandoBridgeAttributes in interface com.liferay.portlet.messageboards.model.MBStatsUserModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBStatsUser>public com.liferay.portlet.messageboards.model.MBStatsUser toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>toEscapedModel in interface com.liferay.portlet.messageboards.model.MBStatsUserModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBStatsUser>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>clone in interface com.liferay.portlet.messageboards.model.MBStatsUserModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBStatsUser>public int compareTo(com.liferay.portlet.messageboards.model.MBStatsUser mbStatsUser)
compareTo in interface com.liferay.portlet.messageboards.model.MBStatsUserModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.messageboards.model.MBStatsUser>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.messageboards.model.MBStatsUserModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBStatsUser>public com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBStatsUser> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>toCacheModel in interface com.liferay.portlet.messageboards.model.MBStatsUserModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBStatsUser>public java.lang.String toString()
toString in interface com.liferay.portlet.messageboards.model.MBStatsUserModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBStatsUser>toXmlString in interface com.liferay.portlet.messageboards.model.MBStatsUserModel