com.liferay.portlet.messageboards.model
Interface MBMessage
- All Superinterfaces:
- AttachedModel, AuditedModel, BaseModel<MBMessage>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<MBMessage>, GroupedModel, MBMessageModel, PersistedModel, java.io.Serializable, WorkflowedModel
- All Known Implementing Classes:
- 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.
- Author:
- Brian Wing Shun Chan
- See Also:
MBMessageModel,
MBMessageImpl,
MBMessageModelImpl- Generated:
| 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, toXmlString |
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()
isFormatBBCode
boolean isFormatBBCode()
isReply
boolean isReply()
isRoot
boolean isRoot()
setAttachmentsDir
void setAttachmentsDir(java.lang.String attachmentsDir)