Liferay 6.2.0-ce-b3

com.liferay.portlet.messageboards.model
Interface MBThread

All Superinterfaces:
AuditedModel, BaseModel<MBThread>, ClassedModel, Cloneable, Comparable<MBThread>, ContainerModel, GroupedModel, MBThreadModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, WorkflowedModel
All Known Implementing Classes:
MBThreadWrapper

public interface MBThread
extends MBThreadModel, PersistedModel

The extended model interface for the MBThread service. Represents a row in the "MBThread" database table, with each column mapped to a property of this class.

See Also:
MBThreadModel, MBThreadImpl, MBThreadModelImpl

Method Summary
 Folder addAttachmentsFolder()
           
 long getAttachmentsFolderId()
           
 MBCategory getCategory()
           
 Lock getLock()
           
 long[] getParticipantUserIds()
           
 MBCategory getTrashContainer()
           
 boolean hasLock(long userId)
           
 boolean isInTrashContainer()
           
 boolean isLocked()
           
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadModel
clone, compareTo, getApproved, getCategoryId, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getExpandoBridge, getGroupId, getLastPostByUserId, getLastPostByUserUuid, getLastPostDate, getMessageCount, getModifiedDate, getParentContainerModelId, getPrimaryKey, getPrimaryKeyObj, getPriority, getQuestion, getRootMessageId, getRootMessageUserId, getRootMessageUserUuid, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getThreadId, getUserId, getUserName, getUserUuid, getUuid, getViewCount, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isNew, isPending, isQuestion, isScheduled, setCachedModel, setCategoryId, setCompanyId, setContainerModelId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLastPostByUserId, setLastPostByUserUuid, setLastPostDate, setMessageCount, setModifiedDate, setNew, setParentContainerModelId, setPrimaryKey, setPrimaryKeyObj, setPriority, setQuestion, setRootMessageId, setRootMessageUserId, setRootMessageUserUuid, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setThreadId, setUserId, setUserName, setUserUuid, setUuid, setViewCount, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ContainerModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

addAttachmentsFolder

Folder addAttachmentsFolder()
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getAttachmentsFolderId

long getAttachmentsFolderId()
                            throws SystemException
Throws:
SystemException

getCategory

MBCategory getCategory()
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getLock

Lock getLock()

getParticipantUserIds

long[] getParticipantUserIds()
                             throws SystemException
Throws:
SystemException

getTrashContainer

MBCategory getTrashContainer()

hasLock

boolean hasLock(long userId)

isInTrashContainer

boolean isInTrashContainer()

isLocked

boolean isLocked()

Liferay 6.2.0-ce-b3