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 Details

    • THREAD_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<MBThread,Long> 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

      MBCategory getCategory() throws com.liferay.portal.kernel.exception.PortalException
      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()