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
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.model.impl.MBMessageImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
MBMessageModel
,
com.liferay.portlet.messageboards.model.impl.MBMessageImpl
,
com.liferay.portlet.messageboards.model.impl.MBMessageModelImpl
- Generated:
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, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSubject, getThreadId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAnonymous, isAttachments, isCachedModel, isEscapedModel, isNew, setAllowPingbacks, setAnonymous, setAttachments, setBody, setCachedModel, setCategoryId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setMessageId, setModifiedDate, setNew, setParentMessageId, setPrimaryKey, setPriority, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSubject, setThreadId, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString |
getAssetTagNames
java.lang.String[] getAssetTagNames()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAttachmentsDir
java.lang.String getAttachmentsDir()
getAttachmentsFiles
java.lang.String[] getAttachmentsFiles()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getBody
java.lang.String getBody(boolean translate)
getCategory
MBCategory getCategory()
getThread
MBThread getThread()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getThreadAttachmentsDir
java.lang.String getThreadAttachmentsDir()
isDiscussion
boolean isDiscussion()
isReply
boolean isReply()
isRoot
boolean isRoot()
setAttachmentsDir
void setAttachmentsDir(java.lang.String attachmentsDir)