com.liferay.portlet.messageboards.model
Interface MBMessage

All Superinterfaces:
BaseModel<MBMessage>, java.lang.Cloneable, java.lang.Comparable<MBMessage>, MBMessageModel, java.io.Serializable
All Known Implementing Classes:
MBMessageWrapper

public interface MBMessage
extends MBMessageModel

The model interface for the MBMessage service. Represents a row in the "MBMessage" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.messageboards.model.impl.MBMessageImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a message-boards message model instance should use the MBMessage interface instead.

Author:
Brian Wing Shun Chan
See Also:
MBMessageModel, com.liferay.portlet.messageboards.model.impl.MBMessageImpl, com.liferay.portlet.messageboards.model.impl.MBMessageModelImpl
Generated:

Method Summary
 java.lang.String[] getAssetTagNames()
           
 java.lang.String getAttachmentsDir()
           
 java.lang.String[] getAttachmentsFiles()
           
 java.lang.String getBody(boolean translate)
           
 MBCategory getCategory()
           
 MBThread getThread()
           
 java.lang.String getThreadAttachmentsDir()
           
 java.lang.String getWorkflowClassName()
           
 boolean isDiscussion()
           
 boolean isReply()
           
 boolean isRoot()
           
 void setAttachmentsDir(java.lang.String attachmentsDir)
           
 
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
 

Method Detail

getAssetTagNames

java.lang.String[] getAssetTagNames()
                                    throws SystemException
Throws:
SystemException

getAttachmentsDir

java.lang.String getAttachmentsDir()

getAttachmentsFiles

java.lang.String[] getAttachmentsFiles()
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

getBody

java.lang.String getBody(boolean translate)

getCategory

MBCategory getCategory()

getThread

MBThread getThread()
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

getThreadAttachmentsDir

java.lang.String getThreadAttachmentsDir()

getWorkflowClassName

java.lang.String getWorkflowClassName()

isDiscussion

boolean isDiscussion()

isReply

boolean isReply()

isRoot

boolean isRoot()

setAttachmentsDir

void setAttachmentsDir(java.lang.String attachmentsDir)