com.liferay.portlet.messageboards.model
Interface MBThread

All Superinterfaces:
BaseModel<MBThread>, java.lang.Cloneable, java.lang.Comparable<MBThread>, MBThreadModel, java.io.Serializable
All Known Implementing Classes:
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 com.liferay.portlet.messageboards.model.impl.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.

Author:
Brian Wing Shun Chan
See Also:
MBThreadModel, com.liferay.portlet.messageboards.model.impl.MBThreadImpl, com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
Generated:

Method Summary
 java.lang.String getAttachmentsDir()
           
 Lock getLock()
           
 boolean hasLock(long userId)
           
 boolean isLocked()
           
 
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
 

Method Detail

getAttachmentsDir

java.lang.String getAttachmentsDir()

getLock

Lock getLock()

hasLock

boolean hasLock(long userId)

isLocked

boolean isLocked()