Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Interface MBThread

All Superinterfaces:
BaseModel<MBThread>, ClassedModel, Cloneable, Comparable<MBThread>, MBThreadModel, PersistedModel, Serializable, WorkflowedModel
All Known Implementing Classes:
MBThreadBaseImpl, MBThreadImpl, MBThreadWrapper

public interface MBThread
extends MBThreadModel, 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:
MBThreadModel, MBThreadImpl, MBThreadModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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, getApproved, getCategoryId, getCompanyId, getExpandoBridge, getGroupId, getLastPostByUserId, getLastPostByUserUuid, getLastPostDate, getMessageCount, getPrimaryKey, getPrimaryKeyObj, getPriority, getQuestion, getRootMessageId, getRootMessageUserId, getRootMessageUserUuid, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getThreadId, getViewCount, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isQuestion, isScheduled, setCachedModel, setCategoryId, setCompanyId, setExpandoBridgeAttributes, setGroupId, setLastPostByUserId, setLastPostByUserUuid, setLastPostDate, setMessageCount, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setQuestion, setRootMessageId, setRootMessageUserId, setRootMessageUserUuid, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setThreadId, setViewCount, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getAttachmentsDir

String getAttachmentsDir()

getLock

Lock getLock()

hasLock

boolean hasLock(long userId)

isLocked

boolean isLocked()

Liferay 6.1.2-ce-ga3