Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model
Interface MBThread

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

@ProviderType
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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 Folder addAttachmentsFolder()
           
 long getAttachmentsFolderId()
           
 MBCategory getCategory()
           
 Lock getLock()
           
 long[] getParticipantUserIds()
           
 boolean hasLock(long userId)
           
 boolean isInTrashExplicitly()
           
 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, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, getViewCount, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, 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

hasLock

boolean hasLock(long userId)

isInTrashExplicitly

boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

isLocked

boolean isLocked()

Liferay 6.2-ce-ga5