|
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<MBThread>
com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
@JSON(strict=true) @ProviderType 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 long |
COMPANYID_COLUMN_BITMASK
|
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 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 |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
MBThreadModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBThread mbThread)
|
boolean |
equals(Object obj)
|
long |
getCategoryId()
Returns the category ID of this message boards thread. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this message boards thread. |
long |
getContainerModelId()
Returns the container model ID of this message boards thread. |
String |
getContainerModelName()
Returns the container name of this message boards thread. |
Date |
getCreateDate()
Returns the create date 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. |
Date |
getLastPublishDate()
Returns the last publish date of this message boards thread. |
int |
getMessageCount()
Returns the message count of this message boards thread. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this message boards thread. |
long |
getOriginalCategoryId()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
Date |
getOriginalLastPostDate()
|
double |
getOriginalPriority()
|
long |
getOriginalRootMessageId()
|
int |
getOriginalStatus()
|
String |
getOriginalUuid()
|
long |
getParentContainerModelId()
Returns the parent container model ID of this message boards thread. |
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. |
StagedModelType |
getStagedModelType()
|
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. |
TrashEntry |
getTrashEntry()
Returns the trash entry created when this message boards thread was moved to the Recycle Bin. |
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this message boards thread. |
TrashHandler |
getTrashHandler()
Returns the trash handler for this message boards thread. |
long |
getUserId()
Returns the user ID of this message boards thread. |
String |
getUserName()
Returns the user name of this message boards thread. |
String |
getUserUuid()
Returns the user uuid of this message boards thread. |
String |
getUuid()
Returns the uuid of this message boards thread. |
int |
getViewCount()
Returns the view count of this message boards thread. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isApproved()
Returns true if this message boards thread is approved. |
boolean |
isDenied()
Returns true if this message boards thread is denied. |
boolean |
isDraft()
Returns true if this message boards thread is a draft. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isExpired()
Returns true if this message boards thread is expired. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isInactive()
Returns true if this message boards thread is inactive. |
boolean |
isIncomplete()
Returns true if this message boards thread is incomplete. |
boolean |
isInTrash()
Returns true if this message boards thread is in the Recycle Bin. |
boolean |
isInTrashContainer()
Returns true if the parent of this message boards thread is in the Recycle Bin. |
boolean |
isInTrashExplicitly()
|
boolean |
isInTrashImplicitly()
|
boolean |
isPending()
Returns true if this message boards thread is pending. |
boolean |
isQuestion()
Returns true if this message boards thread is question. |
boolean |
isScheduled()
Returns true if this message boards thread is scheduled. |
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 |
setContainerModelId(long containerModelId)
Sets the container model ID of this message boards thread. |
void |
setCreateDate(Date createDate)
Sets the create date 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 |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this message boards thread. |
void |
setMessageCount(int messageCount)
Sets the message count of this message boards thread. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this message boards thread. |
void |
setParentContainerModelId(long parentContainerModelId)
Sets the parent container model ID 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 |
setUserId(long userId)
Sets the user ID of this message boards thread. |
void |
setUserName(String userName)
Sets the user name of this message boards thread. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this message boards thread. |
void |
setUuid(String uuid)
Sets the uuid 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, 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.messageboards.model.MBThreadModel |
|---|
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 CATEGORYID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long LASTPOSTDATE_COLUMN_BITMASK
public static final long PRIORITY_COLUMN_BITMASK
public static final long ROOTMESSAGEID_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
public static final long UUID_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 ClassedModelgetModelClass in interface ContainerModelpublic String getModelClassName()
getModelClassName in interface ClassedModelgetModelClassName in interface ContainerModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<MBThread>getModelAttributes in class BaseModelImpl<MBThread>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<MBThread>setModelAttributes in class BaseModelImpl<MBThread>@JSON public String getUuid()
MBThreadModel
getUuid in interface StagedModelgetUuid in interface MBThreadModelpublic void setUuid(String uuid)
MBThreadModel
setUuid in interface StagedModelsetUuid in interface MBThreadModeluuid - the uuid of this message boards threadpublic String getOriginalUuid()
@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 GroupedModelgetGroupId in interface MBThreadModelpublic void setGroupId(long groupId)
MBThreadModel
setGroupId in interface GroupedModelsetGroupId in interface MBThreadModelgroupId - the group ID of this message boards threadpublic long getOriginalGroupId()
@JSON public long getCompanyId()
MBThreadModel
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface MBThreadModelpublic void setCompanyId(long companyId)
MBThreadModel
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface MBThreadModelcompanyId - the company ID of this message boards threadpublic long getOriginalCompanyId()
@JSON public long getUserId()
MBThreadModel
getUserId in interface AuditedModelgetUserId in interface MBThreadModelpublic void setUserId(long userId)
MBThreadModel
setUserId in interface AuditedModelsetUserId in interface MBThreadModeluserId - the user ID of this message boards threadpublic String getUserUuid()
MBThreadModel
getUserUuid in interface AuditedModelgetUserUuid in interface MBThreadModelpublic void setUserUuid(String userUuid)
MBThreadModel
setUserUuid in interface AuditedModelsetUserUuid in interface MBThreadModeluserUuid - the user uuid of this message boards thread@JSON public String getUserName()
MBThreadModel
getUserName in interface AuditedModelgetUserName in interface MBThreadModelpublic void setUserName(String userName)
MBThreadModel
setUserName in interface AuditedModelsetUserName in interface MBThreadModeluserName - the user name of this message boards thread@JSON public Date getCreateDate()
MBThreadModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface MBThreadModelpublic void setCreateDate(Date createDate)
MBThreadModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface MBThreadModelcreateDate - the create date of this message boards thread@JSON public Date getModifiedDate()
MBThreadModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface MBThreadModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
MBThreadModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface MBThreadModelmodifiedDate - the modified date 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 threadpublic String getRootMessageUserUuid()
MBThreadModel
getRootMessageUserUuid in interface MBThreadModelpublic 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 threadpublic String getLastPostByUserUuid()
MBThreadModel
getLastPostByUserUuid in interface MBThreadModelpublic 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 Date getLastPublishDate()
MBThreadModel
getLastPublishDate in interface StagedGroupedModelgetLastPublishDate in interface MBThreadModelpublic void setLastPublishDate(Date lastPublishDate)
MBThreadModel
setLastPublishDate in interface StagedGroupedModelsetLastPublishDate in interface MBThreadModellastPublishDate - the last publish date of this message boards thread@JSON public int getStatus()
MBThreadModel
getStatus in interface TrashedModelgetStatus 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 threadpublic String getStatusByUserUuid()
MBThreadModel
getStatusByUserUuid in interface WorkflowedModelgetStatusByUserUuid in interface MBThreadModelpublic void setStatusByUserUuid(String statusByUserUuid)
MBThreadModel
setStatusByUserUuid in interface WorkflowedModelsetStatusByUserUuid 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 long getContainerModelId()
MBThreadModel
getContainerModelId in interface ContainerModelgetContainerModelId in interface MBThreadModelpublic void setContainerModelId(long containerModelId)
MBThreadModel
setContainerModelId in interface ContainerModelsetContainerModelId in interface MBThreadModelcontainerModelId - the container model ID of this message boards threadpublic long getParentContainerModelId()
MBThreadModel
getParentContainerModelId in interface ContainerModelgetParentContainerModelId in interface MBThreadModelpublic void setParentContainerModelId(long parentContainerModelId)
MBThreadModel
setParentContainerModelId in interface ContainerModelsetParentContainerModelId in interface MBThreadModelparentContainerModelId - the parent container model ID of this message boards threadpublic String getContainerModelName()
MBThreadModel
getContainerModelName in interface ContainerModelgetContainerModelName in interface MBThreadModelpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModel
public TrashEntry getTrashEntry()
throws PortalException
MBThreadModel
getTrashEntry in interface TrashedModelgetTrashEntry in interface MBThreadModelPortalExceptionpublic long getTrashEntryClassPK()
MBThreadModel
getTrashEntryClassPK in interface TrashedModelgetTrashEntryClassPK in interface MBThreadModelpublic TrashHandler getTrashHandler()
MBThreadModel
getTrashHandler in interface TrashedModelgetTrashHandler in interface MBThreadModelpublic boolean isInTrash()
MBThreadModeltrue if this message boards thread is in the Recycle Bin.
isInTrash in interface TrashedModelisInTrash in interface MBThreadModeltrue if this message boards thread is in the Recycle Bin; false otherwisepublic boolean isInTrashContainer()
MBThreadModeltrue if the parent of this message boards thread is in the Recycle Bin.
isInTrashContainer in interface TrashedModelisInTrashContainer in interface MBThreadModeltrue if the parent of this message boards thread is in the Recycle Bin; false otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly in interface TrashedModelisInTrashExplicitly in interface MBThreadModelpublic boolean isInTrashImplicitly()
isInTrashImplicitly in interface TrashedModelisInTrashImplicitly 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 isDenied()
MBThreadModeltrue if this message boards thread is denied.
isDenied in interface WorkflowedModelisDenied in interface MBThreadModeltrue if this message boards thread is denied; 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 isInactive()
MBThreadModeltrue if this message boards thread is inactive.
isInactive in interface WorkflowedModelisInactive in interface MBThreadModeltrue if this message boards thread is inactive; false otherwisepublic boolean isIncomplete()
MBThreadModeltrue if this message boards thread is incomplete.
isIncomplete in interface WorkflowedModelisIncomplete in interface MBThreadModeltrue if this message boards thread is incomplete; 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 boolean isScheduled()
MBThreadModeltrue if this message boards thread is scheduled.
isScheduled in interface WorkflowedModelisScheduled in interface MBThreadModeltrue if this message boards thread is scheduled; false otherwisepublic long getColumnBitmask()
public 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 context to be appliedServiceContext.getExpandoBridgeAttributes()public MBThread toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<MBThread>toEscapedModel in interface MBThreadModeltoEscapedModel in class BaseModelImpl<MBThread>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<MBThread>clone in interface StagedModelclone 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 boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<MBThread>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<MBThread>true if this model's finder cache is enabled;
false otherwisepublic 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 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||