Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model.impl
Class MBThreadImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBThread>
      extended by com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBThreadBaseImpl
              extended by com.liferay.portlet.messageboards.model.impl.MBThreadImpl
All Implemented Interfaces:
BaseModel<MBThread>, ClassedModel, PersistedModel, WorkflowedModel, MBThread, MBThreadModel, Serializable, Cloneable, Comparable<MBThread>

public class MBThreadImpl
extends MBThreadBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
CATEGORYID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LASTPOSTDATE_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PRIORITY_COLUMN_BITMASK, ROOTMESSAGEID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
MBThreadImpl()
           
 
Method Summary
 String getAttachmentsDir()
           
 Lock getLock()
           
 boolean hasLock(long userId)
           
 boolean isLocked()
           
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBThreadBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
clone, compareTo, equals, getApproved, getCategoryId, getColumnBitmask, getCompanyId, getExpandoBridge, getGroupId, getLastPostByUserId, getLastPostByUserUuid, getLastPostDate, getMessageCount, getModelAttributes, getModelClass, getModelClassName, getOriginalCategoryId, getOriginalGroupId, getOriginalLastPostDate, getOriginalPriority, getOriginalRootMessageId, getOriginalStatus, getPrimaryKey, getPrimaryKeyObj, getPriority, getQuestion, getRootMessageId, getRootMessageUserId, getRootMessageUserUuid, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getThreadId, getViewCount, hashCode, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isQuestion, isScheduled, resetOriginalValues, setCategoryId, setCompanyId, setExpandoBridgeAttributes, setGroupId, setLastPostByUserId, setLastPostByUserUuid, setLastPostDate, setMessageCount, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setPriority, setQuestion, setRootMessageId, setRootMessageUserId, setRootMessageUserUuid, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setThreadId, setViewCount, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

MBThreadImpl

public MBThreadImpl()
Method Detail

getAttachmentsDir

public String getAttachmentsDir()

getLock

public Lock getLock()

hasLock

public boolean hasLock(long userId)

isLocked

public boolean isLocked()

Liferay 6.1.2-ce-ga3