com.liferay.portlet.messageboards.model
Interface MBMessage
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, MBMessageModel, java.io.Serializable
public interface MBMessage
- extends MBMessageModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the MBMessage
table
in the database.
Customize com.liferay.portlet.messageboards.service.model.impl.MBMessageImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.messageboards.service.model.MBMessageModel
,
com.liferay.portlet.messageboards.service.model.impl.MBMessageImpl
,
com.liferay.portlet.messageboards.service.model.impl.MBMessageModelImpl
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMessageModel |
getAnonymous, getAttachments, getBody, getCategoryId, getCompanyId, getCreateDate, getMessageId, getModifiedDate, getParentMessageId, getPrimaryKey, getSubject, getThreadId, getUserId, getUserName, getUuid, isAnonymous, isAttachments, setAnonymous, setAttachments, setBody, setCategoryId, setCompanyId, setCreateDate, setMessageId, setModifiedDate, setParentMessageId, setPrimaryKey, setSubject, setThreadId, setUserId, setUserName, setUuid, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getCategory
MBCategory getCategory()
isRoot
boolean isRoot()
isReply
boolean isReply()
isDiscussion
boolean isDiscussion()
getBody
java.lang.String getBody(boolean translated)
getThreadAttachmentsDir
java.lang.String getThreadAttachmentsDir()
getAttachmentsDir
java.lang.String getAttachmentsDir()
setAttachmentsDir
void setAttachmentsDir(java.lang.String attachmentsDir)
getAttachmentsFiles
java.lang.String[] getAttachmentsFiles()
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getPriority
double getPriority()
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
setPriority
void setPriority(double priority)
getTagsEntries
java.lang.String[] getTagsEntries()
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException