|
Liferay 6.1.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<MBThread>
com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
@JSON(strict=true) public class MBThreadModelImpl
The base model implementation for the MBThread service. Represents a row in the "MBThread" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface MBThreadModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MBThreadImpl.
MBThreadImpl,
MBThread,
MBThreadModel,
Serialized Form| Field Summary | |
|---|---|
static long |
CATEGORYID_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
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 long |
PRIORITY_COLUMN_BITMASK
|
static long |
ROOTMESSAGEID_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static long |
STATUS_COLUMN_BITMASK
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
MBThreadModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBThread mbThread)
|
boolean |
equals(Object obj)
|
boolean |
getApproved()
Deprecated. isApproved() |
long |
getCategoryId()
Returns the category ID of this message boards thread. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this message boards thread. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this message boards thread. |
long |
getLastPostByUserId()
Returns the last post by user ID of this message boards thread. |
String |
getLastPostByUserUuid()
Returns the last post by user uuid of this message boards thread. |
Date |
getLastPostDate()
Returns the last post date of this message boards thread. |
int |
getMessageCount()
Returns the message count of this message boards thread. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getOriginalCategoryId()
|
long |
getOriginalGroupId()
|
Date |
getOriginalLastPostDate()
|
double |
getOriginalPriority()
|
long |
getOriginalRootMessageId()
|
int |
getOriginalStatus()
|
long |
getPrimaryKey()
Returns the primary key of this message boards thread. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
double |
getPriority()
Returns the priority of this message boards thread. |
boolean |
getQuestion()
Returns the question of this message boards thread. |
long |
getRootMessageId()
Returns the root message ID of this message boards thread. |
long |
getRootMessageUserId()
Returns the root message user ID of this message boards thread. |
String |
getRootMessageUserUuid()
Returns the root message user uuid of this message boards thread. |
int |
getStatus()
Returns the status of this message boards thread. |
long |
getStatusByUserId()
Returns the status by user ID of this message boards thread. |
String |
getStatusByUserName()
Returns the status by user name of this message boards thread. |
String |
getStatusByUserUuid()
Returns the status by user uuid of this message boards thread. |
Date |
getStatusDate()
Returns the status date of this message boards thread. |
long |
getThreadId()
Returns the thread ID of this message boards thread. |
int |
getViewCount()
Returns the view count of this message boards thread. |
int |
hashCode()
|
boolean |
isApproved()
Returns true if this message boards thread is approved. |
boolean |
isDraft()
Returns true if this message boards thread is a draft. |
boolean |
isExpired()
Returns true if this message boards thread is expired. |
boolean |
isPending()
Returns true if this message boards thread is pending. |
boolean |
isQuestion()
Returns true if this message boards thread is question. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCategoryId(long categoryId)
Sets the category ID of this message boards thread. |
void |
setCompanyId(long companyId)
Sets the company ID of this message boards thread. |
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 message boards thread. |
void |
setLastPostByUserId(long lastPostByUserId)
Sets the last post by user ID of this message boards thread. |
void |
setLastPostByUserUuid(String lastPostByUserUuid)
Sets the last post by user uuid of this message boards thread. |
void |
setLastPostDate(Date lastPostDate)
Sets the last post date of this message boards thread. |
void |
setMessageCount(int messageCount)
Sets the message count of this message boards thread. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards thread. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPriority(double priority)
Sets the priority of this message boards thread. |
void |
setQuestion(boolean question)
Sets whether this message boards thread is question. |
void |
setRootMessageId(long rootMessageId)
Sets the root message ID of this message boards thread. |
void |
setRootMessageUserId(long rootMessageUserId)
Sets the root message user ID of this message boards thread. |
void |
setRootMessageUserUuid(String rootMessageUserUuid)
Sets the root message user uuid of this message boards thread. |
void |
setStatus(int status)
Sets the status of this message boards thread. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this message boards thread. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this message boards thread. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this message boards thread. |
void |
setStatusDate(Date statusDate)
Sets the status date of this message boards thread. |
void |
setThreadId(long threadId)
Sets the thread ID of this message boards thread. |
void |
setViewCount(int viewCount)
Sets the view count of this message boards thread. |
CacheModel<MBThread> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
MBThread |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static MBThread |
toModel(MBThreadSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<MBThread> |
toModels(MBThreadSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadModel |
|---|
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 CATEGORYID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long LASTPOSTDATE_COLUMN_BITMASK
public static long PRIORITY_COLUMN_BITMASK
public static long ROOTMESSAGEID_COLUMN_BITMASK
public static long STATUS_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public MBThreadModelImpl()
| Method Detail |
|---|
public static MBThread toModel(MBThreadSoap soapModel)
soapModel - the soap model instance to convert
public static List<MBThread> toModels(MBThreadSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
MBThreadModel
getPrimaryKey in interface MBThreadModelpublic void setPrimaryKey(long primaryKey)
MBThreadModel
setPrimaryKey in interface MBThreadModelprimaryKey - the primary key of this message boards threadpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBThread>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface MBThreadModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<MBThread>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface MBThreadModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModel@JSON public long getThreadId()
MBThreadModel
getThreadId in interface MBThreadModelpublic void setThreadId(long threadId)
MBThreadModel
setThreadId in interface MBThreadModelthreadId - the thread ID of this message boards thread@JSON public long getGroupId()
MBThreadModel
getGroupId in interface MBThreadModelpublic void setGroupId(long groupId)
MBThreadModel
setGroupId in interface MBThreadModelgroupId - the group ID of this message boards threadpublic long getOriginalGroupId()
@JSON public long getCompanyId()
MBThreadModel
getCompanyId in interface MBThreadModelpublic void setCompanyId(long companyId)
MBThreadModel
setCompanyId in interface MBThreadModelcompanyId - the company ID of this message boards thread@JSON public long getCategoryId()
MBThreadModel
getCategoryId in interface MBThreadModelpublic void setCategoryId(long categoryId)
MBThreadModel
setCategoryId in interface MBThreadModelcategoryId - the category ID of this message boards threadpublic long getOriginalCategoryId()
@JSON public long getRootMessageId()
MBThreadModel
getRootMessageId in interface MBThreadModelpublic void setRootMessageId(long rootMessageId)
MBThreadModel
setRootMessageId in interface MBThreadModelrootMessageId - the root message ID of this message boards threadpublic long getOriginalRootMessageId()
@JSON public long getRootMessageUserId()
MBThreadModel
getRootMessageUserId in interface MBThreadModelpublic void setRootMessageUserId(long rootMessageUserId)
MBThreadModel
setRootMessageUserId in interface MBThreadModelrootMessageUserId - the root message user ID of this message boards thread
public String getRootMessageUserUuid()
throws SystemException
MBThreadModel
getRootMessageUserUuid in interface MBThreadModelSystemException - if a system exception occurredpublic void setRootMessageUserUuid(String rootMessageUserUuid)
MBThreadModel
setRootMessageUserUuid in interface MBThreadModelrootMessageUserUuid - the root message user uuid of this message boards thread@JSON public int getMessageCount()
MBThreadModel
getMessageCount in interface MBThreadModelpublic void setMessageCount(int messageCount)
MBThreadModel
setMessageCount in interface MBThreadModelmessageCount - the message count of this message boards thread@JSON public int getViewCount()
MBThreadModel
getViewCount in interface MBThreadModelpublic void setViewCount(int viewCount)
MBThreadModel
setViewCount in interface MBThreadModelviewCount - the view count of this message boards thread@JSON public long getLastPostByUserId()
MBThreadModel
getLastPostByUserId in interface MBThreadModelpublic void setLastPostByUserId(long lastPostByUserId)
MBThreadModel
setLastPostByUserId in interface MBThreadModellastPostByUserId - the last post by user ID of this message boards thread
public String getLastPostByUserUuid()
throws SystemException
MBThreadModel
getLastPostByUserUuid in interface MBThreadModelSystemException - if a system exception occurredpublic void setLastPostByUserUuid(String lastPostByUserUuid)
MBThreadModel
setLastPostByUserUuid in interface MBThreadModellastPostByUserUuid - the last post by user uuid of this message boards thread@JSON public Date getLastPostDate()
MBThreadModel
getLastPostDate in interface MBThreadModelpublic void setLastPostDate(Date lastPostDate)
MBThreadModel
setLastPostDate in interface MBThreadModellastPostDate - the last post date of this message boards threadpublic Date getOriginalLastPostDate()
@JSON public double getPriority()
MBThreadModel
getPriority in interface MBThreadModelpublic void setPriority(double priority)
MBThreadModel
setPriority in interface MBThreadModelpriority - the priority of this message boards threadpublic double getOriginalPriority()
@JSON public boolean getQuestion()
MBThreadModel
getQuestion in interface MBThreadModelpublic boolean isQuestion()
MBThreadModeltrue if this message boards thread is question.
isQuestion in interface MBThreadModeltrue if this message boards thread is question; false otherwisepublic void setQuestion(boolean question)
MBThreadModel
setQuestion in interface MBThreadModelquestion - the question of this message boards thread@JSON public int getStatus()
MBThreadModel
getStatus in interface WorkflowedModelgetStatus in interface MBThreadModelpublic void setStatus(int status)
MBThreadModel
setStatus in interface WorkflowedModelsetStatus in interface MBThreadModelstatus - the status of this message boards threadpublic int getOriginalStatus()
@JSON public long getStatusByUserId()
MBThreadModel
getStatusByUserId in interface WorkflowedModelgetStatusByUserId in interface MBThreadModelpublic void setStatusByUserId(long statusByUserId)
MBThreadModel
setStatusByUserId in interface WorkflowedModelsetStatusByUserId in interface MBThreadModelstatusByUserId - the status by user ID of this message boards thread
public String getStatusByUserUuid()
throws SystemException
MBThreadModel
getStatusByUserUuid in interface MBThreadModelSystemException - if a system exception occurredpublic void setStatusByUserUuid(String statusByUserUuid)
MBThreadModel
setStatusByUserUuid in interface MBThreadModelstatusByUserUuid - the status by user uuid of this message boards thread@JSON public String getStatusByUserName()
MBThreadModel
getStatusByUserName in interface WorkflowedModelgetStatusByUserName in interface MBThreadModelpublic void setStatusByUserName(String statusByUserName)
MBThreadModel
setStatusByUserName in interface WorkflowedModelsetStatusByUserName in interface MBThreadModelstatusByUserName - the status by user name of this message boards thread@JSON public Date getStatusDate()
MBThreadModel
getStatusDate in interface WorkflowedModelgetStatusDate in interface MBThreadModelpublic void setStatusDate(Date statusDate)
MBThreadModel
setStatusDate in interface WorkflowedModelsetStatusDate in interface MBThreadModelstatusDate - the status date of this message boards threadpublic boolean getApproved()
isApproved()
getApproved in interface MBThreadModelpublic boolean isApproved()
MBThreadModeltrue if this message boards thread is approved.
isApproved in interface WorkflowedModelisApproved in interface MBThreadModeltrue if this message boards thread is approved; false otherwisepublic boolean isDraft()
MBThreadModeltrue if this message boards thread is a draft.
isDraft in interface WorkflowedModelisDraft in interface MBThreadModeltrue if this message boards thread is a draft; false otherwisepublic boolean isExpired()
MBThreadModeltrue if this message boards thread is expired.
isExpired in interface WorkflowedModelisExpired in interface MBThreadModeltrue if this message boards thread is expired; false otherwisepublic boolean isPending()
MBThreadModeltrue if this message boards thread is pending.
isPending in interface WorkflowedModelisPending in interface MBThreadModeltrue if this message boards thread is pending; false otherwisepublic long getColumnBitmask()
public MBThread toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<MBThread>toEscapedModel in interface MBThreadModeltoEscapedModel in class BaseModelImpl<MBThread>AutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBThread>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface MBThreadModelgetExpandoBridge in class BaseModelImpl<MBThread>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBThread>setExpandoBridgeAttributes in interface MBThreadModelsetExpandoBridgeAttributes in class BaseModelImpl<MBThread>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<MBThread>clone in interface MBThreadModelclone in class BaseModelImpl<MBThread>public int compareTo(MBThread mbThread)
compareTo in interface MBThreadModelcompareTo in interface Comparable<MBThread>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MBThreadModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<MBThread>resetOriginalValues in class BaseModelImpl<MBThread>public CacheModel<MBThread> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<MBThread>toCacheModel in interface MBThreadModeltoCacheModel in class BaseModelImpl<MBThread>public String toString()
toString in interface MBThreadModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBThread>toXmlString in interface MBThreadModel
|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||