Liferay 6.0.3

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

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

Customize MBThreadImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
MBThreadModel, MBThreadImpl, MBThreadModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 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

String getAttachmentsDir()

getLock

Lock getLock()

hasLock

boolean hasLock(long userId)

isLocked

boolean isLocked()

Liferay 6.0.3