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.
| 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, isInTrash, 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
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
getDeletedAttachmentsDir
String getDeletedAttachmentsDir()
getDeletedAttachmentsFiles
String[] getDeletedAttachmentsFiles()
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)