@ProviderType public class WikiPageWrapper extends java.lang.Object implements WikiPage, com.liferay.portal.kernel.model.ModelWrapper<WikiPage>
This class is a wrapper for WikiPage.
WikiPage,
Serialized FormPAGE_ID_ACCESSOR| Constructor and Description |
|---|
WikiPageWrapper(WikiPage wikiPage) |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.repository.model.Folder |
addAttachmentsFolder() |
java.lang.Object |
clone() |
int |
compareTo(WikiPage wikiPage) |
boolean |
equals(java.lang.Object obj) |
WikiPage |
fetchParentPage() |
WikiPage |
fetchRedirectPage() |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getAttachmentsFileEntries() |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getAttachmentsFileEntries(int start,
int end) |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getAttachmentsFileEntries(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc) |
int |
getAttachmentsFileEntriesCount() |
long |
getAttachmentsFolderId() |
java.util.List<WikiPage> |
getChildPages() |
long |
getCompanyId()
Returns the company ID of this wiki page.
|
long |
getContainerModelId()
Returns the container model ID of this wiki page.
|
java.lang.String |
getContainerModelName()
Returns the container name of this wiki page.
|
java.lang.String |
getContent()
Returns the content of this wiki page.
|
java.util.Date |
getCreateDate()
Returns the create date of this wiki page.
|
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getDeletedAttachmentsFileEntries() |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getDeletedAttachmentsFileEntries(int start,
int end) |
int |
getDeletedAttachmentsFileEntriesCount() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getFormat()
Returns the format of this wiki page.
|
long |
getGroupId()
Returns the group ID of this wiki page.
|
boolean |
getHead()
Returns the head of this wiki page.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this wiki page.
|
boolean |
getMinorEdit()
Returns the minor edit of this wiki page.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this wiki page.
|
WikiNode |
getNode() |
long |
getNodeAttachmentsFolderId() |
long |
getNodeId()
Returns the node ID of this wiki page.
|
long |
getPageId()
Returns the page ID of this wiki page.
|
long |
getParentContainerModelId()
Returns the parent container model ID of this wiki page.
|
WikiPage |
getParentPage() |
java.util.List<WikiPage> |
getParentPages() |
java.lang.String |
getParentTitle()
Returns the parent title of this wiki page.
|
long |
getPrimaryKey()
Returns the primary key of this wiki page.
|
java.io.Serializable |
getPrimaryKeyObj() |
WikiPage |
getRedirectPage() |
java.lang.String |
getRedirectTitle()
Returns the redirect title of this wiki page.
|
long |
getResourcePrimKey()
Returns the resource prim key of this wiki page.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this wiki page.
|
long |
getStatusByUserId()
Returns the status by user ID of this wiki page.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this wiki page.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this wiki page.
|
java.util.Date |
getStatusDate()
Returns the status date of this wiki page.
|
java.lang.String |
getSummary()
Returns the summary of this wiki page.
|
java.lang.String |
getTitle()
Returns the title of this wiki page.
|
com.liferay.trash.kernel.model.TrashEntry |
getTrashEntry()
Returns the trash entry created when this wiki page was moved to the Recycle Bin.
|
long |
getTrashEntryClassPK()
Returns the class primary key of the trash entry for this wiki page.
|
com.liferay.portal.kernel.trash.TrashHandler |
getTrashHandler()
Returns the trash handler for this wiki page.
|
long |
getUserId()
Returns the user ID of this wiki page.
|
java.lang.String |
getUserName()
Returns the user name of this wiki page.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this wiki page.
|
java.lang.String |
getUuid()
Returns the uuid of this wiki page.
|
double |
getVersion()
Returns the version of this wiki page.
|
java.util.List<WikiPage> |
getViewableChildPages() |
WikiPage |
getViewableParentPage() |
java.util.List<WikiPage> |
getViewableParentPages() |
WikiPage |
getWrappedModel() |
int |
hashCode() |
boolean |
isApproved()
Returns
true if this wiki page is approved. |
boolean |
isCachedModel() |
boolean |
isDenied()
Returns
true if this wiki page is denied. |
boolean |
isDraft()
Returns
true if this wiki page is a draft. |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isExpired()
Returns
true if this wiki page is expired. |
boolean |
isFinderCacheEnabled() |
boolean |
isHead()
Returns
true if this wiki page is head. |
boolean |
isInactive()
Returns
true if this wiki page is inactive. |
boolean |
isIncomplete()
Returns
true if this wiki page is incomplete. |
boolean |
isInTrash()
Returns
true if this wiki page is in the Recycle Bin. |
boolean |
isInTrashContainer()
Returns
true if the parent of this wiki page is in the Recycle Bin. |
boolean |
isInTrashExplicitly() |
boolean |
isInTrashImplicitly() |
boolean |
isMinorEdit()
Returns
true if this wiki page is minor edit. |
boolean |
isNew() |
boolean |
isPending()
Returns
true if this wiki page is pending. |
boolean |
isResourceMain() |
boolean |
isScheduled()
Returns
true if this wiki page is scheduled. |
void |
persist() |
void |
resetOriginalValues() |
void |
setAttachmentsFolderId(long attachmentsFolderId) |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this wiki page.
|
void |
setContainerModelId(long containerModelId)
Sets the container model ID of this wiki page.
|
void |
setContent(java.lang.String content)
Sets the content of this wiki page.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this wiki page.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFormat(java.lang.String format)
Sets the format of this wiki page.
|
void |
setGroupId(long groupId)
Sets the group ID of this wiki page.
|
void |
setHead(boolean head)
Sets whether this wiki page is head.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this wiki page.
|
void |
setMinorEdit(boolean minorEdit)
Sets whether this wiki page is minor edit.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this wiki page.
|
void |
setNew(boolean n) |
void |
setNodeId(long nodeId)
Sets the node ID of this wiki page.
|
void |
setPageId(long pageId)
Sets the page ID of this wiki page.
|
void |
setParentContainerModelId(long parentContainerModelId)
Sets the parent container model ID of this wiki page.
|
void |
setParentTitle(java.lang.String parentTitle)
Sets the parent title of this wiki page.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this wiki page.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRedirectTitle(java.lang.String redirectTitle)
Sets the redirect title of this wiki page.
|
void |
setResourcePrimKey(long resourcePrimKey)
Sets the resource prim key of this wiki page.
|
void |
setStatus(int status)
Sets the status of this wiki page.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this wiki page.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this wiki page.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this wiki page.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this wiki page.
|
void |
setSummary(java.lang.String summary)
Sets the summary of this wiki page.
|
void |
setTitle(java.lang.String title)
Sets the title of this wiki page.
|
void |
setUserId(long userId)
Sets the user ID of this wiki page.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this wiki page.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this wiki page.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this wiki page.
|
void |
setVersion(double version)
Sets the version of this wiki page.
|
com.liferay.portal.kernel.model.CacheModel<WikiPage> |
toCacheModel() |
WikiPage |
toEscapedModel() |
java.lang.String |
toString() |
WikiPage |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public WikiPageWrapper(WikiPage wikiPage)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelgetModelClass in interface com.liferay.portal.kernel.model.ContainerModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelgetModelClassName in interface com.liferay.portal.kernel.model.ContainerModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>public WikiPage toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>toEscapedModel in interface WikiPageModelpublic WikiPage toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>toUnescapedModel in interface WikiPageModelpublic boolean getHead()
getHead in interface WikiPageModelpublic boolean getMinorEdit()
getMinorEdit in interface WikiPageModelpublic boolean isApproved()
true if this wiki page is approved.isApproved in interface com.liferay.portal.kernel.model.WorkflowedModelisApproved in interface WikiPageModeltrue if this wiki page is approved; false otherwisepublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>isCachedModel in interface WikiPageModelpublic boolean isDenied()
true if this wiki page is denied.isDenied in interface com.liferay.portal.kernel.model.WorkflowedModelisDenied in interface WikiPageModeltrue if this wiki page is denied; false otherwisepublic boolean isDraft()
true if this wiki page is a draft.isDraft in interface com.liferay.portal.kernel.model.WorkflowedModelisDraft in interface WikiPageModeltrue if this wiki page is a draft; false otherwisepublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>isEscapedModel in interface WikiPageModelpublic boolean isExpired()
true if this wiki page is expired.isExpired in interface com.liferay.portal.kernel.model.WorkflowedModelisExpired in interface WikiPageModeltrue if this wiki page is expired; false otherwisepublic boolean isHead()
true if this wiki page is head.isHead in interface WikiPageModeltrue if this wiki page is head; false otherwisepublic boolean isInTrash()
true if this wiki page is in the Recycle Bin.isInTrash in interface com.liferay.portal.kernel.model.TrashedModelisInTrash in interface WikiPageModeltrue if this wiki page is in the Recycle Bin; false otherwisepublic boolean isInTrashContainer()
true if the parent of this wiki page is in the Recycle Bin.isInTrashContainer in interface com.liferay.portal.kernel.model.TrashedModelisInTrashContainer in interface WikiPageModeltrue if the parent of this wiki page is in the Recycle Bin; false otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly in interface com.liferay.portal.kernel.model.TrashedModelisInTrashExplicitly in interface WikiPageModelpublic boolean isInTrashImplicitly()
isInTrashImplicitly in interface com.liferay.portal.kernel.model.TrashedModelisInTrashImplicitly in interface WikiPageModelpublic boolean isInactive()
true if this wiki page is inactive.isInactive in interface com.liferay.portal.kernel.model.WorkflowedModelisInactive in interface WikiPageModeltrue if this wiki page is inactive; false otherwisepublic boolean isIncomplete()
true if this wiki page is incomplete.isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModelisIncomplete in interface WikiPageModeltrue if this wiki page is incomplete; false otherwisepublic boolean isMinorEdit()
true if this wiki page is minor edit.isMinorEdit in interface WikiPageModeltrue if this wiki page is minor edit; false otherwisepublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>isNew in interface WikiPageModelpublic boolean isPending()
true if this wiki page is pending.isPending in interface com.liferay.portal.kernel.model.WorkflowedModelisPending in interface WikiPageModeltrue if this wiki page is pending; false otherwisepublic boolean isResourceMain()
isResourceMain in interface com.liferay.portal.kernel.model.ResourcedModelisResourceMain in interface WikiPageModelpublic boolean isScheduled()
true if this wiki page is scheduled.isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModelisScheduled in interface WikiPageModeltrue if this wiki page is scheduled; false otherwisepublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface WikiPageModelpublic com.liferay.portal.kernel.model.CacheModel<WikiPage> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>toCacheModel in interface WikiPageModelpublic com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder()
throws com.liferay.portal.kernel.exception.PortalException
addAttachmentsFolder in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
getTrashHandler in interface com.liferay.portal.kernel.model.TrashedModelgetTrashHandler in interface WikiPageModelpublic com.liferay.trash.kernel.model.TrashEntry getTrashEntry()
throws com.liferay.portal.kernel.exception.PortalException
getTrashEntry in interface com.liferay.portal.kernel.model.TrashedModelgetTrashEntry in interface WikiPageModelcom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage fetchParentPage()
fetchParentPage in interface WikiPagepublic WikiPage fetchRedirectPage()
fetchRedirectPage in interface WikiPagepublic WikiPage getParentPage() throws com.liferay.portal.kernel.exception.PortalException
getParentPage in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getRedirectPage() throws com.liferay.portal.kernel.exception.PortalException
getRedirectPage in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic WikiPage getViewableParentPage()
getViewableParentPage in interface WikiPagepublic double getVersion()
getVersion in interface WikiPageModelpublic int compareTo(WikiPage wikiPage)
compareTo in interface WikiPageModelcompareTo in interface java.lang.Comparable<WikiPage>public int getAttachmentsFileEntriesCount()
throws com.liferay.portal.kernel.exception.PortalException
getAttachmentsFileEntriesCount in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic int getDeletedAttachmentsFileEntriesCount()
throws com.liferay.portal.kernel.exception.PortalException
getDeletedAttachmentsFileEntriesCount in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic int getStatus()
getStatus in interface com.liferay.portal.kernel.model.TrashedModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelgetStatus in interface WikiPageModelpublic int hashCode()
hashCode in interface WikiPageModelhashCode in class java.lang.Objectpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface WikiPageModelpublic java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>clone in interface com.liferay.portal.kernel.model.StagedModelclone in interface WikiPageModelclone in class java.lang.Objectpublic java.lang.String getContainerModelName()
getContainerModelName in interface com.liferay.portal.kernel.model.ContainerModelgetContainerModelName in interface WikiPageModelpublic java.lang.String getContent()
getContent in interface WikiPageModelpublic java.lang.String getFormat()
getFormat in interface WikiPageModelpublic java.lang.String getParentTitle()
getParentTitle in interface WikiPageModelpublic java.lang.String getRedirectTitle()
getRedirectTitle in interface WikiPageModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelgetStatusByUserName in interface WikiPageModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelgetStatusByUserUuid in interface WikiPageModelpublic java.lang.String getSummary()
getSummary in interface WikiPageModelpublic java.lang.String getTitle()
getTitle in interface WikiPageModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface WikiPageModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface WikiPageModelpublic java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelgetUuid in interface WikiPageModelpublic java.lang.String toString()
toString in interface WikiPageModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>toXmlString in interface WikiPageModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelgetCreateDate in interface WikiPageModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelgetLastPublishDate in interface WikiPageModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelgetModifiedDate in interface WikiPageModelpublic java.util.Date getStatusDate()
getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelgetStatusDate in interface WikiPageModelpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries()
throws com.liferay.portal.kernel.exception.PortalException
getAttachmentsFileEntries in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
getAttachmentsFileEntries in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException
getAttachmentsFileEntries in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<WikiPage> getChildPages()
getChildPages in interface WikiPagepublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries()
throws com.liferay.portal.kernel.exception.PortalException
getDeletedAttachmentsFileEntries in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries(int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
getDeletedAttachmentsFileEntries in interface WikiPagecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<WikiPage> getParentPages()
getParentPages in interface WikiPagepublic java.util.List<WikiPage> getViewableChildPages()
getViewableChildPages in interface WikiPagepublic java.util.List<WikiPage> getViewableParentPages()
getViewableParentPages in interface WikiPagepublic long getAttachmentsFolderId()
getAttachmentsFolderId in interface WikiPagepublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelgetCompanyId in interface WikiPageModelpublic long getContainerModelId()
getContainerModelId in interface com.liferay.portal.kernel.model.ContainerModelgetContainerModelId in interface WikiPageModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface WikiPageModelpublic long getNodeAttachmentsFolderId()
getNodeAttachmentsFolderId in interface WikiPagepublic long getNodeId()
getNodeId in interface WikiPageModelpublic long getPageId()
getPageId in interface WikiPageModelpublic long getParentContainerModelId()
getParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModelgetParentContainerModelId in interface WikiPageModelpublic long getPrimaryKey()
getPrimaryKey in interface WikiPageModelpublic long getResourcePrimKey()
getResourcePrimKey in interface com.liferay.portal.kernel.model.ResourcedModelgetResourcePrimKey in interface WikiPageModelpublic long getStatusByUserId()
getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelgetStatusByUserId in interface WikiPageModelpublic long getTrashEntryClassPK()
getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModelgetTrashEntryClassPK in interface WikiPageModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface WikiPageModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAttachmentsFolderId(long attachmentsFolderId)
setAttachmentsFolderId in interface WikiPagepublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>setCachedModel in interface WikiPageModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelsetCompanyId in interface WikiPageModelcompanyId - the company ID of this wiki pagepublic void setContainerModelId(long containerModelId)
setContainerModelId in interface com.liferay.portal.kernel.model.ContainerModelsetContainerModelId in interface WikiPageModelcontainerModelId - the container model ID of this wiki pagepublic void setContent(java.lang.String content)
setContent in interface WikiPageModelcontent - the content of this wiki pagepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelsetCreateDate in interface WikiPageModelcreateDate - the create date of this wiki pagepublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>setExpandoBridgeAttributes in interface WikiPageModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>setExpandoBridgeAttributes in interface WikiPageModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>setExpandoBridgeAttributes in interface WikiPageModelpublic void setFormat(java.lang.String format)
setFormat in interface WikiPageModelformat - the format of this wiki pagepublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface WikiPageModelgroupId - the group ID of this wiki pagepublic void setHead(boolean head)
setHead in interface WikiPageModelhead - the head of this wiki pagepublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelsetLastPublishDate in interface WikiPageModellastPublishDate - the last publish date of this wiki pagepublic void setMinorEdit(boolean minorEdit)
setMinorEdit in interface WikiPageModelminorEdit - the minor edit of this wiki pagepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelsetModifiedDate in interface WikiPageModelmodifiedDate - the modified date of this wiki pagepublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>setNew in interface WikiPageModelpublic void setNodeId(long nodeId)
setNodeId in interface WikiPageModelnodeId - the node ID of this wiki pagepublic void setPageId(long pageId)
setPageId in interface WikiPageModelpageId - the page ID of this wiki pagepublic void setParentContainerModelId(long parentContainerModelId)
setParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModelsetParentContainerModelId in interface WikiPageModelparentContainerModelId - the parent container model ID of this wiki pagepublic void setParentTitle(java.lang.String parentTitle)
setParentTitle in interface WikiPageModelparentTitle - the parent title of this wiki pagepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface WikiPageModelprimaryKey - the primary key of this wiki pagepublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface WikiPageModelpublic void setRedirectTitle(java.lang.String redirectTitle)
setRedirectTitle in interface WikiPageModelredirectTitle - the redirect title of this wiki pagepublic void setResourcePrimKey(long resourcePrimKey)
setResourcePrimKey in interface com.liferay.portal.kernel.model.ResourcedModelsetResourcePrimKey in interface WikiPageModelresourcePrimKey - the resource prim key of this wiki pagepublic void setStatus(int status)
setStatus in interface com.liferay.portal.kernel.model.WorkflowedModelsetStatus in interface WikiPageModelstatus - the status of this wiki pagepublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelsetStatusByUserId in interface WikiPageModelstatusByUserId - the status by user ID of this wiki pagepublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelsetStatusByUserName in interface WikiPageModelstatusByUserName - the status by user name of this wiki pagepublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelsetStatusByUserUuid in interface WikiPageModelstatusByUserUuid - the status by user uuid of this wiki pagepublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelsetStatusDate in interface WikiPageModelstatusDate - the status date of this wiki pagepublic void setSummary(java.lang.String summary)
setSummary in interface WikiPageModelsummary - the summary of this wiki pagepublic void setTitle(java.lang.String title)
setTitle in interface WikiPageModeltitle - the title of this wiki pagepublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface WikiPageModeluserId - the user ID of this wiki pagepublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface WikiPageModeluserName - the user name of this wiki pagepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface WikiPageModeluserUuid - the user uuid of this wiki pagepublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModelsetUuid in interface WikiPageModeluuid - the uuid of this wiki pagepublic void setVersion(double version)
setVersion in interface WikiPageModelversion - the version of this wiki pagepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic WikiPage getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<WikiPage>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>