Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBMessage>
      extended by com.liferay.portlet.messageboards.model.impl.MBMessageModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBMessageImpl
All Implemented Interfaces:
BaseModel<MBMessage>, MBMessage, MBMessageModel, Serializable, Cloneable, Comparable<MBMessage>

public class MBMessageImpl
extends MBMessageModelImpl
implements MBMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBMessageModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
MBMessageImpl()
           
 
Method Summary
 String[] getAssetTagNames()
           
 String getAttachmentsDir()
           
 String[] getAttachmentsFiles()
           
 String getBody(boolean translate)
           
 MBCategory getCategory()
           
 MBThread getThread()
           
 String getThreadAttachmentsDir()
           
 String getWorkflowClassName()
           
 boolean isDiscussion()
           
 boolean isReply()
           
 boolean isRoot()
           
 void setAttachmentsDir(String attachmentsDir)
           
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBMessageModelImpl
clone, compareTo, equals, getAllowPingbacks, getAnonymous, getAttachments, getBody, getCategoryId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getMessageId, getModifiedDate, getOriginalGroupId, getOriginalUuid, getParentMessageId, getPrimaryKey, getPrimaryKeyObj, getPriority, getRootMessageId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSubject, getThreadId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAnonymous, isApproved, isAttachments, isDraft, isExpired, isPending, setAllowPingbacks, setAnonymous, setAttachments, setBody, setCategoryId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setMessageId, setModifiedDate, setParentMessageId, setPrimaryKey, setPriority, setRootMessageId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSubject, setThreadId, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMessageModel
clone, compareTo, getAllowPingbacks, getAnonymous, getAttachments, getBody, getCategoryId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getMessageId, getModifiedDate, getParentMessageId, getPrimaryKey, getPrimaryKeyObj, getPriority, getRootMessageId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSubject, getThreadId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAnonymous, isApproved, isAttachments, isCachedModel, isDraft, isEscapedModel, isExpired, isNew, isPending, setAllowPingbacks, setAnonymous, setAttachments, setBody, setCachedModel, setCategoryId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setMessageId, setModifiedDate, setNew, setParentMessageId, setPrimaryKey, setPriority, setRootMessageId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSubject, setThreadId, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

MBMessageImpl

public MBMessageImpl()
Method Detail

getAssetTagNames

public String[] getAssetTagNames()
                          throws SystemException
Specified by:
getAssetTagNames in interface MBMessage
Throws:
SystemException

getAttachmentsDir

public String getAttachmentsDir()
Specified by:
getAttachmentsDir in interface MBMessage

getAttachmentsFiles

public String[] getAttachmentsFiles()
                             throws PortalException,
                                    SystemException
Specified by:
getAttachmentsFiles in interface MBMessage
Throws:
PortalException
SystemException

getBody

public String getBody(boolean translate)
Specified by:
getBody in interface MBMessage

getCategory

public MBCategory getCategory()
Specified by:
getCategory in interface MBMessage

getThread

public MBThread getThread()
                   throws PortalException,
                          SystemException
Specified by:
getThread in interface MBMessage
Throws:
PortalException
SystemException

getThreadAttachmentsDir

public String getThreadAttachmentsDir()
Specified by:
getThreadAttachmentsDir in interface MBMessage

getWorkflowClassName

public String getWorkflowClassName()
Specified by:
getWorkflowClassName in interface MBMessage

isDiscussion

public boolean isDiscussion()
Specified by:
isDiscussion in interface MBMessage

isReply

public boolean isReply()
Specified by:
isReply in interface MBMessage

isRoot

public boolean isRoot()
Specified by:
isRoot in interface MBMessage

setAttachmentsDir

public void setAttachmentsDir(String attachmentsDir)
Specified by:
setAttachmentsDir in interface MBMessage

Liferay 6.0.5