|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMessage>
com.liferay.portlet.messageboards.model.impl.MBMessageModelImpl
com.liferay.portlet.messageboards.model.impl.MBMessageBaseImpl
com.liferay.portlet.messageboards.model.impl.MBMessageImpl
public class MBMessageImpl
| Field Summary |
|---|
| Fields inherited from interface com.liferay.message.boards.kernel.model.MBMessage |
|---|
MESSAGE_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
MBMessageImpl()
|
|
| Method Summary | |
|---|---|
com.liferay.portal.kernel.repository.model.Folder |
addAttachmentsFolder()
|
String[] |
getAssetTagNames()
|
List<com.liferay.portal.kernel.repository.model.FileEntry> |
getAttachmentsFileEntries()
|
List<com.liferay.portal.kernel.repository.model.FileEntry> |
getAttachmentsFileEntries(int start,
int end)
|
int |
getAttachmentsFileEntriesCount()
|
long |
getAttachmentsFolderId()
|
String |
getBody(boolean translate)
|
com.liferay.message.boards.kernel.model.MBCategory |
getCategory()
|
List<com.liferay.portal.kernel.repository.model.FileEntry> |
getDeletedAttachmentsFileEntries()
|
List<com.liferay.portal.kernel.repository.model.FileEntry> |
getDeletedAttachmentsFileEntries(int start,
int end)
|
int |
getDeletedAttachmentsFileEntriesCount()
|
com.liferay.message.boards.kernel.model.MBThread |
getThread()
|
long |
getThreadAttachmentsFolderId()
|
String |
getWorkflowClassName()
|
boolean |
isDiscussion()
|
boolean |
isFormatBBCode()
|
boolean |
isReply()
|
boolean |
isRoot()
|
void |
setAttachmentsFolderId(long attachmentsFolderId)
|
| Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBMessageBaseImpl |
|---|
persist |
| Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.message.boards.kernel.model.MBMessageModel |
|---|
clone, compareTo, getAllowPingbacks, getAnonymous, getAnswer, getBody, getCategoryId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getFormat, getGroupId, getLastPublishDate, getMessageId, getModifiedDate, getParentMessageId, getPrimaryKey, getPrimaryKeyObj, getPriority, getRootMessageId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSubject, getThreadId, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAnonymous, isAnswer, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isNew, isPending, isScheduled, setAllowPingbacks, setAnonymous, setAnswer, setBody, setCachedModel, setCategoryId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFormat, setGroupId, setLastPublishDate, setMessageId, setModifiedDate, setNew, setParentMessageId, setPrimaryKey, setPrimaryKeyObj, setPriority, setRootMessageId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSubject, setThreadId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
| Methods inherited from interface com.liferay.portal.kernel.model.BaseModel |
|---|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Methods inherited from interface com.liferay.portal.kernel.model.StagedModel |
|---|
getStagedModelType |
| Constructor Detail |
|---|
public MBMessageImpl()
| Method Detail |
|---|
public com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic String[] getAssetTagNames()
public List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public int getAttachmentsFileEntriesCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long getAttachmentsFolderId()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic String getBody(boolean translate)
public com.liferay.message.boards.kernel.model.MBCategory getCategory()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries(int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public int getDeletedAttachmentsFileEntriesCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.message.boards.kernel.model.MBThread getThread()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public long getThreadAttachmentsFolderId()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic String getWorkflowClassName()
public boolean isDiscussion()
public boolean isFormatBBCode()
public boolean isReply()
public boolean isRoot()
public void setAttachmentsFolderId(long attachmentsFolderId)
|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||