Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.model.impl
Class WikiPageModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WikiPage>
      extended by com.liferay.portlet.wiki.model.impl.WikiPageModelImpl
All Implemented Interfaces:
AuditedModel, BaseModel<WikiPage>, ClassedModel, GroupedModel, ResourcedModel, WorkflowedModel, WikiPageModel, Serializable, Cloneable, Comparable<WikiPage>
Direct Known Subclasses:
WikiPageBaseImpl

@JSON(strict=true)
public class WikiPageModelImpl
extends BaseModelImpl<WikiPage>
implements WikiPageModel

The base model implementation for the WikiPage service. Represents a row in the "WikiPage" database table, with each column mapped to a property of this class.

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.

See Also:
WikiPageImpl, WikiPage, WikiPageModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static 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 String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static long PARENTTITLE_COLUMN_BITMASK
           
static long REDIRECTTITLE_COLUMN_BITMASK
           
static long RESOURCEPRIMKEY_COLUMN_BITMASK
           
static String SESSION_FACTORY
           
static long STATUS_COLUMN_BITMASK
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static long TITLE_COLUMN_BITMASK
           
static String TX_MANAGER
           
static long USERID_COLUMN_BITMASK
           
static long UUID_COLUMN_BITMASK
           
static long VERSION_COLUMN_BITMASK
           
 
Constructor Summary
WikiPageModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(WikiPage wikiPage)
           
 boolean equals(Object obj)
           
 boolean getApproved()
          Deprecated. isApproved()
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this wiki page.
 String getContent()
          Returns the content of this wiki page.
 Date getCreateDate()
          Returns the create date of this wiki page.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 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.
 boolean getMinorEdit()
          Returns the minor edit of this wiki page.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this wiki page.
 long getNodeId()
          Returns the node ID of this wiki page.
 String getOriginalFormat()
           
 long getOriginalGroupId()
           
 boolean getOriginalHead()
           
 long getOriginalNodeId()
           
 String getOriginalParentTitle()
           
 String getOriginalRedirectTitle()
           
 long getOriginalResourcePrimKey()
           
 int getOriginalStatus()
           
 String getOriginalTitle()
           
 long getOriginalUserId()
           
 String getOriginalUuid()
           
 double getOriginalVersion()
           
 long getPageId()
          Returns the page ID of this wiki page.
 String getParentTitle()
          Returns the parent title of this wiki page.
 long getPrimaryKey()
          Returns the primary key of this wiki page.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 String getRedirectTitle()
          Returns the redirect title of this wiki page.
 long getResourcePrimKey()
          Returns the resource prim key of this wiki page.
 int getStatus()
          Returns the status of this wiki page.
 long getStatusByUserId()
          Returns the status by user ID of this wiki page.
 String getStatusByUserName()
          Returns the status by user name of this wiki page.
 String getStatusByUserUuid()
          Returns the status by user uuid of this wiki page.
 Date getStatusDate()
          Returns the status date of this wiki page.
 String getSummary()
          Returns the summary of this wiki page.
 String getTitle()
          Returns the title of this wiki page.
 long getUserId()
          Returns the user ID of this wiki page.
 String getUserName()
          Returns the user name of this wiki page.
 String getUserUuid()
          Returns the user uuid of this wiki page.
 String getUuid()
          Returns the uuid of this wiki page.
 double getVersion()
          Returns the version of this wiki page.
 int hashCode()
           
 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 isExpired()
          Returns true if this wiki page is expired.
 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 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()
          Reset all original fields to current values.
 void setCompanyId(long companyId)
          Sets the company ID of this wiki page.
 void setContent(String content)
          Sets the content of this wiki page.
 void setCreateDate(Date createDate)
          Sets the create date of this wiki page.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setFormat(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 setMinorEdit(boolean minorEdit)
          Sets whether this wiki page is minor edit.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(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 setParentTitle(String parentTitle)
          Sets the parent title of this wiki page.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this wiki page.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setRedirectTitle(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(String statusByUserName)
          Sets the status by user name of this wiki page.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this wiki page.
 void setStatusDate(Date statusDate)
          Sets the status date of this wiki page.
 void setSummary(String summary)
          Sets the summary of this wiki page.
 void setTitle(String title)
          Sets the title of this wiki page.
 void setUserId(long userId)
          Sets the user ID of this wiki page.
 void setUserName(String userName)
          Sets the user name of this wiki page.
 void setUserUuid(String userUuid)
          Sets the user uuid of this wiki page.
 void setUuid(String uuid)
          Sets the uuid of this wiki page.
 void setVersion(double version)
          Sets the version of this wiki page.
 CacheModel<WikiPage> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 WikiPage toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static WikiPage toModel(WikiPageSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<WikiPage> toModels(WikiPageSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 WikiPage toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

FORMAT_COLUMN_BITMASK

public static long FORMAT_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

HEAD_COLUMN_BITMASK

public static long HEAD_COLUMN_BITMASK

NODEID_COLUMN_BITMASK

public static long NODEID_COLUMN_BITMASK

PARENTTITLE_COLUMN_BITMASK

public static long PARENTTITLE_COLUMN_BITMASK

REDIRECTTITLE_COLUMN_BITMASK

public static long REDIRECTTITLE_COLUMN_BITMASK

RESOURCEPRIMKEY_COLUMN_BITMASK

public static long RESOURCEPRIMKEY_COLUMN_BITMASK

STATUS_COLUMN_BITMASK

public static long STATUS_COLUMN_BITMASK

TITLE_COLUMN_BITMASK

public static long TITLE_COLUMN_BITMASK

USERID_COLUMN_BITMASK

public static long USERID_COLUMN_BITMASK

UUID_COLUMN_BITMASK

public static long UUID_COLUMN_BITMASK

VERSION_COLUMN_BITMASK

public static long VERSION_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

WikiPageModelImpl

public WikiPageModelImpl()
Method Detail

toModel

public static WikiPage toModel(WikiPageSoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static List<WikiPage> toModels(WikiPageSoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: WikiPageModel
Returns the primary key of this wiki page.

Specified by:
getPrimaryKey in interface WikiPageModel
Returns:
the primary key of this wiki page

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: WikiPageModel
Sets the primary key of this wiki page.

Specified by:
setPrimaryKey in interface WikiPageModel
Parameters:
primaryKey - the primary key of this wiki page

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<WikiPage>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface WikiPageModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<WikiPage>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface WikiPageModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<WikiPage>
Overrides:
getModelAttributes in class BaseModelImpl<WikiPage>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<WikiPage>
Overrides:
setModelAttributes in class BaseModelImpl<WikiPage>

getUuid

@JSON
public String getUuid()
Description copied from interface: WikiPageModel
Returns the uuid of this wiki page.

Specified by:
getUuid in interface WikiPageModel
Returns:
the uuid of this wiki page

setUuid

public void setUuid(String uuid)
Description copied from interface: WikiPageModel
Sets the uuid of this wiki page.

Specified by:
setUuid in interface WikiPageModel
Parameters:
uuid - the uuid of this wiki page

getOriginalUuid

public String getOriginalUuid()

getPageId

@JSON
public long getPageId()
Description copied from interface: WikiPageModel
Returns the page ID of this wiki page.

Specified by:
getPageId in interface WikiPageModel
Returns:
the page ID of this wiki page

setPageId

public void setPageId(long pageId)
Description copied from interface: WikiPageModel
Sets the page ID of this wiki page.

Specified by:
setPageId in interface WikiPageModel
Parameters:
pageId - the page ID of this wiki page

getResourcePrimKey

@JSON
public long getResourcePrimKey()
Description copied from interface: WikiPageModel
Returns the resource prim key of this wiki page.

Specified by:
getResourcePrimKey in interface ResourcedModel
Specified by:
getResourcePrimKey in interface WikiPageModel
Returns:
the resource prim key of this wiki page

setResourcePrimKey

public void setResourcePrimKey(long resourcePrimKey)
Description copied from interface: WikiPageModel
Sets the resource prim key of this wiki page.

Specified by:
setResourcePrimKey in interface WikiPageModel
Parameters:
resourcePrimKey - the resource prim key of this wiki page

isResourceMain

public boolean isResourceMain()
Specified by:
isResourceMain in interface ResourcedModel
Specified by:
isResourceMain in interface WikiPageModel

getOriginalResourcePrimKey

public long getOriginalResourcePrimKey()

getGroupId

@JSON
public long getGroupId()
Description copied from interface: WikiPageModel
Returns the group ID of this wiki page.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface WikiPageModel
Returns:
the group ID of this wiki page

setGroupId

public void setGroupId(long groupId)
Description copied from interface: WikiPageModel
Sets the group ID of this wiki page.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface WikiPageModel
Parameters:
groupId - the group ID of this wiki page

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Description copied from interface: WikiPageModel
Returns the company ID of this wiki page.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface WikiPageModel
Returns:
the company ID of this wiki page

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: WikiPageModel
Sets the company ID of this wiki page.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface WikiPageModel
Parameters:
companyId - the company ID of this wiki page

getUserId

@JSON
public long getUserId()
Description copied from interface: WikiPageModel
Returns the user ID of this wiki page.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface WikiPageModel
Returns:
the user ID of this wiki page

setUserId

public void setUserId(long userId)
Description copied from interface: WikiPageModel
Sets the user ID of this wiki page.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface WikiPageModel
Parameters:
userId - the user ID of this wiki page

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: WikiPageModel
Returns the user uuid of this wiki page.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface WikiPageModel
Returns:
the user uuid of this wiki page
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: WikiPageModel
Sets the user uuid of this wiki page.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface WikiPageModel
Parameters:
userUuid - the user uuid of this wiki page

getOriginalUserId

public long getOriginalUserId()

getUserName

@JSON
public String getUserName()
Description copied from interface: WikiPageModel
Returns the user name of this wiki page.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface WikiPageModel
Returns:
the user name of this wiki page

setUserName

public void setUserName(String userName)
Description copied from interface: WikiPageModel
Sets the user name of this wiki page.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface WikiPageModel
Parameters:
userName - the user name of this wiki page

getCreateDate

@JSON
public Date getCreateDate()
Description copied from interface: WikiPageModel
Returns the create date of this wiki page.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface WikiPageModel
Returns:
the create date of this wiki page

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: WikiPageModel
Sets the create date of this wiki page.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface WikiPageModel
Parameters:
createDate - the create date of this wiki page

getModifiedDate

@JSON
public Date getModifiedDate()
Description copied from interface: WikiPageModel
Returns the modified date of this wiki page.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface WikiPageModel
Returns:
the modified date of this wiki page

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: WikiPageModel
Sets the modified date of this wiki page.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface WikiPageModel
Parameters:
modifiedDate - the modified date of this wiki page

getNodeId

@JSON
public long getNodeId()
Description copied from interface: WikiPageModel
Returns the node ID of this wiki page.

Specified by:
getNodeId in interface WikiPageModel
Returns:
the node ID of this wiki page

setNodeId

public void setNodeId(long nodeId)
Description copied from interface: WikiPageModel
Sets the node ID of this wiki page.

Specified by:
setNodeId in interface WikiPageModel
Parameters:
nodeId - the node ID of this wiki page

getOriginalNodeId

public long getOriginalNodeId()

getTitle

@JSON
public String getTitle()
Description copied from interface: WikiPageModel
Returns the title of this wiki page.

Specified by:
getTitle in interface WikiPageModel
Returns:
the title of this wiki page

setTitle

public void setTitle(String title)
Description copied from interface: WikiPageModel
Sets the title of this wiki page.

Specified by:
setTitle in interface WikiPageModel
Parameters:
title - the title of this wiki page

getOriginalTitle

public String getOriginalTitle()

getVersion

@JSON
public double getVersion()
Description copied from interface: WikiPageModel
Returns the version of this wiki page.

Specified by:
getVersion in interface WikiPageModel
Returns:
the version of this wiki page

setVersion

public void setVersion(double version)
Description copied from interface: WikiPageModel
Sets the version of this wiki page.

Specified by:
setVersion in interface WikiPageModel
Parameters:
version - the version of this wiki page

getOriginalVersion

public double getOriginalVersion()

getMinorEdit

@JSON
public boolean getMinorEdit()
Description copied from interface: WikiPageModel
Returns the minor edit of this wiki page.

Specified by:
getMinorEdit in interface WikiPageModel
Returns:
the minor edit of this wiki page

isMinorEdit

public boolean isMinorEdit()
Description copied from interface: WikiPageModel
Returns true if this wiki page is minor edit.

Specified by:
isMinorEdit in interface WikiPageModel
Returns:
true if this wiki page is minor edit; false otherwise

setMinorEdit

public void setMinorEdit(boolean minorEdit)
Description copied from interface: WikiPageModel
Sets whether this wiki page is minor edit.

Specified by:
setMinorEdit in interface WikiPageModel
Parameters:
minorEdit - the minor edit of this wiki page

getContent

@JSON
public String getContent()
Description copied from interface: WikiPageModel
Returns the content of this wiki page.

Specified by:
getContent in interface WikiPageModel
Returns:
the content of this wiki page

setContent

public void setContent(String content)
Description copied from interface: WikiPageModel
Sets the content of this wiki page.

Specified by:
setContent in interface WikiPageModel
Parameters:
content - the content of this wiki page

getSummary

@JSON
public String getSummary()
Description copied from interface: WikiPageModel
Returns the summary of this wiki page.

Specified by:
getSummary in interface WikiPageModel
Returns:
the summary of this wiki page

setSummary

public void setSummary(String summary)
Description copied from interface: WikiPageModel
Sets the summary of this wiki page.

Specified by:
setSummary in interface WikiPageModel
Parameters:
summary - the summary of this wiki page

getFormat

@JSON
public String getFormat()
Description copied from interface: WikiPageModel
Returns the format of this wiki page.

Specified by:
getFormat in interface WikiPageModel
Returns:
the format of this wiki page

setFormat

public void setFormat(String format)
Description copied from interface: WikiPageModel
Sets the format of this wiki page.

Specified by:
setFormat in interface WikiPageModel
Parameters:
format - the format of this wiki page

getOriginalFormat

public String getOriginalFormat()

getHead

@JSON
public boolean getHead()
Description copied from interface: WikiPageModel
Returns the head of this wiki page.

Specified by:
getHead in interface WikiPageModel
Returns:
the head of this wiki page

isHead

public boolean isHead()
Description copied from interface: WikiPageModel
Returns true if this wiki page is head.

Specified by:
isHead in interface WikiPageModel
Returns:
true if this wiki page is head; false otherwise

setHead

public void setHead(boolean head)
Description copied from interface: WikiPageModel
Sets whether this wiki page is head.

Specified by:
setHead in interface WikiPageModel
Parameters:
head - the head of this wiki page

getOriginalHead

public boolean getOriginalHead()

getParentTitle

@JSON
public String getParentTitle()
Description copied from interface: WikiPageModel
Returns the parent title of this wiki page.

Specified by:
getParentTitle in interface WikiPageModel
Returns:
the parent title of this wiki page

setParentTitle

public void setParentTitle(String parentTitle)
Description copied from interface: WikiPageModel
Sets the parent title of this wiki page.

Specified by:
setParentTitle in interface WikiPageModel
Parameters:
parentTitle - the parent title of this wiki page

getOriginalParentTitle

public String getOriginalParentTitle()

getRedirectTitle

@JSON
public String getRedirectTitle()
Description copied from interface: WikiPageModel
Returns the redirect title of this wiki page.

Specified by:
getRedirectTitle in interface WikiPageModel
Returns:
the redirect title of this wiki page

setRedirectTitle

public void setRedirectTitle(String redirectTitle)
Description copied from interface: WikiPageModel
Sets the redirect title of this wiki page.

Specified by:
setRedirectTitle in interface WikiPageModel
Parameters:
redirectTitle - the redirect title of this wiki page

getOriginalRedirectTitle

public String getOriginalRedirectTitle()

getStatus

@JSON
public int getStatus()
Description copied from interface: WikiPageModel
Returns the status of this wiki page.

Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface WikiPageModel
Returns:
the status of this wiki page

setStatus

public void setStatus(int status)
Description copied from interface: WikiPageModel
Sets the status of this wiki page.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface WikiPageModel
Parameters:
status - the status of this wiki page

getOriginalStatus

public int getOriginalStatus()

getStatusByUserId

@JSON
public long getStatusByUserId()
Description copied from interface: WikiPageModel
Returns the status by user ID of this wiki page.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface WikiPageModel
Returns:
the status by user ID of this wiki page

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Description copied from interface: WikiPageModel
Sets the status by user ID of this wiki page.

Specified by:
setStatusByUserId in interface WorkflowedModel
Specified by:
setStatusByUserId in interface WikiPageModel
Parameters:
statusByUserId - the status by user ID of this wiki page

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Description copied from interface: WikiPageModel
Returns the status by user uuid of this wiki page.

Specified by:
getStatusByUserUuid in interface WikiPageModel
Returns:
the status by user uuid of this wiki page
Throws:
SystemException - if a system exception occurred

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Description copied from interface: WikiPageModel
Sets the status by user uuid of this wiki page.

Specified by:
setStatusByUserUuid in interface WikiPageModel
Parameters:
statusByUserUuid - the status by user uuid of this wiki page

getStatusByUserName

@JSON
public String getStatusByUserName()
Description copied from interface: WikiPageModel
Returns the status by user name of this wiki page.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface WikiPageModel
Returns:
the status by user name of this wiki page

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Description copied from interface: WikiPageModel
Sets the status by user name of this wiki page.

Specified by:
setStatusByUserName in interface WorkflowedModel
Specified by:
setStatusByUserName in interface WikiPageModel
Parameters:
statusByUserName - the status by user name of this wiki page

getStatusDate

@JSON
public Date getStatusDate()
Description copied from interface: WikiPageModel
Returns the status date of this wiki page.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface WikiPageModel
Returns:
the status date of this wiki page

setStatusDate

public void setStatusDate(Date statusDate)
Description copied from interface: WikiPageModel
Sets the status date of this wiki page.

Specified by:
setStatusDate in interface WorkflowedModel
Specified by:
setStatusDate in interface WikiPageModel
Parameters:
statusDate - the status date of this wiki page

getApproved

public boolean getApproved()
Deprecated. isApproved()

Specified by:
getApproved in interface WikiPageModel

isApproved

public boolean isApproved()
Description copied from interface: WikiPageModel
Returns true if this wiki page is approved.

Specified by:
isApproved in interface WorkflowedModel
Specified by:
isApproved in interface WikiPageModel
Returns:
true if this wiki page is approved; false otherwise

isDenied

public boolean isDenied()
Description copied from interface: WikiPageModel
Returns true if this wiki page is denied.

Specified by:
isDenied in interface WikiPageModel
Returns:
true if this wiki page is denied; false otherwise

isDraft

public boolean isDraft()
Description copied from interface: WikiPageModel
Returns true if this wiki page is a draft.

Specified by:
isDraft in interface WorkflowedModel
Specified by:
isDraft in interface WikiPageModel
Returns:
true if this wiki page is a draft; false otherwise

isExpired

public boolean isExpired()
Description copied from interface: WikiPageModel
Returns true if this wiki page is expired.

Specified by:
isExpired in interface WorkflowedModel
Specified by:
isExpired in interface WikiPageModel
Returns:
true if this wiki page is expired; false otherwise

isInactive

public boolean isInactive()
Description copied from interface: WikiPageModel
Returns true if this wiki page is inactive.

Specified by:
isInactive in interface WikiPageModel
Returns:
true if this wiki page is inactive; false otherwise

isIncomplete

public boolean isIncomplete()
Description copied from interface: WikiPageModel
Returns true if this wiki page is incomplete.

Specified by:
isIncomplete in interface WikiPageModel
Returns:
true if this wiki page is incomplete; false otherwise

isPending

public boolean isPending()
Description copied from interface: WikiPageModel
Returns true if this wiki page is pending.

Specified by:
isPending in interface WorkflowedModel
Specified by:
isPending in interface WikiPageModel
Returns:
true if this wiki page is pending; false otherwise

isScheduled

public boolean isScheduled()
Description copied from interface: WikiPageModel
Returns true if this wiki page is scheduled.

Specified by:
isScheduled in interface WikiPageModel
Returns:
true if this wiki page is scheduled; false otherwise

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<WikiPage>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface WikiPageModel
Overrides:
getExpandoBridge in class BaseModelImpl<WikiPage>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<WikiPage>
Specified by:
setExpandoBridgeAttributes in interface WikiPageModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<WikiPage>
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public WikiPage toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<WikiPage>
Specified by:
toEscapedModel in interface WikiPageModel
Overrides:
toEscapedModel in class BaseModelImpl<WikiPage>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public WikiPage toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<WikiPage>
Specified by:
toUnescapedModel in interface WikiPageModel
Overrides:
toUnescapedModel in class BaseModelImpl<WikiPage>

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<WikiPage>
Specified by:
clone in interface WikiPageModel
Specified by:
clone in class BaseModelImpl<WikiPage>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(WikiPage wikiPage)
Specified by:
compareTo in interface WikiPageModel
Specified by:
compareTo in interface Comparable<WikiPage>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface WikiPageModel
Overrides:
hashCode in class Object

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<WikiPage>
Overrides:
resetOriginalValues in class BaseModelImpl<WikiPage>

toCacheModel

public CacheModel<WikiPage> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<WikiPage>
Specified by:
toCacheModel in interface WikiPageModel
Overrides:
toCacheModel in class BaseModelImpl<WikiPage>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface WikiPageModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<WikiPage>
Specified by:
toXmlString in interface WikiPageModel
Returns:
the XML representation of this model instance

Liferay 6.1.2-ce-ga3