Liferay 7.0-ga1 portal-impl

com.liferay.portlet.messageboards.model.impl
Class MBThreadModelImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>
      extended by com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
All Implemented Interfaces:
com.liferay.message.boards.kernel.model.MBThreadModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TrashedModel, com.liferay.portal.kernel.model.WorkflowedModel, Serializable, Cloneable, Comparable<com.liferay.message.boards.kernel.model.MBThread>
Direct Known Subclasses:
MBThreadBaseImpl

@JSON(strict=true)
@ProviderType
public class MBThreadModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>
implements com.liferay.message.boards.kernel.model.MBThreadModel

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.

See Also:
MBThreadImpl, MBThread, MBThreadModel, Serialized Form
{$generated.description}

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()
           
 int compareTo(com.liferay.message.boards.kernel.model.MBThread mbThread)
           
 boolean equals(Object obj)
           
 long getCategoryId()
           
 long getColumnBitmask()
           
 long getCompanyId()
           
 long getContainerModelId()
           
 String getContainerModelName()
           
 Date getCreateDate()
           
 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 long getLastPostByUserId()
           
 String getLastPostByUserUuid()
           
 Date getLastPostDate()
           
 Date getLastPublishDate()
           
 int getMessageCount()
           
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 long getOriginalCategoryId()
           
 long getOriginalCompanyId()
           
 long getOriginalGroupId()
           
 Date getOriginalLastPostDate()
           
 double getOriginalPriority()
           
 long getOriginalRootMessageId()
           
 int getOriginalStatus()
           
 String getOriginalUuid()
           
 long getParentContainerModelId()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
           
 double getPriority()
           
 boolean getQuestion()
           
 long getRootMessageId()
           
 long getRootMessageUserId()
           
 String getRootMessageUserUuid()
           
 com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
           
 int getStatus()
           
 long getStatusByUserId()
           
 String getStatusByUserName()
           
 String getStatusByUserUuid()
           
 Date getStatusDate()
           
 long getThreadId()
           
 com.liferay.trash.kernel.model.TrashEntry getTrashEntry()
           
 long getTrashEntryClassPK()
           
 com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
           
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 String getUuid()
           
 int getViewCount()
           
 int hashCode()
           
 boolean hasSetModifiedDate()
           
 boolean isApproved()
           
 boolean isDenied()
           
 boolean isDraft()
           
 boolean isEntityCacheEnabled()
           
 boolean isExpired()
           
 boolean isFinderCacheEnabled()
           
 boolean isInactive()
           
 boolean isIncomplete()
           
 boolean isInTrash()
           
 boolean isInTrashContainer()
           
 boolean isInTrashExplicitly()
           
 boolean isInTrashImplicitly()
           
 boolean isPending()
           
 boolean isQuestion()
           
 boolean isScheduled()
           
 void resetOriginalValues()
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setContainerModelId(long containerModelId)
           
 void setCreateDate(Date createDate)
           
 void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setLastPostByUserId(long lastPostByUserId)
           
 void setLastPostByUserUuid(String lastPostByUserUuid)
           
 void setLastPostDate(Date lastPostDate)
           
 void setLastPublishDate(Date lastPublishDate)
           
 void setMessageCount(int messageCount)
           
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
           
 void setParentContainerModelId(long parentContainerModelId)
           
 void setPrimaryKey(long primaryKey)
           
 void setPrimaryKeyObj(Serializable primaryKeyObj)
           
 void setPriority(double priority)
           
 void setQuestion(boolean question)
           
 void setRootMessageId(long rootMessageId)
           
 void setRootMessageUserId(long rootMessageUserId)
           
 void setRootMessageUserUuid(String rootMessageUserUuid)
           
 void setStatus(int status)
           
 void setStatusByUserId(long statusByUserId)
           
 void setStatusByUserName(String statusByUserName)
           
 void setStatusByUserUuid(String statusByUserUuid)
           
 void setStatusDate(Date statusDate)
           
 void setThreadId(long threadId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUserUuid(String userUuid)
           
 void setUuid(String uuid)
           
 void setViewCount(int viewCount)
           
 com.liferay.portal.kernel.model.CacheModel<com.liferay.message.boards.kernel.model.MBThread> toCacheModel()
           
 com.liferay.message.boards.kernel.model.MBThread toEscapedModel()
           
static com.liferay.message.boards.kernel.model.MBThread toModel(com.liferay.message.boards.kernel.model.MBThreadSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<com.liferay.message.boards.kernel.model.MBThread> toModels(com.liferay.message.boards.kernel.model.MBThreadSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 String toXmlString()
           
 
Methods inherited from class com.liferay.portal.kernel.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.message.boards.kernel.model.MBThreadModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_COLUMNS_MAP

public static final Map<String,Integer> TABLE_COLUMNS_MAP

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

CATEGORYID_COLUMN_BITMASK

public static final long CATEGORYID_COLUMN_BITMASK
See Also:
Constant Field Values

COMPANYID_COLUMN_BITMASK

public static final long COMPANYID_COLUMN_BITMASK
See Also:
Constant Field Values

GROUPID_COLUMN_BITMASK

public static final long GROUPID_COLUMN_BITMASK
See Also:
Constant Field Values

LASTPOSTDATE_COLUMN_BITMASK

public static final long LASTPOSTDATE_COLUMN_BITMASK
See Also:
Constant Field Values

PRIORITY_COLUMN_BITMASK

public static final long PRIORITY_COLUMN_BITMASK
See Also:
Constant Field Values

ROOTMESSAGEID_COLUMN_BITMASK

public static final long ROOTMESSAGEID_COLUMN_BITMASK
See Also:
Constant Field Values

STATUS_COLUMN_BITMASK

public static final long STATUS_COLUMN_BITMASK
See Also:
Constant Field Values

UUID_COLUMN_BITMASK

public static final long UUID_COLUMN_BITMASK
See Also:
Constant Field Values

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

MBThreadModelImpl

public MBThreadModelImpl()
Method Detail

toModel

public static com.liferay.message.boards.kernel.model.MBThread toModel(com.liferay.message.boards.kernel.model.MBThreadSoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static List<com.liferay.message.boards.kernel.model.MBThread> toModels(com.liferay.message.boards.kernel.model.MBThreadSoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface com.liferay.message.boards.kernel.model.MBThreadModel

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Specified by:
setPrimaryKey in interface com.liferay.message.boards.kernel.model.MBThreadModel

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ClassedModel
Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ContainerModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel
Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ContainerModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Overrides:
getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Overrides:
setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>

getUuid

@JSON
public String getUuid()
Specified by:
getUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getUuid in interface com.liferay.portal.kernel.model.StagedModel

setUuid

public void setUuid(String uuid)
Specified by:
setUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setUuid in interface com.liferay.portal.kernel.model.StagedModel

getOriginalUuid

public String getOriginalUuid()

getThreadId

@JSON
public long getThreadId()
Specified by:
getThreadId in interface com.liferay.message.boards.kernel.model.MBThreadModel

setThreadId

public void setThreadId(long threadId)
Specified by:
setThreadId in interface com.liferay.message.boards.kernel.model.MBThreadModel

getGroupId

@JSON
public long getGroupId()
Specified by:
getGroupId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getGroupId in interface com.liferay.portal.kernel.model.GroupedModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setGroupId in interface com.liferay.portal.kernel.model.GroupedModel

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Specified by:
getCompanyId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.StagedModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.StagedModel

getOriginalCompanyId

public long getOriginalCompanyId()

getUserId

@JSON
public long getUserId()
Specified by:
getUserId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getUserId in interface com.liferay.portal.kernel.model.AuditedModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setUserId in interface com.liferay.portal.kernel.model.AuditedModel

getUserUuid

public String getUserUuid()
Specified by:
getUserUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel

setUserUuid

public void setUserUuid(String userUuid)
Specified by:
setUserUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel

getUserName

@JSON
public String getUserName()
Specified by:
getUserName in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getUserName in interface com.liferay.portal.kernel.model.AuditedModel

setUserName

public void setUserName(String userName)
Specified by:
setUserName in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setUserName in interface com.liferay.portal.kernel.model.AuditedModel

getCreateDate

@JSON
public Date getCreateDate()
Specified by:
getCreateDate in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.StagedModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.StagedModel

getModifiedDate

@JSON
public Date getModifiedDate()
Specified by:
getModifiedDate in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel

hasSetModifiedDate

public boolean hasSetModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Specified by:
setModifiedDate in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel

getCategoryId

@JSON
public long getCategoryId()
Specified by:
getCategoryId in interface com.liferay.message.boards.kernel.model.MBThreadModel

setCategoryId

public void setCategoryId(long categoryId)
Specified by:
setCategoryId in interface com.liferay.message.boards.kernel.model.MBThreadModel

getOriginalCategoryId

public long getOriginalCategoryId()

getRootMessageId

@JSON
public long getRootMessageId()
Specified by:
getRootMessageId in interface com.liferay.message.boards.kernel.model.MBThreadModel

setRootMessageId

public void setRootMessageId(long rootMessageId)
Specified by:
setRootMessageId in interface com.liferay.message.boards.kernel.model.MBThreadModel

getOriginalRootMessageId

public long getOriginalRootMessageId()

getRootMessageUserId

@JSON
public long getRootMessageUserId()
Specified by:
getRootMessageUserId in interface com.liferay.message.boards.kernel.model.MBThreadModel

setRootMessageUserId

public void setRootMessageUserId(long rootMessageUserId)
Specified by:
setRootMessageUserId in interface com.liferay.message.boards.kernel.model.MBThreadModel

getRootMessageUserUuid

public String getRootMessageUserUuid()
Specified by:
getRootMessageUserUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel

setRootMessageUserUuid

public void setRootMessageUserUuid(String rootMessageUserUuid)
Specified by:
setRootMessageUserUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel

getMessageCount

@JSON
public int getMessageCount()
Specified by:
getMessageCount in interface com.liferay.message.boards.kernel.model.MBThreadModel

setMessageCount

public void setMessageCount(int messageCount)
Specified by:
setMessageCount in interface com.liferay.message.boards.kernel.model.MBThreadModel

getViewCount

@JSON
public int getViewCount()
Specified by:
getViewCount in interface com.liferay.message.boards.kernel.model.MBThreadModel

setViewCount

public void setViewCount(int viewCount)
Specified by:
setViewCount in interface com.liferay.message.boards.kernel.model.MBThreadModel

getLastPostByUserId

@JSON
public long getLastPostByUserId()
Specified by:
getLastPostByUserId in interface com.liferay.message.boards.kernel.model.MBThreadModel

setLastPostByUserId

public void setLastPostByUserId(long lastPostByUserId)
Specified by:
setLastPostByUserId in interface com.liferay.message.boards.kernel.model.MBThreadModel

getLastPostByUserUuid

public String getLastPostByUserUuid()
Specified by:
getLastPostByUserUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel

setLastPostByUserUuid

public void setLastPostByUserUuid(String lastPostByUserUuid)
Specified by:
setLastPostByUserUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel

getLastPostDate

@JSON
public Date getLastPostDate()
Specified by:
getLastPostDate in interface com.liferay.message.boards.kernel.model.MBThreadModel

setLastPostDate

public void setLastPostDate(Date lastPostDate)
Specified by:
setLastPostDate in interface com.liferay.message.boards.kernel.model.MBThreadModel

getOriginalLastPostDate

public Date getOriginalLastPostDate()

getPriority

@JSON
public double getPriority()
Specified by:
getPriority in interface com.liferay.message.boards.kernel.model.MBThreadModel

setPriority

public void setPriority(double priority)
Specified by:
setPriority in interface com.liferay.message.boards.kernel.model.MBThreadModel

getOriginalPriority

public double getOriginalPriority()

getQuestion

@JSON
public boolean getQuestion()
Specified by:
getQuestion in interface com.liferay.message.boards.kernel.model.MBThreadModel

isQuestion

public boolean isQuestion()
Specified by:
isQuestion in interface com.liferay.message.boards.kernel.model.MBThreadModel

setQuestion

public void setQuestion(boolean question)
Specified by:
setQuestion in interface com.liferay.message.boards.kernel.model.MBThreadModel

getLastPublishDate

@JSON
public Date getLastPublishDate()
Specified by:
getLastPublishDate in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel

setLastPublishDate

public void setLastPublishDate(Date lastPublishDate)
Specified by:
setLastPublishDate in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel

getStatus

@JSON
public int getStatus()
Specified by:
getStatus in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getStatus in interface com.liferay.portal.kernel.model.TrashedModel
Specified by:
getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel

setStatus

public void setStatus(int status)
Specified by:
setStatus in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setStatus in interface com.liferay.portal.kernel.model.WorkflowedModel

getOriginalStatus

public int getOriginalStatus()

getStatusByUserId

@JSON
public long getStatusByUserId()
Specified by:
getStatusByUserId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Specified by:
setStatusByUserId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel

getStatusByUserUuid

public String getStatusByUserUuid()
Specified by:
getStatusByUserUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Specified by:
setStatusByUserUuid in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel

getStatusByUserName

@JSON
public String getStatusByUserName()
Specified by:
getStatusByUserName in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Specified by:
setStatusByUserName in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel

getStatusDate

@JSON
public Date getStatusDate()
Specified by:
getStatusDate in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel

setStatusDate

public void setStatusDate(Date statusDate)
Specified by:
setStatusDate in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel

getContainerModelId

public long getContainerModelId()
Specified by:
getContainerModelId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel

setContainerModelId

public void setContainerModelId(long containerModelId)
Specified by:
setContainerModelId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel

getParentContainerModelId

public long getParentContainerModelId()
Specified by:
getParentContainerModelId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel

setParentContainerModelId

public void setParentContainerModelId(long parentContainerModelId)
Specified by:
setParentContainerModelId in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel

getContainerModelName

public String getContainerModelName()
Specified by:
getContainerModelName in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getContainerModelName in interface com.liferay.portal.kernel.model.ContainerModel

getStagedModelType

public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel

getTrashEntry

public com.liferay.trash.kernel.model.TrashEntry getTrashEntry()
                                                        throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getTrashEntry in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getTrashEntry in interface com.liferay.portal.kernel.model.TrashedModel
Throws:
com.liferay.portal.kernel.exception.PortalException

getTrashEntryClassPK

public long getTrashEntryClassPK()
Specified by:
getTrashEntryClassPK in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModel

getTrashHandler

public com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
Specified by:
getTrashHandler in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getTrashHandler in interface com.liferay.portal.kernel.model.TrashedModel

isInTrash

public boolean isInTrash()
Specified by:
isInTrash in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isInTrash in interface com.liferay.portal.kernel.model.TrashedModel

isInTrashContainer

public boolean isInTrashContainer()
Specified by:
isInTrashContainer in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isInTrashContainer in interface com.liferay.portal.kernel.model.TrashedModel

isInTrashExplicitly

public boolean isInTrashExplicitly()
Specified by:
isInTrashExplicitly in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isInTrashExplicitly in interface com.liferay.portal.kernel.model.TrashedModel

isInTrashImplicitly

public boolean isInTrashImplicitly()
Specified by:
isInTrashImplicitly in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isInTrashImplicitly in interface com.liferay.portal.kernel.model.TrashedModel

isApproved

public boolean isApproved()
Specified by:
isApproved in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel

isDenied

public boolean isDenied()
Specified by:
isDenied in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel

isDraft

public boolean isDraft()
Specified by:
isDraft in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel

isExpired

public boolean isExpired()
Specified by:
isExpired in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel

isInactive

public boolean isInactive()
Specified by:
isInactive in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel

isIncomplete

public boolean isIncomplete()
Specified by:
isIncomplete in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel

isPending

public boolean isPending()
Specified by:
isPending in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isPending in interface com.liferay.portal.kernel.model.WorkflowedModel

isScheduled

public boolean isScheduled()
Specified by:
isScheduled in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel
Overrides:
getExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>

toEscapedModel

public com.liferay.message.boards.kernel.model.MBThread toEscapedModel()
Specified by:
toEscapedModel in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Overrides:
toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>

clone

public Object clone()
Specified by:
clone in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Specified by:
clone in interface com.liferay.portal.kernel.model.StagedModel
Specified by:
clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>

compareTo

public int compareTo(com.liferay.message.boards.kernel.model.MBThread mbThread)
Specified by:
compareTo in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
compareTo in interface Comparable<com.liferay.message.boards.kernel.model.MBThread>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface com.liferay.message.boards.kernel.model.MBThreadModel
Overrides:
hashCode in class Object

isEntityCacheEnabled

public boolean isEntityCacheEnabled()
Specified by:
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>

isFinderCacheEnabled

public boolean isFinderCacheEnabled()
Specified by:
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>

resetOriginalValues

public void resetOriginalValues()
Specified by:
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Overrides:
resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>

toCacheModel

public com.liferay.portal.kernel.model.CacheModel<com.liferay.message.boards.kernel.model.MBThread> toCacheModel()
Specified by:
toCacheModel in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>
Overrides:
toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBThread>

toString

public String toString()
Specified by:
toString in interface com.liferay.message.boards.kernel.model.MBThreadModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Specified by:
toXmlString in interface com.liferay.message.boards.kernel.model.MBThreadModel
Specified by:
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBThread>

Liferay 7.0-ga1 portal-impl