@JSON(strict=true) @ProviderType public class WikiPageModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPage> implements WikiPageModel
This implementation and its corresponding interface WikiPageModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in WikiPageImpl
.
WikiPageImpl
,
WikiPage
,
WikiPageModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
FORMAT_COLUMN_BITMASK |
static long |
GROUPID_COLUMN_BITMASK |
static long |
HEAD_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
NODEID_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
PARENTTITLE_COLUMN_BITMASK |
static long |
REDIRECTTITLE_COLUMN_BITMASK |
static long |
RESOURCEPRIMKEY_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static long |
STATUS_COLUMN_BITMASK |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static long |
TITLE_COLUMN_BITMASK |
static java.lang.String |
TX_MANAGER |
static long |
USERID_COLUMN_BITMASK |
static long |
UUID_COLUMN_BITMASK |
static long |
VERSION_COLUMN_BITMASK |
Constructor and Description |
---|
WikiPageModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(WikiPage wikiPage) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
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.
|
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.
|
long |
getNodeId()
Returns the node ID of this wiki page.
|
long |
getOriginalCompanyId() |
java.lang.String |
getOriginalFormat() |
long |
getOriginalGroupId() |
boolean |
getOriginalHead() |
long |
getOriginalNodeId() |
java.lang.String |
getOriginalParentTitle() |
java.lang.String |
getOriginalRedirectTitle() |
long |
getOriginalResourcePrimKey() |
int |
getOriginalStatus() |
java.lang.String |
getOriginalTitle() |
long |
getOriginalUserId() |
java.lang.String |
getOriginalUuid() |
double |
getOriginalVersion() |
long |
getPageId()
Returns the page ID of this wiki page.
|
long |
getParentContainerModelId()
Returns the parent container model ID of this wiki page.
|
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() |
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()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
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.
|
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isApproved()
Returns
true if this wiki page is approved. |
boolean |
isDenied()
Returns
true if this wiki page is denied. |
boolean |
isDraft()
Returns
true if this wiki page is a draft. |
boolean |
isEntityCacheEnabled() |
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 |
isPending()
Returns
true if this wiki page is pending. |
boolean |
isResourceMain() |
boolean |
isScheduled()
Returns
true if this wiki page is scheduled. |
void |
resetOriginalValues() |
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.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 |
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() |
static WikiPage |
toModel(WikiPageSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<WikiPage> |
toModels(WikiPageSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long FORMAT_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long HEAD_COLUMN_BITMASK
public static final long NODEID_COLUMN_BITMASK
public static final long PARENTTITLE_COLUMN_BITMASK
public static final long REDIRECTTITLE_COLUMN_BITMASK
public static final long RESOURCEPRIMKEY_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
public static final long TITLE_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long VERSION_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static WikiPage toModel(WikiPageSoap soapModel)
soapModel
- the soap model instance to convertpublic static java.util.List<WikiPage> toModels(WikiPageSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
WikiPageModel
getPrimaryKey
in interface WikiPageModel
public void setPrimaryKey(long primaryKey)
WikiPageModel
setPrimaryKey
in interface WikiPageModel
primaryKey
- the primary key of this wiki pagepublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
getPrimaryKeyObj
in interface WikiPageModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
setPrimaryKeyObj
in interface WikiPageModel
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
getModelClass
in interface com.liferay.portal.kernel.model.ContainerModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
getModelClassName
in interface com.liferay.portal.kernel.model.ContainerModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
@JSON public java.lang.String getUuid()
WikiPageModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
getUuid
in interface WikiPageModel
public void setUuid(java.lang.String uuid)
WikiPageModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
setUuid
in interface WikiPageModel
uuid
- the uuid of this wiki pagepublic java.lang.String getOriginalUuid()
@JSON public long getPageId()
WikiPageModel
getPageId
in interface WikiPageModel
public void setPageId(long pageId)
WikiPageModel
setPageId
in interface WikiPageModel
pageId
- the page ID of this wiki page@JSON public long getResourcePrimKey()
WikiPageModel
getResourcePrimKey
in interface com.liferay.portal.kernel.model.ResourcedModel
getResourcePrimKey
in interface WikiPageModel
public void setResourcePrimKey(long resourcePrimKey)
WikiPageModel
setResourcePrimKey
in interface com.liferay.portal.kernel.model.ResourcedModel
setResourcePrimKey
in interface WikiPageModel
resourcePrimKey
- the resource prim key of this wiki pagepublic boolean isResourceMain()
isResourceMain
in interface com.liferay.portal.kernel.model.ResourcedModel
isResourceMain
in interface WikiPageModel
public long getOriginalResourcePrimKey()
@JSON public long getGroupId()
WikiPageModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
getGroupId
in interface WikiPageModel
public void setGroupId(long groupId)
WikiPageModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
in interface WikiPageModel
groupId
- the group ID of this wiki pagepublic long getOriginalGroupId()
@JSON public long getCompanyId()
WikiPageModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
getCompanyId
in interface WikiPageModel
public void setCompanyId(long companyId)
WikiPageModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
setCompanyId
in interface WikiPageModel
companyId
- the company ID of this wiki pagepublic long getOriginalCompanyId()
@JSON public long getUserId()
WikiPageModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
getUserId
in interface WikiPageModel
public void setUserId(long userId)
WikiPageModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
in interface WikiPageModel
userId
- the user ID of this wiki pagepublic java.lang.String getUserUuid()
WikiPageModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
in interface WikiPageModel
public void setUserUuid(java.lang.String userUuid)
WikiPageModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
in interface WikiPageModel
userUuid
- the user uuid of this wiki pagepublic long getOriginalUserId()
@JSON public java.lang.String getUserName()
WikiPageModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
in interface WikiPageModel
public void setUserName(java.lang.String userName)
WikiPageModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
in interface WikiPageModel
userName
- the user name of this wiki page@JSON public java.util.Date getCreateDate()
WikiPageModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
getCreateDate
in interface WikiPageModel
public void setCreateDate(java.util.Date createDate)
WikiPageModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
setCreateDate
in interface WikiPageModel
createDate
- the create date of this wiki page@JSON public java.util.Date getModifiedDate()
WikiPageModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
getModifiedDate
in interface WikiPageModel
public boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
WikiPageModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
setModifiedDate
in interface WikiPageModel
modifiedDate
- the modified date of this wiki page@JSON public long getNodeId()
WikiPageModel
getNodeId
in interface WikiPageModel
public void setNodeId(long nodeId)
WikiPageModel
setNodeId
in interface WikiPageModel
nodeId
- the node ID of this wiki pagepublic long getOriginalNodeId()
@JSON public java.lang.String getTitle()
WikiPageModel
getTitle
in interface WikiPageModel
public void setTitle(java.lang.String title)
WikiPageModel
setTitle
in interface WikiPageModel
title
- the title of this wiki pagepublic java.lang.String getOriginalTitle()
@JSON public double getVersion()
WikiPageModel
getVersion
in interface WikiPageModel
public void setVersion(double version)
WikiPageModel
setVersion
in interface WikiPageModel
version
- the version of this wiki pagepublic double getOriginalVersion()
@JSON public boolean getMinorEdit()
WikiPageModel
getMinorEdit
in interface WikiPageModel
@JSON public boolean isMinorEdit()
WikiPageModel
true
if this wiki page is minor edit.isMinorEdit
in interface WikiPageModel
true
if this wiki page is minor edit; false
otherwisepublic void setMinorEdit(boolean minorEdit)
WikiPageModel
setMinorEdit
in interface WikiPageModel
minorEdit
- the minor edit of this wiki page@JSON public java.lang.String getContent()
WikiPageModel
getContent
in interface WikiPageModel
public void setContent(java.lang.String content)
WikiPageModel
setContent
in interface WikiPageModel
content
- the content of this wiki page@JSON public java.lang.String getSummary()
WikiPageModel
getSummary
in interface WikiPageModel
public void setSummary(java.lang.String summary)
WikiPageModel
setSummary
in interface WikiPageModel
summary
- the summary of this wiki page@JSON public java.lang.String getFormat()
WikiPageModel
getFormat
in interface WikiPageModel
public void setFormat(java.lang.String format)
WikiPageModel
setFormat
in interface WikiPageModel
format
- the format of this wiki pagepublic java.lang.String getOriginalFormat()
@JSON public boolean getHead()
WikiPageModel
getHead
in interface WikiPageModel
@JSON public boolean isHead()
WikiPageModel
true
if this wiki page is head.isHead
in interface WikiPageModel
true
if this wiki page is head; false
otherwisepublic void setHead(boolean head)
WikiPageModel
setHead
in interface WikiPageModel
head
- the head of this wiki pagepublic boolean getOriginalHead()
@JSON public java.lang.String getParentTitle()
WikiPageModel
getParentTitle
in interface WikiPageModel
public void setParentTitle(java.lang.String parentTitle)
WikiPageModel
setParentTitle
in interface WikiPageModel
parentTitle
- the parent title of this wiki pagepublic java.lang.String getOriginalParentTitle()
@JSON public java.lang.String getRedirectTitle()
WikiPageModel
getRedirectTitle
in interface WikiPageModel
public void setRedirectTitle(java.lang.String redirectTitle)
WikiPageModel
setRedirectTitle
in interface WikiPageModel
redirectTitle
- the redirect title of this wiki pagepublic java.lang.String getOriginalRedirectTitle()
@JSON public java.util.Date getLastPublishDate()
WikiPageModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
getLastPublishDate
in interface WikiPageModel
public void setLastPublishDate(java.util.Date lastPublishDate)
WikiPageModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
setLastPublishDate
in interface WikiPageModel
lastPublishDate
- the last publish date of this wiki page@JSON public int getStatus()
WikiPageModel
getStatus
in interface com.liferay.portal.kernel.model.TrashedModel
getStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatus
in interface WikiPageModel
public void setStatus(int status)
WikiPageModel
setStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatus
in interface WikiPageModel
status
- the status of this wiki pagepublic int getOriginalStatus()
@JSON public long getStatusByUserId()
WikiPageModel
getStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusByUserId
in interface WikiPageModel
public void setStatusByUserId(long statusByUserId)
WikiPageModel
setStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusByUserId
in interface WikiPageModel
statusByUserId
- the status by user ID of this wiki pagepublic java.lang.String getStatusByUserUuid()
WikiPageModel
getStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusByUserUuid
in interface WikiPageModel
public void setStatusByUserUuid(java.lang.String statusByUserUuid)
WikiPageModel
setStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusByUserUuid
in interface WikiPageModel
statusByUserUuid
- the status by user uuid of this wiki page@JSON public java.lang.String getStatusByUserName()
WikiPageModel
getStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusByUserName
in interface WikiPageModel
public void setStatusByUserName(java.lang.String statusByUserName)
WikiPageModel
setStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusByUserName
in interface WikiPageModel
statusByUserName
- the status by user name of this wiki page@JSON public java.util.Date getStatusDate()
WikiPageModel
getStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusDate
in interface WikiPageModel
public void setStatusDate(java.util.Date statusDate)
WikiPageModel
setStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusDate
in interface WikiPageModel
statusDate
- the status date of this wiki pagepublic long getContainerModelId()
WikiPageModel
getContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
getContainerModelId
in interface WikiPageModel
public void setContainerModelId(long containerModelId)
WikiPageModel
setContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
setContainerModelId
in interface WikiPageModel
containerModelId
- the container model ID of this wiki pagepublic java.lang.String getContainerModelName()
WikiPageModel
getContainerModelName
in interface com.liferay.portal.kernel.model.ContainerModel
getContainerModelName
in interface WikiPageModel
public long getParentContainerModelId()
WikiPageModel
getParentContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
getParentContainerModelId
in interface WikiPageModel
public void setParentContainerModelId(long parentContainerModelId)
WikiPageModel
setParentContainerModelId
in interface com.liferay.portal.kernel.model.ContainerModel
setParentContainerModelId
in interface WikiPageModel
parentContainerModelId
- the parent container model ID of this wiki pagepublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public com.liferay.trash.kernel.model.TrashEntry getTrashEntry() throws com.liferay.portal.kernel.exception.PortalException
WikiPageModel
getTrashEntry
in interface com.liferay.portal.kernel.model.TrashedModel
getTrashEntry
in interface WikiPageModel
com.liferay.portal.kernel.exception.PortalException
public long getTrashEntryClassPK()
WikiPageModel
getTrashEntryClassPK
in interface com.liferay.portal.kernel.model.TrashedModel
getTrashEntryClassPK
in interface WikiPageModel
@Deprecated public com.liferay.portal.kernel.trash.TrashHandler getTrashHandler()
WikiPageModel
getTrashHandler
in interface com.liferay.portal.kernel.model.TrashedModel
getTrashHandler
in interface WikiPageModel
public boolean isInTrash()
WikiPageModel
true
if this wiki page is in the Recycle Bin.isInTrash
in interface com.liferay.portal.kernel.model.TrashedModel
isInTrash
in interface WikiPageModel
true
if this wiki page is in the Recycle Bin; false
otherwisepublic boolean isInTrashContainer()
WikiPageModel
true
if the parent of this wiki page is in the Recycle Bin.isInTrashContainer
in interface com.liferay.portal.kernel.model.TrashedModel
isInTrashContainer
in interface WikiPageModel
true
if the parent of this wiki page is in the Recycle Bin; false
otherwisepublic boolean isInTrashExplicitly()
isInTrashExplicitly
in interface com.liferay.portal.kernel.model.TrashedModel
isInTrashExplicitly
in interface WikiPageModel
public boolean isInTrashImplicitly()
isInTrashImplicitly
in interface com.liferay.portal.kernel.model.TrashedModel
isInTrashImplicitly
in interface WikiPageModel
public boolean isApproved()
WikiPageModel
true
if this wiki page is approved.isApproved
in interface com.liferay.portal.kernel.model.WorkflowedModel
isApproved
in interface WikiPageModel
true
if this wiki page is approved; false
otherwisepublic boolean isDenied()
WikiPageModel
true
if this wiki page is denied.isDenied
in interface com.liferay.portal.kernel.model.WorkflowedModel
isDenied
in interface WikiPageModel
true
if this wiki page is denied; false
otherwisepublic boolean isDraft()
WikiPageModel
true
if this wiki page is a draft.isDraft
in interface com.liferay.portal.kernel.model.WorkflowedModel
isDraft
in interface WikiPageModel
true
if this wiki page is a draft; false
otherwisepublic boolean isExpired()
WikiPageModel
true
if this wiki page is expired.isExpired
in interface com.liferay.portal.kernel.model.WorkflowedModel
isExpired
in interface WikiPageModel
true
if this wiki page is expired; false
otherwisepublic boolean isInactive()
WikiPageModel
true
if this wiki page is inactive.isInactive
in interface com.liferay.portal.kernel.model.WorkflowedModel
isInactive
in interface WikiPageModel
true
if this wiki page is inactive; false
otherwisepublic boolean isIncomplete()
WikiPageModel
true
if this wiki page is incomplete.isIncomplete
in interface com.liferay.portal.kernel.model.WorkflowedModel
isIncomplete
in interface WikiPageModel
true
if this wiki page is incomplete; false
otherwisepublic boolean isPending()
WikiPageModel
true
if this wiki page is pending.isPending
in interface com.liferay.portal.kernel.model.WorkflowedModel
isPending
in interface WikiPageModel
true
if this wiki page is pending; false
otherwisepublic boolean isScheduled()
WikiPageModel
true
if this wiki page is scheduled.isScheduled
in interface com.liferay.portal.kernel.model.WorkflowedModel
isScheduled
in interface WikiPageModel
true
if this wiki page is scheduled; false
otherwisepublic long getColumnBitmask()
public 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.ClassedModel
getExpandoBridge
in interface WikiPageModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPage>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
setExpandoBridgeAttributes
in interface WikiPageModel
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPage>
public WikiPage toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
toEscapedModel
in interface WikiPageModel
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPage>
public java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in interface WikiPageModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPage>
public int compareTo(WikiPage wikiPage)
compareTo
in interface WikiPageModel
compareTo
in interface java.lang.Comparable<WikiPage>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface WikiPageModel
hashCode
in class java.lang.Object
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()
public com.liferay.portal.kernel.model.CacheModel<WikiPage> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
toCacheModel
in interface WikiPageModel
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<WikiPage>
public java.lang.String toString()
toString
in interface WikiPageModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
toXmlString
in interface WikiPageModel