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

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the MBThread table in the database.

Customize com.liferay.portlet.messageboards.model.impl.MBThreadImpl and rerun the ServiceBuilder to generate the new methods.

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, getThreadId, getViewCount, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCategoryId, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLastPostByUserId, setLastPostByUserUuid, setLastPostDate, setMessageCount, setNew, setPrimaryKey, setPriority, setRootMessageId, setThreadId, setViewCount, toEscapedModel, toString, toXmlString
 

Method Detail

getAttachmentsDir

java.lang.String getAttachmentsDir()

getLock

Lock getLock()

hasLock

boolean hasLock(long userId)

isLocked

boolean isLocked()