Liferay 6.0.5

com.liferay.portlet.messageboards.model
Interface MBMessage

All Superinterfaces:
BaseModel<MBMessage>, Cloneable, Comparable<MBMessage>, MBMessageModel, Serializable
All Known Implementing Classes:
MBMessageImpl, 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 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.

See Also:
MBMessageModel, MBMessageImpl, MBMessageModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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 isReply()
           
 boolean isRoot()
           
 void setAttachmentsDir(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

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()

getThread

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

getThreadAttachmentsDir

String getThreadAttachmentsDir()

getWorkflowClassName

String getWorkflowClassName()

isDiscussion

boolean isDiscussion()

isReply

boolean isReply()

isRoot

boolean isRoot()

setAttachmentsDir

void setAttachmentsDir(String attachmentsDir)

Liferay 6.0.5