com.liferay.portlet.messageboards.model
Interface MBThread
- All Superinterfaces:
- BaseModel<MBThread>, Cloneable, Comparable<MBThread>, MBThreadModel, Serializable
- All Known Implementing Classes:
- MBThreadImpl, MBThreadWrapper
public interface MBThread
- extends MBThreadModel
The model interface for the MBThread service. Represents a row in the "MBThread" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to MBThreadImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a message boards thread model instance should use the MBThread
interface instead.
- See Also:
MBThreadModel
,
MBThreadImpl
,
MBThreadModelImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadModel |
clone, compareTo, getCategoryId, getExpandoBridge, getGroupId, getLastPostByUserId, getLastPostByUserUuid, getLastPostDate, getMessageCount, getPrimaryKey, getPrimaryKeyObj, getPriority, getRootMessageId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getThreadId, getViewCount, hashCode, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isNew, isPending, setCachedModel, setCategoryId, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLastPostByUserId, setLastPostByUserUuid, setLastPostDate, setMessageCount, setNew, setPrimaryKey, setPriority, setRootMessageId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setThreadId, setViewCount, toEscapedModel, toString, toXmlString |
getAttachmentsDir
String getAttachmentsDir()
getLock
Lock getLock()
hasLock
boolean hasLock(long userId)
isLocked
boolean isLocked()