Liferay 6.2.0-ce-m5

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()
           
 Lock getLock()
           
 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.PersistedModel
persist
 

Method Detail

addAttachmentsFolder

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

getAttachmentsFolderId

long getAttachmentsFolderId()
                            throws SystemException
Throws:
SystemException

getLock

Lock getLock()

getTrashContainer

MBCategory getTrashContainer()

hasLock

boolean hasLock(long userId)

isInTrashContainer

boolean isInTrashContainer()

isLocked

boolean isLocked()

Liferay 6.2.0-ce-m5