Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Interface MBMessage

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<MBMessage>, ClassedModel, Cloneable, Comparable<MBMessage>, GroupedModel, MBMessageModel, PersistedModel, Serializable, WorkflowedModel
All Known Implementing Classes:
MBMessageBaseImpl, MBMessageImpl, MBMessageWrapper

public interface MBMessage
extends MBMessageModel, PersistedModel

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

See Also:
MBMessageModel, MBMessageImpl, MBMessageModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 String[] getAssetTagNames()
           
 String getAttachmentsDir()
           
 String[] getAttachmentsFiles()
           
 String getBody(boolean translate)
           
 MBCategory getCategory()
           
 MBThread getThread()
           
 String getThreadAttachmentsDir()
           
 String getWorkflowClassName()
           
 boolean isDiscussion()
           
 boolean isFormatBBCode()
           
 boolean isReply()
           
 boolean isRoot()
           
 void setAttachmentsDir(String attachmentsDir)
           
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMessageModel
clone, compareTo, getAllowPingbacks, getAnonymous, getAnswer, getApproved, getAttachments, getBody, getCategoryId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getFormat, getGroupId, getMessageId, getModifiedDate, getParentMessageId, getPrimaryKey, getPrimaryKeyObj, getPriority, getRootMessageId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSubject, getThreadId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAnonymous, isAnswer, isApproved, isAttachments, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isScheduled, setAllowPingbacks, setAnonymous, setAnswer, setAttachments, setBody, setCachedModel, setCategoryId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFormat, setGroupId, setMessageId, setModifiedDate, setNew, setParentMessageId, setPrimaryKey, setPrimaryKeyObj, setPriority, setRootMessageId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSubject, setThreadId, setUserId, setUserName, setUserUuid, setUuid, 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

getAssetTagNames

String[] getAssetTagNames()
                          throws SystemException
Throws:
SystemException

getAttachmentsDir

String getAttachmentsDir()

getAttachmentsFiles

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

getBody

String getBody(boolean translate)

getCategory

MBCategory getCategory()
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getThread

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

getThreadAttachmentsDir

String getThreadAttachmentsDir()

getWorkflowClassName

String getWorkflowClassName()

isDiscussion

boolean isDiscussion()

isFormatBBCode

boolean isFormatBBCode()

isReply

boolean isReply()

isRoot

boolean isRoot()

setAttachmentsDir

void setAttachmentsDir(String attachmentsDir)

Liferay 6.1.2-ce-ga3