Package com.liferay.message.boards.model
Interface MBThread
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<MBThread>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<MBThread>
,com.liferay.portal.kernel.model.ContainerModel
,com.liferay.portal.kernel.model.change.tracking.CTModel<MBThread>
,com.liferay.portal.kernel.model.GroupedModel
,MBThreadModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,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
- All Known Implementing Classes:
MBThreadWrapper
@ProviderType
public interface MBThread
extends MBThreadModel, com.liferay.portal.kernel.model.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:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassName
Methods inherited from interface com.liferay.message.boards.model.MBThreadModel
cloneWithOriginalValues, getCategoryId, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getCtCollectionId, getGroupId, getLastPostByUserId, getLastPostByUserUuid, getLastPostDate, getLastPublishDate, getModifiedDate, getMvccVersion, getParentContainerModelId, getPrimaryKey, getPriority, getQuestion, getRootMessageId, getRootMessageUserId, getRootMessageUserUuid, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getThreadId, getTitle, getTrashEntryClassPK, getUserId, getUserName, getUserUuid, getUuid, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isPending, isQuestion, isScheduled, setCategoryId, setCompanyId, setContainerModelId, setCreateDate, setCtCollectionId, setGroupId, setLastPostByUserId, setLastPostByUserUuid, setLastPostDate, setLastPublishDate, setModifiedDate, setMvccVersion, setParentContainerModelId, setPrimaryKey, setPriority, setQuestion, setRootMessageId, setRootMessageUserId, setRootMessageUserUuid, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setThreadId, setTitle, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
THREAD_ID_ACCESSOR
-
-
Method Details
-
addAttachmentsFolder
com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAttachmentsFolderId
long getAttachmentsFolderId() -
getCategory
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLock
com.liferay.portal.kernel.lock.Lock getLock() -
getMessageCount
int getMessageCount() -
getParticipantUserIds
long[] getParticipantUserIds() -
getViewCount
long getViewCount() -
hasLock
boolean hasLock(long userId) -
isLocked
boolean isLocked()
-